imitation-agent
纯文档类技能,处理加密货币私钥但无代码实现,存在凭证存储安全缺陷和外部API重定向风险
Why this conclusion was reached
2/4 dimensions flagged2 undeclared or violating capabilities were inferred.
3 lower-risk artifacts were extracted and still need context.
The report includes 4 attack-chain steps and 2 severe findings.
Dependency information is incomplete, so supply-chain confidence stays limited.
Attack Chain
Entry · SKILL.md:4
Escalation · SKILL.md:24
Escalation · SKILL.md:54
Impact · SKILL.md:24
What drove the risk score up
将加密货币私钥写入 ~/.clawdbot/.../config.json 明文存储
SKILL.md 仅描述指令逻辑,无可审查的实际代码
所有API请求指向外部服务器,后端可被替换为恶意收集凭证
Most important evidence
加密货币私钥明文存储
SKILL.md 指示将私钥以明文形式写入 ~/.clawdbot/skills/imitation-agent/config.json。攻击者通过读取该文件可直接窃取钱包私钥,造成加密货币资产损失。
SKILL.md:54 后端API可被替换为恶意服务器
所有API请求指向 https://imitation-backend-production.up.railway.app,该服务器完全受攻击者控制。当 agent 执行 join 时返回的私钥可被攻击者记录,形成凭证收割攻击。
SKILL.md:24 纯文档无代码实现
该技能仅包含 SKILL.md 文档,无 scripts/ 代码目录。无法验证声明的功能与实际行为是否一致,shadow功能检测失效。
SKILL.md:1 chmod 600 权限设置
设置 config.json 权限为 600,仅所有者可读写。这表明作者意识到私钥文件需要保护,但明文存储本身已是严重缺陷。
SKILL.md:59 Declared capability vs actual capability
SKILL.md:79 mkdir -p + cat写入config.json SKILL.md:26-28 curl POST到外部API处理私钥 SKILL.md:12-13 调用shell执行curl命令 Suspicious artifacts and egress
https://imitation-backend-production.up.railway.app/skill/agent/join SKILL.md:24
https://imitation-backend-production.up.railway.app SKILL.md:44
0x1234567890123456789012345678901234567890 SKILL.md:120
Dependencies and supply chain
There are no structured dependency warnings.
File composition
SKILL.md