Session Persistence
Medium
- Category
- Rogue Agent
- Content
# 2g: Add metadata, params, settings, and descriptions # 3. Save mkdir -p ~/.qqbrowser-skill/playbooks # Write JSON to ~/.qqbrowser-skill/playbooks/<kebab-case-name>.json # 4. Verify safely
- Confidence
- 86% confidence
- Finding
- The guide instructs saving generated playbooks under a persistent user home directory (`~/.qqbrowser-skill/playbooks/`). Because playbooks can contain recorded workflow structure, fixed URLs, selectors, and potentially parameter defaults or other user-associated data, this creates a persistence surface where sensitive automation artifacts may remain on disk longer than intended and be reused or read by other local processes/users depending on host permissions.
