memphis-cognitive
Documentation-only skill that prominently instructs users to execute remote curl|bash installers without adequate warnings, enabling supply chain attack vectors through untrusted external scripts.
SKILL.md, QUICKSTART.md, and README.md instruct users to execute remote shell scripts directly from GitHub raw URLs without verification. This is a primary supply chain attack vector.
QUICKSTART.md:13 为什么得出这个结论
2/4 个维度触发声明资源与推断能力基本一致。
提取到 2 个高危 IOC 或外联信号。
报告包含 4 步攻击链,另有 2 项高危或严重发现。
没有完整依赖信息,供应链判断需要保留弹性。
攻击链
initial_access · QUICKSTART.md:13
delivery · QUICKSTART.md:13
代码执行 · https://raw.githubusercontent.com/elathoxu-crypto/memphis/main/install.sh:1
最终危害 · external
风险分是怎么被拉高的
QUICKSTART.md:13 and README.md:128 instruct users to pipe remote scripts directly to bash/shell
Skill declares NONE permissions but guides users to execute arbitrary remote code
Actual functionality lives in externally-installed Memphis CLI from unverified GitHub repo elathoxu-crypto/memphis
Risk acknowledged in skill-card.md but not prominently surfaced in SKILL.md itself
最关键的证据
Remote script execution via curl|bash
SKILL.md, QUICKSTART.md, and README.md instruct users to execute remote shell scripts directly from GitHub raw URLs without verification. This is a primary supply chain attack vector.
QUICKSTART.md:13 Second remote script execution via curl|sh
README.md instructs users to install Ollama via curl|sh remote script, compounding supply chain risk.
README.md:128 Security risks not prominently surfaced in SKILL.md
skill-card.md contains explicit risk disclosures about privileged shell installers and sensitive data handling, but SKILL.md—the primary documentation users interact with—does not prominently warn about these dangers.
SKILL.md:1 Potential privilege escalation through npm install -g
Installation instructions suggest npm install -g which may require sudo privileges, executing with elevated permissions.
README.md:62 声明能力 vs 实际能力
No file writes in skill files; wrapper only checks CLI presence Wrapper uses exec memphis $@ only; no direct shell execution in skill Skill files do not make network requests No credential access in skill code No env access in skill files 可疑产物与外联
curl -fsSL https://raw.githubusercontent.com/elathoxu-crypto/memphis/main/install.sh | bash QUICKSTART.md:13
curl -fsSL https://ollama.com/install.sh | sh README.md:128
https://deb.nodesource.com/setup_20.x README.md:90
https://ollama.com/install.sh README.md:128
https://clawhub.com/skill/memphis-cognitive README.md:268
https://discord.gg/clawd README.md:269
https://clawhub.ai/user/elathoxu-crypto skill-card.md:7
https://clawhub.ai/elathoxu-crypto/memphis-cognitive skill-card.md:27
依赖与供应链
没有结构化依赖告警。
文件构成
SKILL.md README.md skill-card.md QUICKSTART.md