Memory Manipulation
High
- Category
- Memory Poisoning
- Content
for msg in chat.history: print(f"{msg['role']}: {msg['content']}") # Clear history chat.clear_history() ```- Confidence
- 80% confidence
- Finding
- Skill manipulates agent memory, state, or stored context. Memory corruption can alter personality, override safety rules, or cause unpredictable behavior.
