Credential Access
High
- Category
- Privilege Escalation
- Content
- `raw`: Full response from IdentityGram API - `success`: Boolean indicating if authentication was successful (if available) - `token`: Authentication token (if available) - `accessToken`: Access token (if available) - `refreshToken`: Refresh token (if available) - `user`: User information (if available) - `message`: Status message (if available)
- Confidence
- 97% confidence
- Finding
- Returning access tokens and refresh tokens as normal skill output creates a direct credential-access risk because any component that can read the skill result may reuse those tokens to impersonate the user. The inclusion of the full raw response further raises exposure risk by potentially disclosing additional secrets or personally identifiable information beyond the minimum needed for authentication flow control.
