Intent-Code Divergence
Medium
- Confidence
- 93% confidence
- Finding
- The skill gives conflicting secret-handling guidance: it says API keys should be supplied via environment variables and not hardcoded, but then recommends storing them in a local credentials directory. Even if gitignored, storing long-lived secrets on disk increases exposure to local compromise, accidental inclusion in backups, permissive file permissions, or other tools reading that directory.
