Credential Access
High
- Category
- Privilege Escalation
- Content
- Treat service tokens like API keys — store in vault, never commit to git - Create one token per client/device (granular revocation) - Revoke immediately if a device is lost: **Zero Trust → Service Auth → Revoke** - For CLI tools, store in `~/.openclaw/secrets.json` and reference via SecretRef ---
- Confidence
- 70% confidence
- Finding
- Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
