tokst-memory
TokST 是合法的记忆管理工具,但通过 curl|bash 管道执行远程安装脚本存在供应链风险,用户数据将发送至外部服务器,且自动记忆功能可能超出用户预期。
README.md:48 包含 curl -fsSL https://tokst.com/install.sh | bash,从远程 URL 下载脚本并直接执行。这是经典供应链攻击向量,无法验证脚本内容即执行。
README.md:48 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
README.md:48 包含 curl -fsSL https://tokst.com/install.sh | bash,该模式是经典供应链攻击向量
所有记忆数据通过 MCP 协议发送至 api.tokst.com,文档虽声明但用户可能不知情
tokst auto on --agent all 声明可检测多种 Agent,可能超出用户预期
Most important evidence
危险 Shell 管道安装命令
README.md:48 包含 curl -fsSL https://tokst.com/install.sh | bash,从远程 URL 下载脚本并直接执行。这是经典供应链攻击向量,无法验证脚本内容即执行。
README.md:48 用户数据发送至外部服务器
所有记忆(facts、decisions、preferences、tasks、architecture、notes)通过 MCP 协议发送至 api.tokst.com。用户可能不了解数据外传范围。
SKILL.md:1 自动记忆功能监控范围声明不明确
tokst auto on --agent all 声明可检测 'WorkBuddy, OpenCode, Pi, Codex, Claude Code' 并安装原生桥接,可能持续监控 Agent 工作流程。
SKILL.md:169 Windows PowerShell 远程脚本执行
Windows 安装使用 irm https://tokst.com/install.ps1 | iex,同样从远程下载并执行代码。
README.md:65 Declared capability vs actual capability
SKILL.md frontmatter 无 filesystem 声明 文档声明云端操作需连接 api.tokst.com README.md:48 要求执行 curl|bash 安装远程脚本 文档描述 MCP 工具调用 Suspicious artifacts and egress
curl -fsSL https://tokst.com/install.sh | bash README.md:48
https://tokst.com/docs README.md:35
https://tokst.com/llms.txt README.md:36
https://tokst.com/llms-full.txt README.md:37
https://api.tokst.com/openapi.json README.md:38
https://api.tokst.com/.well-known/mcp README.md:39
https://tokst.com/install.sh README.md:48
https://tokst.com/install.ps1 README.md:65
https://tokst.com/docs/tasks README.md:211
https://api.tokst.com/mcp README.md:253
https://tokst.com/help README.md:377
https://tokst.com/docs/mcp README.md:378
Dependencies and supply chain
There are no structured dependency warnings.
File composition
README.md SKILL.md