demo-text-summarizer
SKILL.md 声称是纯文本摘要工具,但存在未声明的 workflow.taskflow.yaml 文件,执行文件验证、shell命令和外部网络发布操作,违反文档-行为一致性原则。
Why this conclusion was reached
2/4 dimensions flagged4 undeclared or violating capabilities were inferred.
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 · workflow.taskflow.yaml:14
Impact · workflow.taskflow.yaml:46
What drove the risk score up
SKILL.md 描述纯文本摘要,但包含执行 shell 命令和外部网络通信的 workflow.taskflow.yaml
workflow 使用 test/grep/sed/python3 -c 等 shell 命令执行文件验证
workflow.taskflow.yaml 第 46 行调用 clawhub publish 发布到外部 ClawHub
Most important evidence
未声明的 workflow.taskflow.yaml 阴影功能
SKILL.md 描述为纯文本摘要工具,但实际包含执行文件验证、shell 命令和外部网络发布的 TaskFlow workflow。这违反了文档-行为一致性原则。
workflow.taskflow.yaml:1 clawhub 命令来源不明
workflow.taskflow.yaml 调用外部命令 'clawhub' 进行发布,但未声明该工具来源,也未验证其完整性。
workflow.taskflow.yaml:46 workflow 使用 shell 命令执行任意操作
workflow 中的 shell 命令(如 grep -q、sed、python3 -c)可被注入利用,执行超出声明范围的操作。
workflow.taskflow.yaml:14 Declared capability vs actual capability
workflow.taskflow.yaml:14 grep -q 读取 SKILL.md 内容 workflow.taskflow.yaml:14-15 test/grep/sed 多处 shell 命令 workflow.taskflow.yaml:46 clawhub publish 外传元数据 workflow.taskflow.yaml:33-34 提取 SLUG/VERSION 环境变量 Suspicious artifacts and egress
No obvious IOC was extracted.
Dependencies and supply chain
There are no structured dependency warnings.
File composition
workflow.taskflow.yaml