Session Persistence
Medium
- Category
- Rogue Agent
- Content
pilotctl --json set-hostname <prefix>-<role> ``` **Step 4:** Write the setup manifest: ```bash mkdir -p ~/.pilot/setups cat > ~/.pilot/setups/social-media-manager.json << 'MANIFEST'
- Confidence
- 93% confidence
- Finding
- The skill writes persistent configuration to ~/.pilot/setups/social-media-manager.json and changes the hostname, which creates durable local state beyond the current session. Persistent changes can surprise users, affect later agent behavior, and may be abused if untrusted inputs are written into configuration without validation or explicit consent.
