Credential Access
- Category
- Privilege Escalation
- Confidence
- 70% confidence
- Finding
Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
- Content
text **CI/CD Environment (Recommended):** 1. Create an access token on the [Tokens page](https://vercel.com/account/tokens) 2. Set the `VERCEL_TOKEN` environment variable > Prefer using the `VERCEL_TOKEN` environment variable over the `--token` flag to avoid exposing the token in process lists or logs.
