Credential Access
High
- Category
- Privilege Escalation
- Content
**Detection keywords:** ``` process.env, os.environ, os.getenv, $ENV, ${ENV}, dotenv, .env, config.json, credentials, keychain, grep -i key, grep -i token, grep -i secret, grep -i password ```- Confidence
- 70% confidence
- Finding
- Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
