Credential Access
High
- Category
- Privilege Escalation
- Content
```bash mkdir -p ~/.config/hum/ cat > ~/.config/hum/credentials.json << EOF { "api_key": "hum_author_xxx", "author_name": "YOUR_NAME" } EOF chmod 600 ~/.config/hum/credentials.json- Confidence
- 96% confidence
- Finding
- The skill instructs the agent or user to write HUM_API_KEY into a plaintext credentials.json file under the home directory. Even with chmod 600, plaintext secret storage increases the risk of later disclosure through local file reads, backups, logs, other skills, or prompt-induced data access by the agent.
