honcho-memory
Pass
Audited by Gen Agent Trust Hub on Jul 14, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXPOSURE]: The skill documentation proactively identifies a potential data leakage scenario inherent to the service's architecture. It notes that in shared workspaces, memory queries might return data from other peers if not properly scoped. It provides clear remediation guidance: using unique
HONCHO_WORKSPACE_IDvalues for different user groups to ensure isolation. - [INDIRECT_PROMPT_INJECTION]: The skill acts as a bridge for external data, which introduces a surface for indirect prompt injection if the stored memory contains malicious instructions.
- Ingestion points: Data enters the agent's context through
query_memory.pyandget_context.pyvia the Honcho API. - Boundary markers: The returned data from
get_contextandquery_memorydoes not include specific delimiters or 'ignore' instructions for the LLM. - Capability inventory: The skill itself is limited to memory operations and does not possess high-risk capabilities such as arbitrary command execution or file system modification.
- Sanitization: The skill does not perform sanitization on the content retrieved from the external memory store.
- [CREDENTIALS_UNSAFE]: The skill handles API keys through standard and safe practices, recommending the use of
.envfiles andpython-dotenvrather than hardcoding credentials. The documentation uses appropriate placeholders.
Audit Metadata