rudra496/AI Code Trust Validator
Validate AI-generated code for security vulnerabilities, hallucinations, and logic errors
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | File or directory to validate | no | . |
| min-score | Minimum trust score to pass (0-100) | no | 70 |
| strict | Fail on any critical issues | no | false |
| fail-on-low | Fail if score is below minimum | no | true |
| format | Output format (text, json, sarif) | no | text |
| output-file | Output file path for report | no | trust-report.json |
| exclude | Comma-separated patterns to exclude | no | tests/*,migrations/*,vendor/* |
Outputs
| name | description |
|---|---|
| trust-score | Overall trust score |
| passed | Whether validation passed |
| critical-count | Number of critical issues |
| report-file | Path to generated report |