Scan Report
50 /100
agent-cli
代码编辑 CLI 工具集合:Cursor CLI(agent)与 Qoder CLI(qodercli)
Skill本身为纯文档索引不执行代码,但references/README.md中包含危险的curl|bash管道安装命令,违反安全最佳实践
Use with caution
建议替换为安全的安装方式:使用包管理器安装或提供下载文件的hash校验,禁止使用curl|bash管道直接执行远程脚本
Attack Chain 3 steps
◎
Entry 用户读取SKILL.md了解skill功能
SKILL.md:1⬡
Escalation 按文档指引执行危险的curl|bash安装命令
references/README.md:21◉
Impact 恶意安装脚本可能在用户系统上执行任意代码
references/README.md:21Findings 3 items
| Severity | Finding | Location |
|---|---|---|
| High | 危险curl|bash管道安装命令 Supply Chain | references/README.md:21 |
| Medium | 文档-行为差异:SKILL.md未声明危险操作 Doc Mismatch | SKILL.md:1 |
| Low | 外部URL无版本锁定 Supply Chain | references/README.md:93 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | 纯文档skill,无脚本 |
| Network | NONE | NONE | — | 文档skill不执行网络请求 |
| Shell | NONE | NONE | — | 文档skill不执行shell |
1 Critical 3 findings
Critical Dangerous Command 危险 Shell 命令
curl https://cursor.com/install -fsS | bash references/README.md:21 Medium External URL 外部 URL
https://cursor.com/install references/README.md:21 Medium External URL 外部 URL
https://docs.qoder.com/llms.txt references/README.md:93 File Tree
4 files · 12.6 KB · 670 lines Markdown 4f · 670L
├─
▾
references
│ ├─
cursorcli.md
Markdown
│ ├─
qodercli.md
Markdown
│ └─
README.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ 纯文档skill,无实际可执行代码
✓ 不访问敏感文件或凭证
✓ 不包含代码执行、凭证窃取、数据外泄等恶意行为