0
/ 100
Good shape overall. A few tweaks would push it into the top tier.
Heimdall Enterprise Server 2 lets you view, store, and compare automated security control scan results.
Top fixes
Highest-impact changes first, ranked by point weight
- 1Tests18pt
Set scripts.test in package.json to your actual test command, e.g. "vitest" or "jest".
- 2CI/CD14pt
Add a step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.
- 3CI/CD14pt
Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.
- 4CI/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.
Scorecard
Every check, grouped by category and sorted worst-first
Documentation
86
Contributing guidance is in the README, not a dedicated CONTRIBUTING.md (−20 pts).
→ Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.
README documents how to install the project.
README is present.
Licensed under Other.
Engineering
68
Test files detected (apps/backend/src/casl/casl-ability.factory.spec.ts).
CI is configured (.github/workflows/build-prod.yml).
Linter or formatter configured (eslint.config.mjs).
Lockfile present (yarn.lock). Installs are reproducible.
Issue or PR templates present.
Project health
92
Dependency manifest found (package.json).
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)
- 77Forks
- 131Releaseslatest 5y ago
Community
- -Community health
- -authors own >50% of commits
- 253Watchers
Responsiveness
- 452d 7hMedian issue response
- 2d 16hMedian PR merge time
- 326Open issues
Repository files36 root entries
- .githubGood: CI is configured (.github/workflows/build-prod.yml).Good: Dependabot covers 2 ecosystems (bundler, npm). Dependencies stay current.Good: Issue or PR templates present.
- .vscode
- appsGood: Test files detected (apps/backend/src/casl/casl-ability.factory.spec.ts).
- certs
- libs
- nginx
- test
- .dockerignore
- .gitignoreGood: .gitignore present.
- .nvmrc
- .slugignore
- app.json
- CHANGELOG
- cmd.sh
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- cypress.config.ts
- docker-bake.hcl
- docker-compose.yml
- DockerfileGood: Environment pinned via Dockerfile.
- Dockerfile.lite
- eslint.config.mjsGood: Linter or formatter configured (eslint.config.mjs).
- heimdall2.code-workspace
- lerna.json
- LICENSE.mdGood: Licensed under Other.
- manifest.yml.example
- package.jsonGood: Dependency manifest found (package.json).
- postcss.config.js
- Procfile
- README.mdGood: 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.
- setup-dev-env.ps1
- setup-dev-env.sh
- setup-docker-env.ps1
- setup-docker-env.sh
- tsconfig.json
- VERSION
- yarn.lockGood: Lockfile present (yarn.lock). Installs are reproducible.
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/mitre/heimdall2)