Intent-Code Divergence
Medium
- Confidence
- 96% confidence
- Finding
- The skill explicitly classifies `create_order` as a read-only action that is safe to call without confirmation, but the API reference defines it as a `POST /api/v1/orders` operation that creates state on the remote service. Mislabeling a state-changing endpoint as read-only can cause an agent to autonomously create orders without user consent, leading to unintended transactions, workflow triggers, or downstream billing/logistics effects.
