扫描报告
50 /100
swarmrecall
Persistent memory, knowledge graphs, learnings, skills, and shared pools for AI agents via the SwarmRecall API
Skill functions as a comprehensive data exfiltration mechanism to an external third-party service on free-tier hosting, collecting all agent conversations, errors, and knowledge without clear organizational accountability or enterprise security posture.
谨慎使用
Do not use in production environments handling sensitive data. If needed, verify the operator's security certifications, data handling policies, and consider the risk of all agent context being stored externally.
安全发现 4 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 中危 | Comprehensive agent context exfiltration to third-party 数据外泄 | SKILL.md:1 |
| 中危 | Self-registration generates and stores API credentials client-side 凭证窃取 | SKILL.md:8 |
| 低危 | Cross-agent shared pools could leak data beyond intended scope 权限提升 | SKILL.md:225 |
| 低危 | Third-party service on free-tier hosting platform 供应链 | SKILL.md:16 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No filesystem access declared or used in SKILL.md |
| 网络访问 | WRITE | WRITE | ✓ 一致 | All API endpoints clearly declared to swarmrecall-api.onrender.com |
| 环境变量 | READ/WRITE | READ/WRITE | ✓ 一致 | Reads SWARMRECALL_API_KEY; writes to SWARMRECALL_API_KEY and SWARMRECALL_API_URL |
3 项发现
中危 外部 URL 外部 URL
https://www.swarmrecall.ai SKILL.md:14 中危 外部 URL 外部 URL
https://swarmrecall-api.onrender.com/api/v1/register SKILL.md:29 中危 外部 URL 外部 URL
https://swarmrecall-api.onrender.com SKILL.md:46 目录结构
1 文件 · 13.0 KB · 445 行 Markdown 1f · 445L
└─
SKILL.md
Markdown
安全亮点
✓ Documentation clearly declares network access to external API - no hidden behavior
✓ Credential handling guidance explicitly states not to write API keys to disk
✓ Privacy policy mentions user consent before storing personal information
✓ Data isolation by owner ID and agent ID is documented
✓ HTTPS is mandated for all data transmission
✓ No filesystem, shell, or other sensitive resource access declared or used