Skip to main content

sdk-docs-auditor

Audits SDK documentation sites, generating a detailed HTML report with scores and analysis of key sections for quality assurance.

Install this skill

or
79/100

Security score

The sdk-docs-auditor skill was audited on Jun 5, 2026 and we found 3 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 93

Curl to non-GitHub URL

SourceSKILL.md
93curl -s "https://docs.example.com/sdk/some-page" -L | python3 -c "
high line 109

Curl to non-GitHub URL

SourceSKILL.md
109curl -s "https://docs.example.com/sdk/$page" -L | python3 -c "
low line 147

Access to .env file

SourceSKILL.md
147- Environment variable configuration with `.env` examples
Scanned on Jun 5, 2026
View Security Dashboard
Installation guide →