Skip to main content

docs-sources

Facilitates efficient documentation source management by employing various fetching strategies and prioritizing AI-native signals.

Install this skill

or
62/100

Security score

The docs-sources skill was audited on Feb 9, 2026 and we found 22 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 107

Curl to non-GitHub URL

SourceSKILL.md
107curl -sI "https://docs.viperjuice.dev/llms.txt" | head -1
medium line 110

Curl to non-GitHub URL

SourceSKILL.md
110curl -sI "https://docs.viperjuice.dev/sitemap.xml" | head -1
medium line 113

Curl to non-GitHub URL

SourceSKILL.md
113curl -sI "https://api.viperjuice.dev/openapi.json" | head -1
medium line 116

Curl to non-GitHub URL

SourceSKILL.md
116curl -s "https://docs.viperjuice.dev" | wc -c
low line 113

External URL reference

SourceSKILL.md
113curl -sI "https://api.viperjuice.dev/openapi.json" | head -1
low line 147

External URL reference

SourceSKILL.md
147"homepage": "https://..."
low line 168

External URL reference

SourceSKILL.md
168| react | https://react.dev | llmstxt |
low line 169

External URL reference

SourceSKILL.md
169| next | https://nextjs.org/docs | github_raw |
low line 170

External URL reference

SourceSKILL.md
170| vue | https://vuejs.org/guide | github_raw |
low line 171

External URL reference

SourceSKILL.md
171| nuxt | https://nuxt.com/docs | github_raw |
low line 172

External URL reference

SourceSKILL.md
172| svelte | https://svelte.dev/docs | github_raw |
low line 173

External URL reference

SourceSKILL.md
173| fastapi | https://fastapi.tiangolo.com | github_raw |
low line 175

External URL reference

SourceSKILL.md
175| flask | https://flask.palletsprojects.com | web_sitemap |
low line 176

External URL reference

SourceSKILL.md
176| express | https://expressjs.com | web_sitemap |
low line 177

External URL reference

SourceSKILL.md
177| prisma | https://www.prisma.io/docs | llmstxt |
low line 178

External URL reference

SourceSKILL.md
178| drizzle | https://orm.drizzle.team/docs | github_raw |
low line 179

External URL reference

SourceSKILL.md
179| vitest | https://vitest.dev | github_raw |
low line 180

External URL reference

SourceSKILL.md
180| playwright | https://playwright.dev/docs | github_raw |
low line 181

External URL reference

SourceSKILL.md
181| tailwindcss | https://tailwindcss.com/docs | llmstxt |
low line 182

External URL reference

SourceSKILL.md
182| trpc | https://trpc.io/docs | github_raw |
low line 183

External URL reference

SourceSKILL.md
183| zod | https://zod.dev | llmstxt |
low line 209

External URL reference

SourceSKILL.md
209{"library": "fastapi", "url": "https://fastapi.tiangolo.com", "command": "/ai-dev-kit:docs-add https://fastapi.tiangolo.com fastapi"}
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →