david-wu1119/AgentCI Guard
Scan GitHub Actions workflows for unsafe AI coding-agent usage.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Repository path to scan. | no | . |
| sarif | SARIF output path. | no | agentci-results.sarif |
| fail-on | Minimum severity that fails the action. One of none, low, medium, high, critical. | no | high |
Outputs
| name | description |
|---|---|
| findings | Total number of findings. |
| critical | Number of critical-severity findings. |
| high | Number of high-severity findings. |
| medium | Number of medium-severity findings. |
| low | Number of low-severity findings. |
| sarif-path | Path to the written SARIF file. |