Credential Access
High
- Category
- Privilege Escalation
- Content
The fix? A proper token lifecycle: ✅ Short-lived access tokens (15 mins) ✅ Refresh tokens with rotation ✅ Role-based claims for authorization ✅ Secure key storage (Azure Key Vault / AWS Secrets Manager)
- Confidence
- 70% confidence
- Finding
- Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
