bpmforge/slop-scorecard
Free deterministic AI-slop scorecard for a codebase — duplication, phantom imports, hallucinated dependencies, dead exports, secrets, dependency CVE/staleness. No LLM calls, no cloud upload of your source (see codereckon.com).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Directory to scan, relative to the calling repo's checkout root. | no | . |
| offline | Skip network-dependent checks (hallucinated-deps, dependency-risk). | no | false |
| comment-pr | Post/update a summary comment on the triggering pull request, if any. | no | true |
| github-token | Token used to post the PR comment. Defaults to the workflow's automatic token. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| overall-grade | Overall letter grade (A-F). |
| slop-index | AI-Slop Index, 0-100, lower is better. |