likes-training-planner
Legitimate training platform skill with documented but dangerous curl|bash installation pattern that creates supply chain risk. Core functionality is benign with no active malicious behavior detected.
为什么得出这个结论
2/4 个维度触发声明资源与推断能力基本一致。
提取到 2 个高危 IOC 或外联信号。
报告包含 3 步攻击链,另有 0 项高危或严重发现。
没有完整依赖信息,供应链判断需要保留弹性。
攻击链
delivery · README.md:37
exploitation · install.sh:1
impact_potential · install.sh
风险分是怎么被拉高的
SKILL.md and README recommend piping curl to bash for installation. This allows remote server to execute arbitrary code. Found in README.md:35, SKILL.md:308, README.en.md:35
Installation pulls from gitee.com/chenyinshu and github.com/chenwynn. These repositories could be compromised to serve malicious install.sh at any time
最关键的证据
Dangerous curl|bash installation pattern
SKILL.md and README files recommend 'curl -fsSL <url> | bash' for installation. This pattern allows the remote server to execute arbitrary code on the user's machine. While the current install.sh is benign, the repository could be compromised to serve malicious code.
README.md:37 Multiple remote installation sources
Skill provides installation instructions from both Gitee and GitHub. Both sources are third-party and could be independently compromised.
likes-training-planner/SKILL.md:297 声明能力 vs 实际能力
SKILL.md declares node scripts that write config/output files to ~/.openclaw/ SKILL.md declares LIKES_API_KEY requirement; scripts make HTTPS API calls to my.likes.com.cn SKILL.md documents node script execution (node scripts/*.cjs) Scripts read LIKES_API_KEY from process.env only - legitimate use 可疑产物与外联
curl -fsSL https://gitee.com/chenyinshu/likes-training-planner/raw/main/install.sh | bash README.en.md:35
curl -fsSL https://raw.githubusercontent.com/chenwynn/likes-training-planner/main/install.sh | bash likes-training-planner/SKILL.md:297
https://gitee.com/chenyinshu/likes-training-planner/raw/main/install.sh README.en.md:35
https://gitee.com/chenyinshu/likes-training-planner/releases/latest/download/likes-training-planner.skill README.en.md:43
http://127.0.0.1:18789 README.en.md:56
https://my.likes.com.cn README.en.md:63
https://gitee.com/chenyinshu/likes-training-planner README.en.md:276
https://gitee.com/chenyinshu/likes-training-planner/releases README.en.md:277
https://my.likes.com.cn/api/open likes-training-planner/references/api-docs.md:8
依赖与供应链
没有结构化依赖告警。
文件构成
likes-training-planner/references/api-docs.md README.en.md README.md likes-training-planner/SKILL.md