Intent-Code Divergence
Medium
- Confidence
- 93% confidence
- Finding
- The code comments state cached-model-only behavior, but the implementation explicitly enables remote model access with `allowRemoteModels = true`. This creates a supply-chain and unexpected network-fetch risk: the application may download model artifacts at runtime from external sources, which can violate deployment assumptions, introduce unreviewed dependencies, and expand the attack surface if a remote source is compromised or tampered with.
