87

/ 100

GradeB

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

Top 18% of 5,156 graded repos

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

TypeScript3,922Other1mo ago

Top fixes

Highest-impact changes first, ranked by point weight

8 to address
  1. 1
    Tests18pt

    Wire your tests to a documented command (e.g. a test script in your build config) so the suite is reproducible.

  2. 2
    CI/CD14pt

    Add a step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.

  3. 3
    CI/CD14pt

    Add `pull_request:` to the workflow `on:` triggers.

  4. 4
    CI/CD14pt

    Add a lint step to catch style issues automatically.

Working through the fixes? Let every push regrade itself.

The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.

Install the GitHub App

Scorecard

Every check, grouped by category and sorted worst-first

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 (.claude/skills/archestra-dev-bench-analysis/bin/render-triage.test.mjs).

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,083
    Forks
  • 269
    Releaseslatest 10mo ago

Community

  • 50% - Fair
    Community health
  • 3 bus factor
    authors own >50% of commits
  • 3,922
    Watchers

Responsiveness

  • <1h
    Median issue response
  • <1h
    Median PR merge time
  • 105
    Open issues
Repository files15 root entries
  • .claude
    Good: Test files detected (.claude/skills/archestra-dev-bench-analysis/bin/render-triage.test.mjs).
  • .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: 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.
RepoGrade badge preview

Add this badge to your README

It updates automatically each time the repo is re-graded.

[![RepoGrade](https://www.repo-grade.com/api/badge/archestra-ai/archestra)](https://www.repo-grade.com/report/archestra-ai/archestra)

More graded TypeScript repos