Session Persistence
Medium
- Category
- Rogue Agent
- Content
4. **Approval Block** — fleet is your raider and now at the target; defender's CMD ship is down (verified); your home ore is refined or below your theft tolerance; you accept an auto-submitted completion landing minutes-to-hours out. 5. **Raid compute** (expedition, auto-submits completion — the documented `-y` exception): ```bash nohup structsd tx structs planet-raid-compute -D 3 --from [key] --gas auto --gas-adjustment 1.5 -y -- [fleet-id] \ > memory/jobs/raid-[fleet-id].log 2>&1 & echo $! > memory/jobs/raid-[fleet-id].pid ``` 6. **Move fleet home and refine the stolen ore immediately** — it's stealable in *your* hands now too.- Confidence
- 65% 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.
