ossafrica/SkillsGuard
Security scanner for AI agent skill definitions — detects vulnerabilities, dangerous permissions, and supply chain 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, directory, or comma-separated paths) | no | . |
| threshold | Minimum score to pass (0-100) | no | 70 |
| output | Output JSON report to file | no | "" |
| quiet | Minimal output - just pass/fail | no | false |
| verbose | Show all findings and detailed breakdown | no | false |
Outputs
| name | description |
|---|---|
| result | Overall scan result: passed or failed |
| total_skills | Number of skills scanned |
| passed_count | Number of skills that passed |
| failed_count | Number of skills that failed |
| report_path | Path to the JSON report file (if output was specified) |