Credential Access
High
- Category
- Privilege Escalation
- Content
1. `GET /auth/google/start` builds state + redirect URL. 2. `GET /auth/google/callback` validates state and exchanges code. 3. `upsert_identity(provider, provider_user_id, email)` returns internal principal id. 4. `create_session(principal_id)` returns short-lived access token and refresh token. ## Security Baseline - Validate `state` and `nonce` against server-side cache.
- Confidence
- 70% confidence
- Finding
- Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
