lib-docs-generator
Automatically generates skills from library documentation, facilitating easy skill creation and updates.
Install this skill
or
76/100
Security score
The lib-docs-generator skill was audited on Feb 12, 2026 and we found 16 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 84
Curl to non-GitHub URL
SourceSKILL.md
| 84 | curl -s https://example.com/llms.txt -o .claude/skills/{library}/references/docs.md |
medium line 110
Curl to non-GitHub URL
SourceSKILL.md
| 110 | curl -s https://example.com/sitemap.xml -o sitemap.xml |
low line 77
External URL reference
SourceSKILL.md
| 77 | WebFetch(url="https://example.com/llms.txt", prompt="Check if this is a valid llms.txt file") |
low line 84
External URL reference
SourceSKILL.md
| 84 | curl -s https://example.com/llms.txt -o .claude/skills/{library}/references/docs.md |
low line 96
External URL reference
SourceSKILL.md
| 96 | | Vercel | https://vercel.com/llms.txt | |
low line 97
External URL reference
SourceSKILL.md
| 97 | | Tamagui | https://tamagui.dev/llms.txt | |
low line 110
External URL reference
SourceSKILL.md
| 110 | curl -s https://example.com/sitemap.xml -o sitemap.xml |
low line 116
External URL reference
SourceSKILL.md
| 116 | url="https://example.com/docs", |
low line 129
External URL reference
SourceSKILL.md
| 129 | - https://example.com/docs/getting-started |
low line 130
External URL reference
SourceSKILL.md
| 130 | - https://example.com/docs/installation |
low line 133
External URL reference
SourceSKILL.md
| 133 | - https://example.com/docs/api/hooks |
low line 134
External URL reference
SourceSKILL.md
| 134 | - https://example.com/docs/api/components |
low line 245
External URL reference
SourceSKILL.md
| 245 | - **URL**: https://... |
low line 252
External URL reference
SourceSKILL.md
| 252 | - **URL**: https://... |
low line 266
External URL reference
SourceSKILL.md
| 266 | - **URL**: https://... |
low line 297
External URL reference
SourceSKILL.md
| 297 | - **URL**: https://tanstack.com/query/latest/docs/react/reference/useQuery |
Scanned on Feb 12, 2026
View Security Dashboard