扫描报告
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.
可以安装
No action needed. This is a safe, well-documented skill.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md:22-61 describes URL scraping commands |
| 文件系统 | READ | READ | ✓ 一致 | SKILL.md:63-80 describes local codebase analysis, PDF extraction |
| 命令执行 | NONE | NONE | — | No shell scripts in package; pip install and CLI commands are user-initiated |
| 环境变量 | READ | READ | ✓ 一致 | SKILL.md:119-126 mentions ANTHROPIC_API_KEY, GOOGLE_API_KEY for legitimate enhan… |
| 技能调用 | NONE | NONE | — | No skill invocation chains detected |
| 剪贴板 | NONE | NONE | — | No clipboard access documented or implemented |
| 浏览器 | NONE | NONE | — | No browser automation documented |
| 数据库 | NONE | NONE | — | No database access documented |
14 项发现
中危 外部 URL 外部 URL
https://www.apache.org/licenses/ LICENSE.txt:3 中危 外部 URL 外部 URL
https://react.dev SKILL.md:22 中危 外部 URL 外部 URL
https://tailwindcss.com/docs SKILL.md:38 中危 外部 URL 外部 URL
https://docs.astral.sh/ruff SKILL.md:61 中危 外部 URL 外部 URL
https://docs.example.com SKILL.md:280 中危 外部 URL 外部 URL
https://hono.dev evals/evals.json:12 中危 外部 URL 外部 URL
https://youtube.com/watch?v=... references/cli-commands.md:180 中危 外部 URL 外部 URL
https://react.dev/learn references/config-and-workflows.md:13 中危 外部 URL 外部 URL
https://react.dev/reference references/config-and-workflows.md:13 中危 外部 URL 外部 URL
https://docs.djangoproject.com/en/5.0/ references/config-and-workflows.md:53 中危 外部 URL 外部 URL
https://nextjs.org/docs references/config-examples.md:24 中危 外部 URL 外部 URL
https://fastapi.tiangolo.com references/config-examples.md:63 中危 外部 URL 外部 URL
https://fastapi.tiangolo.com/tutorial/ references/config-examples.md:64 中危 外部 URL 外部 URL
https://tailwindcss.com/docs/installation references/config-examples.md:78 目录结构
7 文件 · 44.1 KB · 1449 行 Markdown 5f · 1264L
Text 1f · 162L
JSON 1f · 23L
├─
▾
evals
│ └─
evals.json
JSON
├─
▾
references
│ ├─
automation.md
Markdown
│ ├─
cli-commands.md
Markdown
│ ├─
config-and-workflows.md
Markdown
│ └─
config-examples.md
Markdown
├─
LICENSE.txt
Text
└─
SKILL.md
Markdown
安全亮点
✓ 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)