Session Persistence
Medium
- Category
- Rogue Agent
- Content
## Setup Create a virtual environment and install matplotlib (one-time): ```bash python3 -m venv ~/.openclaw/workspace/.venv_chart
- Confidence
- 72% confidence
- Finding
- The skill instructs users to create a persistent virtual environment and install packages into a long-lived workspace path. Persistent setup can introduce supply-chain and integrity risks over time because later runs may implicitly trust previously installed packages or modified environment state, making behavior less reproducible and easier to tamper with.
