Credential Access
High
- Category
- Privilege Escalation
- Content
## Authentication All API calls require a tenant access token in the Authorization header: ``` Authorization: Bearer {tenant_access_token} ```- Confidence
- 70% confidence
- Finding
- Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
