Credential Access
High
- Category
- Privilege Escalation
- Content
## AuthN and AuthZ Separation - Authenticate first (API key, session token, JWT, OAuth access token). - Authorize second at resource boundary. - Never trust client-provided roles without server verification.
- Confidence
- 70% confidence
- Finding
- Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
