Memphis Cognitive Engine
声称是元数据包但文档包含远程脚本执行命令,存在供应链攻击风险
Why this conclusion was reached
3/4 dimensions flagged3 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:64
Impact · install.sh:N/A
What drove the risk score up
从 raw.githubusercontent.com/elathoxu-crypto/memphis/main/install.sh 管道执行 bash
声称文档但包含安装命令,攻击者可篡改仓库植入恶意代码
声称META-PACKAGE但指导执行远程脚本
Most important evidence
远程脚本执行 - Memphis安装
文档指导用户从 raw.githubusercontent.com/elathoxu-crypto/memphis/main/install.sh 下载并直接管道执行 bash,这是典型的供应链攻击向量
SKILL.md:64 远程脚本执行 - Ollama安装
从 ollama.com/install.sh 下载并以 sh 执行,攻击者可控制脚本内容
README.md:430 元数据包声明与实际行为不符
SKILL.md 声称'META-PACKAGE (documentation only)',但文档包含完整的远程安装命令,用户执行后将安装并执行第三方代码
SKILL.md:12 克隆仓库到用户home目录
git clone 到 ~/memphis,后续代码将以用户权限运行
SKILL.md:69 Declared capability vs actual capability
SKILL.md:64-65, QUICKSTART.md:13 install.sh将在~目录安装文件 从外部URL下载安装脚本 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:430
https://ollama.com/install.sh README.md:430
https://discord.gg/clawd README.md:496
https://clawhub.com/skill/memphis-cognitive README.md:529
Dependencies and supply chain
There are no structured dependency warnings.
File composition
README.md SKILL.md QUICKSTART.md