Honcho Memory Multiplexer

PassAudited by VirusTotal on May 11, 2026.

Findings (1)

The skill bundle is designed to integrate OpenClaw agents with the Honcho memory system, offering both cloud storage and local file fallback. The `SKILL.md` clearly outlines the installation, memory migration, and agent instruction updates, including explicit guardrails against data loss and unauthorized actions. The `extension/index.ts` (and compiled `index.js`) implements this logic, notably including a robust path traversal prevention mechanism in the `memory_get` tool, limiting file access to `MEMORY.md` and the `memory/` directory. While `SKILL.md` mentions `git clone` and `docker compose up -d`, these are part of an *optional* self-hosting setup for Honcho, not arbitrary agent commands, and are accompanied by instructions for user confirmation. The plugin's network access to `HONCHO_BASE_URL` is declared and essential for its function. There is no evidence of intentional harmful behavior, data exfiltration beyond the stated purpose, or malicious prompt injection attempts.