glitch-dashboard-tool-free
纯文档型Skill无实际代码,但SKILL.md中包含环境变量敏感信息遍历命令,存在引导凭证收割的风险
Why this conclusion was reached
1/4 dimensions flaggedDeclared resources and inferred behavior are broadly aligned.
No obvious high-risk egress or execution signals were found.
The report includes 3 attack-chain steps and 0 severe findings.
Dependency information is incomplete, so supply-chain confidence stays limited.
Attack Chain
Entry · SKILL.md:1
Escalation · SKILL.md:177
Impact · SKILL.md:179
What drove the risk score up
SKILL.md:177-179 env | grep -E "API|KEY|TOKEN|SECRET" 可能被误用为凭证收割
声称需要shell执行但无代码文件,声明-能力不符
纯Markdown文档,无实际恶意代码
Most important evidence
文档包含潜在凭证收割指令
SKILL.md第177-179行的配置验证示例包含 'env | grep -E "API|KEY|TOKEN|SECRET"' 命令,该命令会遍历环境变量寻找敏感信息。虽然声称用于本地配置检查,但此模式是凭证窃取攻击的典型特征。
SKILL.md:177 声明能力与实际实现不符
allowed-tools声明exec,但包内无任何scripts/目录或可执行代码。声称需要Python 3.8+或Node.js 18+运行时,但无实际代码文件。
SKILL.md:1 Declared capability vs actual capability
allowed-tools声明read 声明exec但无scripts/目录 Suspicious artifacts and egress
No obvious IOC was extracted.
Dependencies and supply chain
There are no structured dependency warnings.
File composition
SKILL.md