Scan Report
15 /100
swarmrecall-dream
Agent dreaming — memory consolidation, deduplication, pruning, contradiction resolution, and session summarization via the SwarmRecall API.
This is a documentation-only skill describing an external API for AI memory consolidation. All external communications are declared, no code execution or credential exfiltration occurs.
Safe to install
Approve for use. The skill is transparent about external API calls and data handling. Users should verify the trustworthiness of swarmrecall-api.onrender.com before use.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | Third-party API dependency for memory processing Doc Mismatch | SKILL.md:46 |
| Low | Auto-registration sends agent metadata externally Data Exfil | SKILL.md:29 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file operations documented |
| Network | READ | READ | ✓ Aligned | API calls to external service are fully declared in SKILL.md |
| Shell | NONE | NONE | — | No shell execution documented |
| Environment | READ | READ | ✓ Aligned | Reads SWARMRECALL_API_KEY from environment |
| Skill Invoke | NONE | NONE | — | No skill chaining documented |
| Clipboard | NONE | NONE | — | No clipboard access documented |
| Browser | NONE | NONE | — | No browser automation documented |
| Database | NONE | NONE | — | No database access documented |
3 findings
Medium External URL 外部 URL
https://www.swarmrecall.ai SKILL.md:14 Medium External URL 外部 URL
https://swarmrecall-api.onrender.com/api/v1/register SKILL.md:29 Medium External URL 外部 URL
https://swarmrecall-api.onrender.com SKILL.md:46 File Tree
1 files · 10.5 KB · 319 lines Markdown 1f · 319L
└─
SKILL.md
Markdown
Security Positives
✓ No shell execution or code execution vectors
✓ No credential harvesting or exfiltration beyond declared API key usage
✓ All external API calls are fully documented and transparent
✓ No obfuscation or base64-encoded payloads
✓ No filesystem or sensitive path access
✓ HTTPS is enforced for all data transmission
✓ API key is retained in environment only (not written to disk)