A lightweight CLI tool to scan and evaluate open-source projects across health, security, and sustainability.
Built for maintainers, researchers, and OSS contributors.
- Runs multiple OSS intelligence tools in one command:
- OSSF Scorecard
- OSSF criticality_score
- GitHub metadata extraction
- Produces a unified project health report
- Supports local output, JSON export, or syncing with repovitals.com
go install github.com/repovitals/cli@latest
repovitals scan --repo=github.com/ossf/scorecard- β Unified scoring and report summary
- π§ Offline or synced modes
- π JSON or CLI table output
- π GitHub token support for rate limits
- β±οΈ Smart caching for repeated scans
repovitals scan --repo=<REPO_URL> [--json] [--upload]Example:
repovitals scan --repo=github.com/vercel/next.js --jsonWe welcome contributors to extend new data sources or improve reporting! See CONTRIBUTING.md.
MIT License.