memos-memory-guide
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to retrieve historical conversation data, which naturally involves processing untrusted data from past interactions.
- Ingestion points: Data is retrieved from the memory system via the
memory_search,memory_get, andtask_summarytools. - Boundary markers: The guide does not specify explicit markers for isolating retrieved memory content from current instructions.
- Capability inventory: The skill provides access to logic-modifying tools like
skill_installand data-sharing tools likememory_share. - Sanitization: No explicit sanitization or validation of the retrieved memory content is described in the manual.
- Context: These risks are inherent to any long-term memory system and are addressed by the platform's core architecture rather than the skill guide itself.
- [REMOTE_CODE_EXECUTION]: The skill documents tools for dynamic capability extension within the agent's environment.
- Evidence: The
skill_installandnetwork_skill_pulltools allow the agent to download and install new skills. These are described as standard platform features for extending agent functionality through learned experiences. - [DATA_EXFILTRATION]: The skill includes tools for moving data between local and shared environments.
- Evidence: The
memory_share,skill_publish, andtask_sharetools facilitate the sharing of information from an agent's local workspace to a configured team server. This behavior is the stated purpose of the collaborative sharing features in the MemOS system.
Audit Metadata