Memory Manipulation
High
- Category
- Memory Poisoning
- Content
- Treat the Execute body as dynamic; only `params` is fixed. - Always determine param keys from Recommend response `tools[*].input_schema.properties`. - Always fill values from user input or clear conversation context. - Never invent missing real values when the selected tool requires URLs, IDs, tokens, code, or other concrete inputs. - Always remove unknown keys when `additionalProperties` is `false`. - Never reuse literal example keys unless they also exist in the selected schema.
- Confidence
- 80% confidence
- Finding
- Skill manipulates agent memory, state, or stored context. Memory corruption can alter personality, override safety rules, or cause unpredictable behavior.
