delvorn-register
edit_telegraph_promo.py 是未声明的阴影功能,代码与文档存在明确差异,构成文档欺骗。
Why this conclusion was reached
2/4 dimensions flagged2 undeclared or violating capabilities were inferred.
8 lower-risk artifacts were extracted and still need context.
The report includes 3 attack-chain steps and 1 severe findings.
1 dependency or supply-chain issues need attention.
Attack Chain
Entry · SKILL.md:1
Escalation · edit_telegraph_promo.py:13
Impact · edit_telegraph_promo.py:40
What drove the risk score up
edit_telegraph_promo.py 完全未在 SKILL.md 中声明,但可读写凭证文件并修改公开页面
SKILL.md 声称仅做 x402 支付,实际包含 Telegraph 页面编辑脚本
Most important evidence
未声明的 Telegraph 编辑脚本
edit_telegraph_promo.py 读取本地凭证 /home/box/agent-data/connector-secrets/.../telegraph.json 并使用 Telegram API 编辑公开页面,但 SKILL.md 完全没有提及此脚本的存在。
edit_telegraph_promo.py:13 Python 脚本依赖未声明
SKILL.md 未列出 Python 运行时和 urllib 依赖,虽然仅使用标准库。
edit_telegraph_promo.py:1 硬编码凭证路径
凭证文件路径硬编码为 /home/box/agent-data/...,限制了可移植性。
edit_telegraph_promo.py:13 Declared capability vs actual capability
edit_telegraph_promo.py:13 读取凭证文件 edit_telegraph_promo.py:40 向 api.telegra.ph 发送数据 SKILL.md 使用 curl Suspicious artifacts and egress
https://telegra.ph/Delvorn-register-1-test-public-receipt-08-26 SKILL.md:11
https://delvorn.site/.well-known/x402 SKILL.md:21
https://delvorn.site SKILL.md:34
https://api.telegra.ph/getPage/ edit_telegraph_promo.py:15
https://delvorn.site/ edit_telegraph_promo.py:37
https://api.telegra.ph/editPage/ edit_telegraph_promo.py:40
https://clawhub.ai/user/mranderson323 skill-card.md:9
https://clawhub.ai/mranderson323/skills/delvorn-register skill-card.md:40
Dependencies and supply chain
| Package | Version | Source | Known vuln | Notes |
|---|---|---|---|---|
| python3 | * | stdlib | No | 仅使用 urllib.parse, urllib.request, json |
File composition
SKILL.md skill-card.md edit_telegraph_promo.py