summarize
安装脚本包含从 GitHub 远程 URL 下载并执行 shell 脚本的危险命令,该能力未在 SKILL.md 中声明,构成文档欺骗;用户名 gtbwpkwjnb-alt 高度可疑。
安装文档和脚本使用 curl 下载远程脚本并通过管道直接执行 bash,这是典型的高危远程代码执行模式。攻击者可通过篡改 GitHub 仓库中的脚本内容,在受害者机器上执行任意代码。
references/installation.md:6 Why this conclusion was reached
3/4 dimensions flagged2 undeclared or violating capabilities were inferred.
2 high-risk artifacts or egress signals were extracted.
The report includes 4 attack-chain steps and 4 severe findings.
Dependency information is incomplete, so supply-chain confidence stays limited.
Attack Chain
Entry · SKILL.md:1
Entry · references/installation.md:6
Escalation · references/installation.md:6
Impact · N/A
What drove the risk score up
2处远程脚本执行:references/installation.md:6 和 scripts/install.sh:3
SKILL.md 未声明远程执行能力,仅描述为会话总结工具
GitHub 用户名 gtbwpkwjnb-alt 疑似随机生成或伪装
install.ps1 同样包含 iwr|iex 远程执行模式
Most important evidence
远程 Shell 脚本执行(curl|bash 管道)
安装文档和脚本使用 curl 下载远程脚本并通过管道直接执行 bash,这是典型的高危远程代码执行模式。攻击者可通过篡改 GitHub 仓库中的脚本内容,在受害者机器上执行任意代码。
references/installation.md:6 install.sh 远程代码执行
scripts/install.sh 第3行注释即展示了危险的远程执行方式,且实际安装逻辑会执行 git clone/pull 操作,攻击面扩大。
scripts/install.sh:3 SKILL.md 未声明远程执行能力
SKILL.md 声称这是一个'会话总结'工具,仅声明文件系统读写能力。但安装相关文档包含远程代码执行,这是典型的文档-行为差异。
SKILL.md:1 PowerShell 远程执行(iwr|iex)
Windows 安装脚本使用 Invoke-WebRequest + Invoke-Expression 模式从远程 URL 下载并执行 PowerShell 脚本,同样危险。
scripts/install.ps1:2 sutras.yaml 配置包含远程安装命令
sutras.yaml 的 distribution.install 部分重复了远程执行命令,进一步扩大了攻击面。
sutras.yaml:42 访问 Headroom 敏感目录
SKILL.md 描述了访问 ~/.headroom/ 目录以检查代理状态和节省统计,存在潜在的信息收集行为。
SKILL.md:245 Declared capability vs actual capability
写入 harvests/ 目录和 L0 规则 安装脚本通过 curl|bash 执行远程代码 从 GitHub 下载脚本 Suspicious artifacts and egress
curl -sL https://raw.githubusercontent.com/gtbwpkwjnb-alt/summarize-skill/master/scripts/install.sh | bash references/installation.md:6
curl -sL https://raw.githubusercontent.com/gtbwpkwjnb-alt/summarize-skill/master/install.sh | bash scripts/install.sh:3
Dependencies and supply chain
There are no structured dependency warnings.
File composition
SKILL.md scripts/install.ps1