Skip to main content

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
53curl -sLI "https://doi.org/<doi>" -o /dev/null -w "%{http_code}"
medium line 73

Curl to non-GitHub URL

SourceSKILL.md
73curl -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
53curl -sLI "https://doi.org/<doi>" -o /dev/null -w "%{http_code}"
low line 73

External URL reference

SourceSKILL.md
73curl -sI "https://arxiv.org/abs/<id>" -o /dev/null -w "%{http_code}"
Scanned on Jun 1, 2026
View Security Dashboard
Installation guide →