Intent-Code Divergence
Medium
- Confidence
- 98% confidence
- Finding
- The program unconditionally evaluates result["status"] for its exit code, but in batch mode result contains only {"cmd","total","details"} and no top-level status. This causes a runtime KeyError on normal batch execution, producing a denial of service for that code path and making automation that relies on this skill unreliable.
