add-audit
Automates the addition of audit reports by extracting metadata from PDF files and updating the audit log efficiently.
Install this skill
or
84/100
Security score
The add-audit skill was audited on May 28, 2026 and we found 2 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
high line 69
Curl to non-GitHub URL
SourceSKILL.md
| 69 | 2. **Try GitHub API**: `curl -s "https://api.github.com/repos/<repo>/commits/<short-hash>" | python3 -c "import sys, json; data = json.load(sys.stdin); print(data.get('sha', ''))"` |
low line 69
External URL reference
SourceSKILL.md
| 69 | 2. **Try GitHub API**: `curl -s "https://api.github.com/repos/<repo>/commits/<short-hash>" | python3 -c "import sys, json; data = json.load(sys.stdin); print(data.get('sha', ''))"` |
Scanned on May 28, 2026
View Security Dashboard