polymarket-pro
纯文档型 Skill,采用 curl|sh 远程脚本执行模式安装官方 CLI,缺乏代码审查能力,存在远程代码执行风险但有官方来源合理解释
SKILL.md 第 35 行采用 curl -sSL https://raw.githubusercontent.com/Polymarket/polymarket-cli/main/install.sh | sh 安装 CLI,这是高危攻击模式(常见于供应链攻击),无法在安装前验证脚本内容
SKILL.md:35 Why this conclusion was reached
3/4 dimensions flagged1 undeclared or violating capabilities were inferred.
1 high-risk artifacts or egress signals were extracted.
The report includes 0 attack-chain steps and 1 severe findings.
Dependency information is incomplete, so supply-chain confidence stays limited.
What drove the risk score up
SKILL.md:35 采用 curl -sSL URL | sh 模式,存在 RCE 风险但官方来源有合理解释
纯文档包,无 scripts/ 目录,无法验证安装后实际行为
文档提到私钥和环境变量处理,存在凭证访问场景但已声明
Most important evidence
curl|sh 远程脚本执行模式
SKILL.md 第 35 行采用 curl -sSL https://raw.githubusercontent.com/Polymarket/polymarket-cli/main/install.sh | sh 安装 CLI,这是高危攻击模式(常见于供应链攻击),无法在安装前验证脚本内容
SKILL.md:35 安装源不可验证
GitHub raw 脚本内容随时可变更,无法保证供应链安全。建议锁定安装版本或提供源码包
SKILL.md:35 凭证路径访问声明
文档声明访问 ~/.config/polymarket/config.json 和 POLYMARKET_PRIVATE_KEY 环境变量,属于交易工具正常功能
SKILL.md:42 Declared capability vs actual capability
SKILL.md:35 — curl|sh 执行外部脚本 SKILL.md:42 — POLYMARKET_PRIVATE_KEY 环境变量 SKILL.md:44 — ~/.config/polymarket/config.json Suspicious artifacts and egress
curl -sSL https://raw.githubusercontent.com/Polymarket/polymarket-cli/main/install.sh | sh SKILL.md:35
Dependencies and supply chain
There are no structured dependency warnings.
File composition
SKILL.md