Autonomous Decision Making
Medium
- Category
- Excessive Agency
- Content
## Risk monitor The auto risk monitor (stop-loss, take-profit) is configured at simmer.markets/dashboard → Settings → Auto Risk Monitor. The SDK auto-executes pending exits each `get_briefing()` cycle. The agent must be running. ## Troubleshooting
- Confidence
- 83% confidence
- Finding
- The skill states that the SDK auto-executes pending exits on each `get_briefing()` cycle, meaning a seemingly informational polling call can trigger real-money trading actions. This coupling of read-like operations with autonomous execution increases the chance of unintended trades, makes behavior less auditable, and can be dangerous if an agent or integration invokes `get_briefing()` more broadly than intended.
