Scan Report
This report was generated in Chinese. Some content may be in Chinese.
18 /100
quint-memory
Permanent memory for OpenClaw agents via Quint relay
Quint Memory 是一个合法的上下文持久化服务,核心功能为在 AI 对话重置前保存上下文到远程服务器。无恶意行为发现,但存在远程脚本执行和 token 明文存储等需要注意的设计。
Safe to install
该技能功能合理,可安全使用。建议确认 api.getquint.ai 为可信服务提供商后再部署。
Findings 4 items
| Severity | Finding | Location |
|---|---|---|
| Medium | 未声明的远程脚本执行 Supply Chain | SKILL.md:167 |
| Low | Token 明文存储到本地文件 Credential Theft | setup.sh:53 |
| Low | SKILL.md 中步骤编号重复 Doc Mismatch | SKILL.md:104 |
| Info | 读取环境变量中的 API Token Sensitive Access | handler.ts:35 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | WRITE | ✗ Violation | setup.sh:53, handler.ts:14 |
| Network | READ | WRITE | ✗ Violation | SKILL.md:167, handler.ts:40 |
| Shell | NONE | WRITE | ✗ Violation | SKILL.md:167 下载并执行远程脚本 |
| Environment | NONE | READ | ✗ Violation | handler.ts:35 读取 QUINT_PRINCIPAL_TOKEN |
| Skill Invoke | READ | READ | ✓ Aligned | SKILL.md 声明为记忆服务 |
12 findings
Medium External URL 外部 URL
https://getquint.ai README.md:3 Medium External URL 外部 URL
https://getquint.ai/signup README.md:13 Medium External URL 外部 URL
https://api.getquint.ai/mcp README.md:24 Medium External URL 外部 URL
https://getquint.ai/privacy SKILL.md:88 Medium External URL 外部 URL
https://getquint.ai/welcome SKILL.md:146 Medium External URL 外部 URL
https://api.getquint.ai/download/quint-pair.sh SKILL.md:167 Medium External URL 外部 URL
https://api.getquint.ai/v1/relay/ask SKILL.md:183 Medium External URL 外部 URL
https://api.getquint.ai/download/quint.dxt SKILL.md:206 Medium External URL 外部 URL
https://chatgpt.com/g/g-6840bfb3c9b48191a7d8d3b720bc6d52 SKILL.md:270 Medium External URL 外部 URL
https://api.getquint.ai handler.ts:14 Medium External URL 外部 URL
https://nodejs.org setup.sh:14 Info Email 邮箱地址
[email protected] SKILL.md:84 File Tree
4 files · 19.9 KB · 564 lines Markdown 2f · 351L
Shell 1f · 108L
TypeScript 1f · 105L
├─
handler.ts
TypeScript
├─
README.md
Markdown
├─
setup.sh
Shell
└─
SKILL.md
Markdown
Dependencies 3 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
node | latest | system | No | 系统依赖,需预装 |
curl | latest | system | No | 用于远程脚本下载 |
claude | latest | npm | No | MCP 服务器注册工具 |
Security Positives
✓ 数据政策清晰:明确列出传输的数据类型(MEMORY.md、SOUL.md、daily notes)
✓ 不传输对话记录或原始邮件
✓ 使用 Supabase 缓存(SOC2 合规),数据隔离到 principal_id
✓ 用户可删除账户并清除所有数据
✓ 代码逻辑简洁,无复杂的混淆或隐藏逻辑
✓ handler.ts 为纯上下文保存功能,无越权操作