caymac97/AICop
AI code quality & security scanner for Node.js. Catch what your LLM forgets.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 8, 2026
- License
- None
Pinned Snippet
uses: caymac97/aicop@537c28cffb265ce6375d6a394d2cd5d474b8f8aa # 1.1.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to scan (relative to repo root) | no | . |
| severity | Minimum severity to report: error | warn | info | no | warn |
| format | Output format: terminal | json | html | no | terminal |
| output | Write report to this file path (optional) | no | "" |
| fail-on-error | Exit with code 1 if any errors are found | no | true |
| node-version | Node.js version to use | no | 20 |
Outputs
| name | description |
|---|---|
| ai-score | The overall AIScore (0-100) from the scan |
| error-count | Number of error-severity findings |
| warn-count | Number of warning-severity findings |