0
/ 100
Well engineered for its size. A portfolio piece worth showing off.
Compliance superpowers for coding agents.
Outstanding. A score of 95/100 puts this repo in a very small tier of truly well-engineered projects.
Documentation
86
CONTRIBUTING guide is very brief (−12 pts for depth). 150+ words earns +6 pts; 400+ earns +12 pts.
→ Add setup instructions, code style notes, and how to run tests.
README is present.
README documents how to install the project.
Licensed under Apache-2.0.
Engineering
100
Test files detected (api/openapi_deviceauth_test.go).
CI is configured (.github/workflows/ci.yml).
Formatting enforced (.editorconfig).
Lockfile present (go.sum). Installs are reproducible.
Issue or PR templates present.
Project health
100
Dependency manifest found (go.mod).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- -Commits (30d / 90d)
- 2Forks
- 591Releaseslatest 1mo ago
Community
- -Community health
- -authors own >50% of commits
- 11Watchers
Responsiveness
- 52d 13hMedian issue response
- 3hMedian PR merge time
- 66Open issues
Repository files51 root entries
- .deepsecGood: .gitignore present.
- .factory
- .githooks
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Dependabot covers 7 ecosystems (gomod, gomod, npm, pip, npm, docker, github-actions). Dependencies stay current.Good: Issue or PR templates present.
- .semgrep
- .vscode
- apiGood: Test files detected (api/openapi_deviceauth_test.go).
- cmd
- deploy
- devex
- docs
- examples
- gen
- internal
- ops
- policies
- proto
- schemas
- scripts
- sdk
- sources
- tools
- .dockerignore
- .editorconfigGood: Formatting enforced (.editorconfig).
- .env.example
- .gitignore
- .golangci.yml
- .goreleaser.yaml
- .govulncheck-ignore
- .infisical.json
- .pre-commit-config.yaml
- .spectral.yaml
- .tool-versions
- AGENTS.md
- buf.gen.sdk.yaml
- buf.gen.yaml
- buf.yaml
- CLAUDE.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTRIBUTING.mdIssue: CONTRIBUTING guide is very brief (−12 pts for depth). 150+ words earns +6 pts; 400+ earns +12 pts.Fix: Add setup instructions, code style notes, and how to run tests.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).Issue: Contributing guide lacks a PR workflow section (−8 pts).Fix: Explain how to fork, branch, and open a pull request so contributors know what to expect.Good: Contributing guide includes code examples.
- docker-compose.platform.yml
- docker-compose.yml
- DockerfileGood: Environment pinned via Dockerfile.
- Dockerfile.runtime
- go.modGood: Dependency manifest found (go.mod).
- go.sumGood: Lockfile present (go.sum). Installs are reproducible.
- LICENSEGood: Licensed under Apache-2.0.
- Makefile
- mkdocs.yml
- README.mdGood: README is present.Good: README is well structured with multiple sections.Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.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.
- SECURITY.mdGood: Security policy present.