kiara-01-lab/vibeguard
Security and quality checks for AI-generated code. Catches hardcoded secrets, injection risks, missing middleware, and common AI debt patterns.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| working-directory | Directory to scan (defaults to repo root) | no | ${{ github.workspace }} |
| fail-on-warnings | Exit with code 1 on warnings as well as errors | no | false |
| anthropic-api-key | Anthropic API key for AI-powered features (optional) | no | — |
Outputs
| name | description |
|---|---|
| error-count | Number of errors found |
| warning-count | Number of warnings found |