Intent-Code Divergence
Medium
- Confidence
- 78% confidence
- Finding
- At L031 the text characterizes the operation as read-only, but elsewhere in the same documented skill the CloudFormation path uses `aws cloudformation detect-stack-drift` (L083), which initiates a service-side operation rather than merely reading existing state. That is an intent-level contradiction in the skill documentation because the file presents the skill as passive detection while including an action that changes remote service state by starting a detection run.
