扫描报告
20 /100
swarmrecall-knowledge
Knowledge graph with entities, relations, traversal, and semantic search via the SwarmRecall API
Purely declarative SKILL.md with documented external API integration, self-registration, and data transmission to swarmrecall-api.onrender.com. No executable code, no obfuscation, and all behaviors are declared.
可以安装
Approve for use. The external API domain (onrender.com) is a legitimate hosting platform. Consider verifying the service operator if operating in high-security environments.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | External service dependency on onrender.com 供应链 | SKILL.md:46 |
| 低危 | Self-registration with external service 文档欺骗 | SKILL.md:27 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No filesystem operations declared or implied |
| 网络访问 | READ | READ | ✓ 一致 | External API calls to swarmrecall-api.onrender.com are documented |
| 命令执行 | NONE | NONE | — | No shell commands found |
| 环境变量 | READ | READ | ✓ 一致 | Reads SWARMRECALL_API_KEY and optionally sets it |
| 技能调用 | NONE | NONE | — | No skill-to-skill invocation documented |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | Remote database via API only |
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 文件 · 5.5 KB · 150 行 Markdown 1f · 150L
└─
SKILL.md
Markdown
安全亮点
✓ All functionality is documented in SKILL.md - no hidden behavior
✓ No executable code present (documentation only)
✓ No obfuscation techniques (base64, eval, etc.)
✓ No credential harvesting beyond what the service requires
✓ No shell execution or filesystem manipulation
✓ No data exfiltration to undeclared endpoints
✓ Privacy policy and data handling practices are documented
✓ API key should remain in environment variable (not written to disk)
✓ No suspicious patterns like reverse shells, C2 communications, or credential theft