扫描报告
8 /100
skill-factory
Autonomous skill creation agent that analyzes requests and delivers production-ready skills
Skill-factory is a legitimate autonomous skill creation agent that uses documented shell scripts for installing dependencies and creating skills, with no malicious indicators found.
可以安装
This skill is safe to use. Standard security hygiene applies: verify external dependencies before installation and review skill outputs before deploying to production.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Unpinned Python dependencies 供应链 | scripts/install-skill-seekers.sh:50 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md line 196: scripts/install-skill-seekers.sh, SKILL.md line 397: scripts/… |
| 文件系统 | WRITE | WRITE | ✓ 一致 | SKILL.md line 147: 'Create skill directory structure', 'Generate .zip for easy u… |
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md line 56: 'git clone https://github.com/yusufkaraaslan/Skill_Seekers', l… |
8 项发现
中危 外部 URL 外部 URL
https://www.apache.org/licenses/ LICENSE.txt:3 中危 外部 URL 外部 URL
https://console.anthropic.com/settings/keys references/quickstart.md:9 中危 外部 URL 外部 URL
https://react.dev references/request-analysis.md:250 中危 外部 URL 外部 URL
https://vuejs.org references/skill-seekers-integration.md:193 中危 外部 URL 外部 URL
https://docs.djangoproject.com references/skill-seekers-integration.md:194 中危 外部 URL 外部 URL
https://fastapi.tiangolo.com references/skill-seekers-integration.md:195 中危 外部 URL 外部 URL
https://docs.rs/[crate references/skill-seekers-integration.md:196 中危 外部 URL 外部 URL
https://docs.rs/ references/skill-seekers-integration.md:257 目录结构
13 文件 · 133.4 KB · 4311 行 Markdown 9f · 3797L
Python 1f · 220L
Text 1f · 162L
Shell 2f · 132L
├─
▾
references
│ ├─
anthropic-best-practices.md
Markdown
│ ├─
best-practices.md
Markdown
│ ├─
obra-tdd-methodology.md
Markdown
│ ├─
overview.md
Markdown
│ ├─
quality-loops.md
Markdown
│ ├─
quickstart.md
Markdown
│ ├─
request-analysis.md
Markdown
│ └─
skill-seekers-integration.md
Markdown
├─
▾
scripts
│ ├─
check-skill-seekers.sh
Shell
│ ├─
install-skill-seekers.sh
Shell
│ └─
quality-check.py
Python
├─
LICENSE.txt
Text
└─
SKILL.md
Markdown
依赖分析 2 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
Skill_Seekers | latest | git clone | 否 | External repo, verify integrity manually |
cli.doc_scraper | unpinned | requirements.txt | 否 | Part of Skill_Seekers package |
安全亮点
✓ All shell operations are fully documented in SKILL.md Dependencies section
✓ No credential harvesting or environment variable iteration for secrets
✓ No obfuscation techniques (base64, eval) detected
✓ No sensitive file access (no ~/.ssh, ~/.aws, .env access)
✓ No C2 communication or data exfiltration patterns
✓ No persistence mechanisms (no cron, startup hooks, backdoors)
✓ Uses legitimate open-source tools (Skill_Seekers, obra TDD)
✓ Script behavior matches documentation exactly
✓ Quality checker is a pure analysis tool with no side effects