atlasrox/GhostProto
AI-powered codebase auditor — security, quality, performance, architecture & more
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | Proto API key for AI-powered analysis (optional — runs static analysis without it) | no | — |
| path | Path to the project to audit | no | . |
| categories | Comma-separated categories to audit (security,quality,performance,architecture,dependencies,testing,documentation) | no | — |
| model | Proto model to use (0.3, 0.2, 0.1) | no | 0.2 |
| output | Output formats (terminal,markdown,html,json) | no | json,markdown |
| max-files | Maximum files to scan | no | 500 |
| max-file-size | Maximum file size in KB | no | 100 |
| static | Run static analysis only (no AI) | no | false |
| fail-on-critical | Fail the action if critical issues are found | no | true |
Outputs
| name | description |
|---|---|
| score | Overall audit score (0-100) |
| grade | Overall grade (A/B/C/D/F) |
| critical-count | Number of critical findings |
| high-count | Number of high-severity findings |
| total-findings | Total number of findings |
| report-json | Path to JSON report file |