Intent-Code Divergence
Medium
- Confidence
- 91% confidence
- Finding
- The comment at L015 says the skill does not collect device information and only stores a random install identifier and API key. However, the implementation immediately uses `homedir()` and writes a product-specific credential file under the user's home directory, which is host/user-environment-derived local context and persistence behavior not reflected by the comment. This is an active mismatch between the documentation's privacy/persistence framing and the code's behavior.
