Intent-Code Divergence
Medium
- Confidence
- 93% confidence
- Finding
- The documentation claims the skill performs all processing locally with no external transmission, but the implementation description uses AutoTokenizer.from_pretrained("Qwen/Qwen-7B"), which typically fetches model/tokenizer assets from remote registries unless they are already vendored or cached. This creates a misleading privacy and security posture: operators may approve the skill assuming no network access, while runtime behavior can still contact external services and leak metadata or violate network isolation expectations.
