0
/ 100
Well engineered for its size. A portfolio piece worth showing off.
Open-source secret scanner in Rust. Service-specific detectors, SIMD on the CPU and an optional GPU path, live verification of which leaked keys are still active, and SARIF output.
Outstanding. A score of 99/100 puts this repo in a very small tier of truly well-engineered projects.
Documentation
97
README documents how to install the project.
Contributing guide is detailed and thorough.
README is present.
Licensed under Other.
Engineering
100
Test files detected (benchmarks/bench/tests).
CI is configured (.github/workflows/ci.yml).
Rust linting configured (cargo clippy in CI, cargo fmt in CI).
Lockfile present (Cargo.lock). Installs are reproducible.
Issue or PR templates present.
Project health
100
Dependency manifest found (Cargo.toml).
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)
- 13Forks
- 33Releaseslatest 1mo ago
Community
- -Community health
- -authors own >50% of commits
- 81Watchers
Responsiveness
- 9hMedian issue response
- 20hMedian PR merge time
- 0Open issues
Repository files40 root entries
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Dependabot covers 3 ecosystems (cargo, github-actions, docker). Dependencies stay current.Good: Issue or PR templates present.
- benchmarksGood: Test files detected (benchmarks/bench/tests).
- crates
- demo
- detectors
- docs
- fuzz
- metrics
- ml
- rules
- scripts
- site
- tests
- tools
- .gitattributes
- .gitignoreGood: .gitignore present.
- .keyhog.toml.example
- .keyhogignore
- .pre-commit-config.yaml
- .pre-commit-hooks.yaml
- AGENTS.md
- audit.toml
- AUTHORS
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- CHANGELOG.md
- CLAUDE.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Good: Contributing guide describes code style expectations.Good: Contributing guide explains how to run tests.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.
- deny.toml
- DockerfileGood: Environment pinned via Dockerfile.
- install.ps1
- install.sh
- LICENSEGood: Licensed under Other.
- LICENSE-APACHE
- LICENSE-MIT
- NOTICE
- PUBLISHING.md
- 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.
- SECURITY.mdGood: Security policy present.