Trusted — Risk Score 5/100
Last scan:1 day ago Rescan
5 /100
skill-seekers
Convert documentation, GitHub repos, PDFs, codebases, and videos into structured AI skills
Pure documentation skill for a documentation-to-skill converter. All functionality is explicitly declared in SKILL.md with no hidden code, obfuscation, or undeclared capabilities. Network/filesystem access is limited to the stated purpose of scraping docs and creating skills.
Skill Nameskill-seekers
Duration40.8s
Enginepi
Safe to install
No action needed. This is a safe, well-documented skill.
ResourceDeclaredInferredStatusEvidence
Network READ READ ✓ Aligned SKILL.md:22-61 describes URL scraping commands
Filesystem READ READ ✓ Aligned SKILL.md:63-80 describes local codebase analysis, PDF extraction
Shell NONE NONE No shell scripts in package; pip install and CLI commands are user-initiated
Environment READ READ ✓ Aligned SKILL.md:119-126 mentions ANTHROPIC_API_KEY, GOOGLE_API_KEY for legitimate enhan…
Skill Invoke NONE NONE No skill invocation chains detected
Clipboard NONE NONE No clipboard access documented or implemented
Browser NONE NONE No browser automation documented
Database NONE NONE No database access documented
14 findings
🔗
Medium External URL 外部 URL
https://www.apache.org/licenses/
LICENSE.txt:3
🔗
Medium External URL 外部 URL
https://react.dev
SKILL.md:22
🔗
Medium External URL 外部 URL
https://tailwindcss.com/docs
SKILL.md:38
🔗
Medium External URL 外部 URL
https://docs.astral.sh/ruff
SKILL.md:61
🔗
Medium External URL 外部 URL
https://docs.example.com
SKILL.md:280
🔗
Medium External URL 外部 URL
https://hono.dev
evals/evals.json:12
🔗
Medium External URL 外部 URL
https://youtube.com/watch?v=...
references/cli-commands.md:180
🔗
Medium External URL 外部 URL
https://react.dev/learn
references/config-and-workflows.md:13
🔗
Medium External URL 外部 URL
https://react.dev/reference
references/config-and-workflows.md:13
🔗
Medium External URL 外部 URL
https://docs.djangoproject.com/en/5.0/
references/config-and-workflows.md:53
🔗
Medium External URL 外部 URL
https://nextjs.org/docs
references/config-examples.md:24
🔗
Medium External URL 外部 URL
https://fastapi.tiangolo.com
references/config-examples.md:63
🔗
Medium External URL 外部 URL
https://fastapi.tiangolo.com/tutorial/
references/config-examples.md:64
🔗
Medium External URL 外部 URL
https://tailwindcss.com/docs/installation
references/config-examples.md:78

File Tree

7 files · 44.1 KB · 1449 lines
Markdown 5f · 1264L Text 1f · 162L JSON 1f · 23L
├─ 📁 evals
│ └─ 📋 evals.json JSON 23L · 1.2 KB
├─ 📁 references
│ ├─ 📝 automation.md Markdown 160L · 3.5 KB
│ ├─ 📝 cli-commands.md Markdown 460L · 13.0 KB
│ ├─ 📝 config-and-workflows.md Markdown 191L · 4.8 KB
│ └─ 📝 config-examples.md Markdown 137L · 2.5 KB
├─ 📄 LICENSE.txt Text 162L · 8.9 KB
└─ 📝 SKILL.md Markdown 316L · 10.2 KB

Security Positives

✓ Pure documentation skill with no embedded executable code
✓ All capabilities are explicitly declared in SKILL.md
✓ No base64 encoding, obfuscation, or anti-analysis techniques
✓ Network access limited to legitimate scraping of user-specified URLs
✓ API keys are user-provided via environment variables for enhancement services
✓ No credential harvesting or exfiltration
✓ No persistence mechanisms (cron, startup hooks, backdoors)
✓ No supply chain risks - only contains Markdown/JSON documentation
✓ Licensed under Apache 2.0 with clear terms
✓ No suspicious network IOCs (external URLs are legitimate documentation targets)