hamzzaaamalik/CodeDrift - AI Code Security Scanner
Catch security bugs that AI coding assistants silently ship. Inline PR annotations, job summaries, and SARIF upload.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| confidence-threshold | Minimum confidence level to report: high, medium, low | no | high |
| fail-on | Fail the action on: error, warn, or none | no | error |
| exclude-tests | Skip test files | no | true |
| working-directory | Directory to scan (defaults to repository root) | no | . |
| sarif | Also upload SARIF to GitHub Code Scanning (requires security-events: write) | no | false |
| version | CodeDrift version to use (e.g. 1.2.10, latest) | no | latest |
Outputs
| name | description |
|---|---|
| total-issues | Total number of issues found |
| critical-count | Number of critical issues |
| high-count | Number of high severity issues |
| report-json | Path to the JSON report file |