skills/ericmjl/skills/mempalace/Gen Agent Trust Hub

mempalace

Pass

Audited by Gen Agent Trust Hub on Apr 8, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill requires the installation of the mempalace Python package from a public registry via pip install mempalace. This is a vendor resource for the skill author.
  • [COMMAND_EXECUTION]: The skill utilizes shell commands and Python execution patterns to manage memory, including the mempalace CLI tool and direct Python code execution via python -c to query the knowledge graph.
  • [DATA_EXFILTRATION]: The skill accesses and processes data from the user's home directory and project folders, including the identity file at ~/.mempalace/identity.txt and conversation histories. While the skill operates locally, it creates an exposure surface for personal and project information.
  • [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests verbatim content from external project files and conversation exports. This stored content is later retrieved and placed into the agent's context during searches or session initialization.
  • Ingestion points: Untrusted data enters via the mempalace mine command described in SKILL.md.
  • Boundary markers: No explicit delimiters or instructions are specified to prevent the agent from following instructions embedded in the retrieved memory content.
  • Capability inventory: The skill allows the execution of CLI commands and Python snippets.
  • Sanitization: No sanitization or validation of the content being 'mined' or 'searched' is implemented.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 8, 2026, 12:03 PM
Security Audit — agent-trust-hub — mempalace