Session Persistence
Medium
- Category
- Rogue Agent
- Content
- Contain exactly one **app target** - Use the SwiftUI `@main App` lifecycle - Contain a minimal `ContentView` placeholder - Contain a minimal `Info.plist` (avoid unnecessary scene or delegate keys) - Contain **no Swift packages** - Contain **no test targets** unless explicitly requested
- Confidence
- 75% confidence
- Finding
- Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
