Intent-Code Divergence
Medium
- Confidence
- 92% confidence
- Finding
- The skill explicitly advises excluding sensitive fields from checkpoint data, but the checkpoint example serializes the entire state object to disk with `ConvertTo-Json | Out-File` and shows no filtering or allowlist. In a reliability-focused execution skill, state objects may evolve to include credentials, tokens, request headers, or other transient secrets, so this pattern can lead to accidental local secret disclosure and persistence beyond the intended execution window.
