0

/ 100

GradeB

A well-known project done right. Strong docs and solid engineering throughout.

Enterprise AI Platform with guardrails, MCP registry, gateway & orchestrator

TypeScript3,892Othertoday

Documentation

96

Contributing guide5pt72

CONTRIBUTING guide found.

README12pt100

README is present.

Install and run instructions9pt100

README documents how to install the project.

License6pt100

Licensed under Other.

Engineering

76

CI/CD14pt40

CI is configured (.github/workflows/build-base-mcp-server-docker-image.yml).

Tests18pt80

Test files detected (archestra-bench/runner/tests).

Linting and formatting5pt100

Linter or formatter configured (platform/.editorconfig).

Reproducibility6pt100

Lockfile present (archestra-bench/Cargo.lock). Installs are reproducible.

Issue and PR templates6pt100

Issue or PR templates present.

Project health

100

Dependency manifest6pt100

Dependency manifest found (archestra-bench/Cargo.toml).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • -
    Commits (30d / 90d)
  • 1,062
    Forks
  • 262
    Releaseslatest 9mo ago

Community

  • -
    Community health
  • -
    authors own >50% of commits
  • 3,892
    Watchers

Responsiveness

  • <1h
    Median issue response
  • <1h
    Median PR merge time
  • 159
    Open issues
Repository files15 root entries
  • .claude
  • .devcontainer
    Good: Environment pinned via .devcontainer/Dockerfile.
  • .github
    Good: CI is configured (.github/workflows/build-base-mcp-server-docker-image.yml).
    Good: Dependabot covers 3 ecosystems (npm, cargo, github-actions). Dependencies stay current.
    Good: Issue or PR templates present.
  • archestra-bench
    Good: Test files detected (archestra-bench/runner/tests).
    Good: Lockfile present (archestra-bench/Cargo.lock). Installs are reproducible.
    Good: Dependency manifest found (archestra-bench/Cargo.toml).
  • docs
    Good: CONTRIBUTING guide found.
    Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.
    Good: Security policy present.
  • migration-kit
  • platform
    Good: Linter or formatter configured (platform/.editorconfig).
  • .gitignore
    Good: .gitignore present.
  • .mcp.json
  • EXTERNAL_CONTRIBUTORS.md
  • LICENSE_AGPL
  • LICENSE_ENTERPRISE
  • LICENSE.md
    Good: Licensed under Other.
  • logo.svg
  • README.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    Good: README includes screenshots or visuals. Great for first impressions.
    Good: README has code examples.
    Good: README links to a live demo or deployed app.
    Good: README includes status badges.
    Good: README documents how to install the project.
    Good: README documents how to run the project.