Intent-Code Divergence
Medium
- Confidence
- 91% confidence
- Finding
- The action list marks `get_order` and `get_order_statuses` as `[write]` even though their names and descriptions indicate read-only retrieval operations. This mismatch can cause an agent to apply the wrong safety policy, either needlessly blocking legitimate reads or, more importantly, normalizing inaccurate safety labels so future truly mutating actions may be misclassified and executed under the wrong assumptions.
