Credential Access
High
- Category
- Privilege Escalation
- Content
set -euo pipefail CREDENTIALS_FILE="$HOME/.openclaw/workspace/.credentials.json" STATE_FILE="$HOME/.openclaw/workspace/.credential-tracker-state.json" ALERT_DAYS=14 CRITICAL_DAYS=7
- Confidence
- 70% confidence
- Finding
- Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
