Memory Manipulation
High
- Category
- Memory Poisoning
- Content
## Why Concurrency Bugs Are Special - **Non-deterministic**: reproduce only under load, on multi-core machines, or on specific OS schedulers - **Silent corruption**: data races don't crash immediately — they corrupt state silently for hours - **Security impact**: TOCTOU races in file ops enable symlink attacks and privilege escalation (CWE-367) - **Hard to test**: even `go test -race` only finds races that actually execute during the test run - Static analysis catches the ones that never trigger in testing
- Confidence
- 90% confidence
- Finding
- Skill manipulates agent memory, state, or stored context. Memory corruption can alter personality, override safety rules, or cause unpredictable behavior.
