Intent-Code Divergence
Medium
- Confidence
- 95% confidence
- Finding
- The script is presented as a validator, but in the Python fallback it will automatically run `pip install jsonschema` if the dependency is missing. That introduces unexpected network access and code installation during what appears to be a read-only validation step, which can violate least surprise and expand supply-chain risk if package sources or execution environments are untrusted.
