kb-validate-citations
Automates citation validation in library files, checking DOIs, arXiv IDs, and journal references for accuracy and format.
Install this skill
or
87/100
Security score
The kb-validate-citations skill was audited on Jun 1, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 53
Curl to non-GitHub URL
SourceSKILL.md
| 53 | curl -sLI "https://doi.org/<doi>" -o /dev/null -w "%{http_code}" |
medium line 73
Curl to non-GitHub URL
SourceSKILL.md
| 73 | curl -sI "https://arxiv.org/abs/<id>" -o /dev/null -w "%{http_code}" |
low line 24
External URL reference
SourceSKILL.md
| 24 | - Verify network access (DOI resolution requires HTTPS to https://doi.org). |
low line 53
External URL reference
SourceSKILL.md
| 53 | curl -sLI "https://doi.org/<doi>" -o /dev/null -w "%{http_code}" |
low line 73
External URL reference
SourceSKILL.md
| 73 | curl -sI "https://arxiv.org/abs/<id>" -o /dev/null -w "%{http_code}" |
Scanned on Jun 1, 2026
View Security DashboardGitHub Stars 39
Rate this skill
Categoryeducation research
UpdatedJune 15, 2026
SteveGJones/ai-first-sdlc-practices