Intent-Code Divergence
Medium
- Confidence
- 97% confidence
- Finding
- The skill gives inconsistent instructions about where workflow-supplied inputs should come from: earlier it says `inputVariable` values are resolved into `ai.config.*`, but later it says values set via workflow variables should be read from `ai.vars`. This ambiguity can cause generated code to source data from the wrong channel, leading to broken integrations, accidental use of stale variables, or unintended data exposure if sensitive workflow state is read instead of the intended explicit input.
