Polished and well engineered. Punching above its star count.

Open source compliance automation for SOC 2, GDPR, ISO27001, NIST 800-53, and more

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 Apache-2.0.

Engineering

81

CI/CD14pt40

CI is configured (.github/workflows/labeler.yaml).

Reproducibility6pt85

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

Tests18pt100

Test files detected (.buildkite/tests).

Linting and formatting5pt100

Formatting enforced (.golangci.yaml).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

100

Dependency manifest6pt100

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)
  • 48
    Forks
  • 571
    Releaseslatest 1y ago

Community

  • Community health
  • authors own >50% of commits
  • 264
    Watchers

Responsiveness

  • 12h
    Median issue response
  • <1h
    Median PR merge time
  • 27
    Open issues
Repository files30 root entries
  • .buildkite
    Good: Test files detected (.buildkite/tests).
  • .github
    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: CI is configured (.github/workflows/labeler.yaml).
    Good: Issue or PR templates present.
  • .task
  • assets
  • cli
  • cmd
  • common
  • config
  • db
  • docker
    Good: Environment pinned via docker/Dockerfile.
  • fga
  • internal
  • jsonschema
  • pkg
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • .golangci.yaml
    Good: Formatting enforced (.golangci.yaml).
  • .goreleaser.yaml
  • .pre-commit-config.yaml
  • .typos.toml
  • .yamlfmt
  • go.mod
    Good: Dependency manifest found (go.mod).
  • go.sum
    Good: Lockfile present (go.sum). Installs are reproducible.
  • go.work
  • LICENSE
    Good: Licensed under Apache-2.0.
  • main.go
  • 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.
  • renovate.json
  • sonar-project.properties
  • Taskfile.yaml