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 Why this conclusion was reached
2/4 dimensions flaggedDeclared resources and inferred behavior are broadly aligned.
2 high-risk artifacts or egress signals were extracted.
The report includes 4 attack-chain steps and 2 severe findings.
Dependency information is incomplete, so supply-chain confidence stays limited.
Attack Chain
initial_access · QUICKSTART.md:13
delivery · QUICKSTART.md:13
Execution · https://raw.githubusercontent.com/elathoxu-crypto/memphis/main/install.sh:1
Impact · external
What drove the risk score up
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
Most important evidence
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 Declared capability vs actual capability
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 Suspicious artifacts and egress
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
Dependencies and supply chain
There are no structured dependency warnings.
File composition
SKILL.md README.md skill-card.md QUICKSTART.md