Credential Access
High
- Category
- Privilege Escalation
- Content
2. **Configure credentials** (one of these): - Set env: `GOOGLE_SERVICE_ACCOUNT_KEY=/path/to/key.json` - Place `service-account.json` or `credentials.json` in the skill directory - Place in `~/.config/google-sheets/credentials.json` 3. **Share sheets** with the service account email (found in JSON key as `client_email`)
- Confidence
- 90% confidence
- Finding
- The skill instructs users to store credential files in the skill directory, which is a sensitive location because local credentials may be unintentionally exposed to other tooling, backups, or repository operations. Since these are service-account keys, compromise could grant unauthorized access to spreadsheets shared with that account.
