Credential Access
High
- Category
- Privilege Escalation
- Content
```bash grep -n -A5 '^web:' ~/.hermes/config.yaml grep -oE '^(TAVILY|EXA|FIRECRAWL|PARALLEL|KEENABLE|BRAVE_SEARCH)_API_KEY' ~/.hermes/.env hermes plugins list | grep 'web-' # informational only cd ~/.hermes/hermes-agent && git log --oneline -10 -- tools/web_tools.py plugins/web/ ```
- Confidence
- 60% confidence
- Finding
- Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
