0

/ 100

GradeB

Good shape overall. A few tweaks would push it into the top tier.

Top 26% of 5,156 graded repos

Securely scale AI usage across your organization. Control plane for building, securing and monitoring your agents, mcp and skills.

Top fixes

Highest-impact changes first, ranked by point weight

14 to address
  1. 1
    CI/CD14pt

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

  2. 2
    CI/CD14pt

    Add a lint step to catch style issues automatically.

  3. 3
    CI/CD14pt

    Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.

  4. 4
    CI/CD14pt

    Upload coverage to Codecov, Coveralls, or report it with `--coverage` flags.

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

92

Contributing guide5pt72

Contributing guide is detailed and thorough.

README12pt90

README is present.

Install and run instructions9pt100

README documents how to install the project.

License6pt100

Licensed under AGPL-3.0.

Engineering

75

Issue and PR templates6pt0

No issue or PR templates found (−100 pts).

Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.

CI/CD14pt57

CI is configured (.github/workflows/plugin-generate-check.yml).

Tests18pt100

Test files detected (.mise-tasks/test).

Linting and formatting5pt100

Linter or formatter configured (cli/.golangci.yaml).

Reproducibility6pt100

Lockfile present (go.sum). Installs are reproducible.

Project health

89

Dependency manifest6pt65

Dependency manifest found (go.mod).

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)
  • 31
    Forks
  • 533
    Releaseslatest 10mo ago

Community

  • -
    Community health
  • -
    authors own >50% of commits
  • 249
    Watchers

Responsiveness

  • <1h
    Median issue response
  • 1h
    Median PR merge time
  • 89
    Open issues
Repository files74 root entries
  • .agents
  • .changeset
  • .claude
  • .claude-plugin
  • .codex
  • .cursor
  • .github
    Good: CI is configured (.github/workflows/plugin-generate-check.yml).
    Good: Dependabot covers 4 ecosystems (github-actions, gomod, npm, docker). Dependencies stay current.
  • .mise-tasks
    Good: Test files detected (.mise-tasks/test).
  • .opencode
  • .speakeasy
  • .vscode
  • agents
    Good: Environment pinned via agents/runtime-image/Dockerfile.
  • assets
  • cli
    Good: Linter or formatter configured (cli/.golangci.yaml).
  • client
  • dev-idp
  • dev-idp-dashboard
  • docs
  • elements
  • evaluation
  • examples
  • functions
  • glint
  • hooks
  • infra
  • local
  • mock-oidc
  • otel-collector
  • overlays
  • plog
  • pystreams
  • redirects
  • server
  • skills
  • ts-framework
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • .goreleaser.yaml
  • .mcp.json
  • .oxfmtrc.json
  • AGENTS.md
  • banner.png
  • buf.gen.yaml
  • buf.yaml
  • CLA.md
  • CLAUDE.md
  • CODEOWNERS
  • compose.yml
  • config.template.toml
  • CONTRIBUTING.md
    Good: Contributing guide is detailed and thorough.
    Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.
    Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.
    Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).
    Good: Contributing guide describes the PR/review workflow.
    Good: Contributing guide includes code examples.
  • cubic.yaml
  • GEMINI.md
  • go.mod
    Good: Dependency manifest found (go.mod).
  • go.sum
    Good: Lockfile present (go.sum). Installs are reproducible.
  • hk.pkl
  • install-cli.ps1
  • install-cli.sh
  • LICENSE
    Good: Licensed under AGPL-3.0.
  • mise.lock
  • mise.toml
  • mise.viteprod.toml
  • mprocs.yaml
  • ONBOARDING.md
  • package.json
  • pnpm-lock.yaml
  • pnpm-workspace.yaml
  • pyproject.toml
  • 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.
    Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.
    Good: README documents how to install the project.
    Good: README documents how to run the project.
  • REVIEW.md
  • SECURITY.md
    Good: Security policy present.
  • tsconfig.json
  • tsconfig.strict.json
  • uv.lock
  • zero
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/speakeasy-api/gram)](https://www.repo-grade.com/report/speakeasy-api/gram)

More graded Go repos