Memory Manipulation
High
- Category
- Memory Poisoning
- Content
- **No file delivery**: For security, this skill intentionally does **not** include any workflow for uploading/sharing files (e.g., Google Drive). If you need file delivery, implement it in a separate, tightly-scoped skill with explicit allowlists and safeguards. - **Guided Choices**: If you ask a question with 2-4 fixed answers, always include `[[quick_replies: ...]]`. - **Structured Data**: Use Markdown tables for any multi-point information (e.g., flight times, order items). - **Destructive Actions**: Use `[[confirm: ...]]` for actions like "Delete Memory" or "Cancel Project". - **UX Limitation (Crucial)**: Text within Flex Messages (including Markdown tables and auto-converted replies) **cannot be selected or copied** by the user. - **Rule**: If the data is meant to be copied (e.g., SSH keys, IDs, URLs), **always send it as plain text** without Markdown formatting or directives that trigger Flex conversion.
- Confidence
- 80% confidence
- Finding
- Skill manipulates agent memory, state, or stored context. Memory corruption can alter personality, override safety rules, or cause unpredictable behavior.
