web-application-fuzzing-automation
SKILL.md 描述了完整的攻击工具包(SQL注入、XSS、OS命令注入、数据收割),声明的权限仅限 Read/Write/Bash/WebFetch,但文档内容实质是攻击技术手册,存在文档欺骗风险
Why this conclusion was reached
0/4 dimensions flaggedDeclared resources and inferred behavior are broadly aligned.
1 lower-risk artifacts were extracted and still need context.
There is no explicit malicious chain in the report.
Dependency information is incomplete, so supply-chain confidence stays limited.
What drove the risk score up
SKILL.md详细描述了SQL注入、XSS、OS命令注入、路径遍历等攻击向量
明确描述从access-control-flawed端点harvesting敏感数据
示例展示枚举用户密码字段的完整流程
仅有文档无实际执行代码,降低风险
文档多处声明仅用于授权渗透测试
Most important evidence
文档声明与实际用途的权限声明不匹配
文档声称是'授权渗透测试'工具,但 tools-required 仅声明 Read/Write,无任何授权验证机制。文档详细描述了数据收割、凭证枚举、SQL注入等攻击技术,属于高风险意图不明场景
SKILL.md:1 提供完整的攻击向量工具包
SKILL.md 包含了 SQL 注入('、'--、waitfor delay)、XSS(xsstest、script标签)、OS 命令注入(ping -i 30 127.0.0.1)、路径 traversal(../../etc/passwd)等完整payload集
SKILL.md:140 数据收割和凭证枚举示例
示例中展示了从HTML表格中提取密码字段的方法:`<td>Password: </td><td>b3ll3nd</td>`,并详细说明了如何大规模枚举用户凭证
SKILL.md:290 Declared capability vs actual capability
SKILL.md: tools-required: [Read, Write] SKILL.md: tools-optional: [Bash, WebFetch] SKILL.md: tools-optional: [Bash] Suspicious artifacts and egress
https://creativecommons.org/licenses/by-sa/4.0/ SKILL.md:351
Dependencies and supply chain
There are no structured dependency warnings.
File composition
SKILL.md