androidpoet/krait Security Scan
Run krait security probes against your AI agents in CI/CD
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config | Path to krait config file | no | krait.yaml |
| probes | Comma-separated probe categories (omit for all) | no | — |
| audit | Run config audit before scanning | no | true |
| output | Output file path (e.g., report.json, report.html) | no | — |
| fail-on | Minimum severity to fail the check (critical, high, medium, low) | no | critical |
| timeout | Timeout per probe in ms | no | 30000 |
Outputs
| name | description |
|---|---|
| passed | Number of probes that passed |
| failed | Number of probes that failed |
| critical | Number of critical findings |
| report | Path to the output report file |