0
/ 100
Good shape overall. A few tweaks would push it into the top tier.
Cyber Reasoning Systems for Bug-Finding and Patching in Open Source Software
Documentation
74
README is present.
Contributing guide is detailed and thorough.
README documents how to install the project.
Licensed under MIT.
Engineering
86
No linter or formatter configured.
→ Add [tool.ruff] to pyproject.toml. Ruff handles linting and formatting in one tool and replaces flake8, isort, and black.
CI is configured (.github/workflows/ci.yml).
Test files detected (libCRS/tests).
Lockfile present (uv.lock). Installs are reproducible.
Issue or PR templates present.
Project health
98
Dependency manifest found (pyproject.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)
- 15Forks
- 0Releases
Community
- -Community health
- -authors own >50% of commits
- 107Watchers
Responsiveness
- 7d 7hMedian issue response
- <1hMedian PR merge time
- 28Open issues
Repository files18 root entries
- .claude
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Dependabot covers 8 ecosystems (github-actions, pip, docker, pip, pip, pip, pip, npm). Dependencies stay current.Good: Issue or PR templates present.
- docs
- exampleGood: Environment pinned via example/42-directed/compose.yaml.
- libCRSGood: Test files detected (libCRS/tests).
- oss_crs
- oss-crs-infra
- registry
- scripts
- site
- .gitignoreGood: .gitignore present.
- CHANGELOG.md
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.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).Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- LICENSEGood: Licensed under MIT.
- PLAN.md
- pyproject.tomlGood: Dependency manifest found (pyproject.toml).
- 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.Issue: No live demo link in the README (−20 pts).Fix: Link to a deployed version, docs site, or demo video. Users want to see it running.Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.Good: README documents how to install the project.Good: README documents how to run the project.
- uv.lockGood: Lockfile present (uv.lock). Installs are reproducible.