lobster-use
纯文档型技能包,包含危险 Shell 执行指令(curl|bash 远程脚本),但无实际可执行代码,仅为 Markdown 参考文档
Why this conclusion was reached
3/4 dimensions flagged1 undeclared or violating capabilities were inferred.
2 high-risk artifacts or egress signals were extracted.
The report includes 3 attack-chain steps and 2 severe findings.
Dependency information is incomplete, so supply-chain confidence stays limited.
Attack Chain
Entry · SKILL.md:1
Escalation · SKILL.md:34
Impact · SKILL.md:34
What drove the risk score up
SKILL.md:34 和 cli-commands.md:11 包含 curl -fsSL https://install.lobsterbio.com | bash
技能声明 Assumes Lobster is installed,但文档提供安装命令暗示需要执行权限
pip install 'lobster-ai[full]' 无版本锁定,远程安装源无可信验证
Most important evidence
危险 Shell 命令 - 远程脚本执行
SKILL.md:34 和 references/cli-commands.md:11 包含 `curl -fsSL https://install.lobsterbio.com | bash` 命令,这是典型的远程脚本执行风险模式。AI Agent 执行此命令会从外部源下载并直接执行任意代码。
SKILL.md:34 Windows PowerShell 远程脚本执行
SKILL.md:39 和 cli-commands.md:13 包含 `irm https://install.lobsterbio.com/windows | iex`,同样属于远程脚本执行。
SKILL.md:39 无版本锁定的 pip install
SKILL.md:43 使用 `pip install 'lobster-ai[full]'` 无版本锁定,存在供应链风险(依赖可能被恶意替换或包含漏洞)。
SKILL.md:43 安装命令与技能描述矛盾
SKILL.md 声称 Assumes Lobster is installed,但同时提供完整安装命令,造成权限声明不清晰。
SKILL.md:15 Declared capability vs actual capability
SKILL.md:34 — 提供 `curl | bash` 安装命令暗示需要执行权限 SKILL.md:34-39, cli-commands.md:11-14 — 多个外部 URL 用于工具安装 SKILL.md:55 — `lobster init` 配置文件写入 Suspicious artifacts and egress
curl -fsSL https://install.lobsterbio.com | bash SKILL.md:34
curl -fsSL https://install.lobsterbio.com \| bash references/cli-commands.md:11
https://install.lobsterbio.com SKILL.md:34
https://install.lobsterbio.com/windows SKILL.md:39
Dependencies and supply chain
There are no structured dependency warnings.
File composition
SKILL.md references/cli-commands.md