akz4ol/AgentLint
Scan AI agent configurations for security risks
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 11, 2026
- License
- Apache 2.0
Pinned Snippet
uses: akz4ol/agentlint-action@dddba7965380e51936d42d0089547a68c8deaba9 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to scan (default: current directory) | no | . |
| config | Path to agentlint.yaml config file | no | — |
| fail-on | Severity threshold to fail: none, low, medium, high | no | high |
| format | Output format: text, json, sarif | no | text |
| sarif-file | Path to write SARIF output (enables SARIF format) | no | — |
| version | AgentLint version to use | no | latest |
Outputs
| name | description |
|---|---|
| findings | Number of findings detected |
| status | Scan status: pass, warn, or fail |
| sarif-file | Path to SARIF file if generated |