rexcoleman/Agent Skill Scanner
Scan agent skill files for security vulnerabilities. 22 rules across prompt injection, capability escalation, data exfiltration, encoded payloads, and composition risks.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to scan (file or directory) | no | . |
| min-severity | Minimum severity to report (CRITICAL, HIGH, MEDIUM, LOW, INFO) | no | INFO |
| fail-on-findings | Fail the step if HIGH or CRITICAL findings are detected | no | true |
| scanner-version | Version of agent-skill-scanner to install from PyPI | no | 0.1.0 |
Outputs
| name | description |
|---|---|
| findings-count | Total number of findings detected |
| exit-code | Scanner exit code (0=clean, 1=findings) |