Credential Access
High
- Category
- Privilege Escalation
- Content
--- ## Guide 3: Move API keys to a .env file **Assessment: EXECUTABLE** **Why:** Keys stored in the main JSON config are visible to any tool that reads the config. A `.env` file is loaded as environment variables and is easier to exclude from backups and version control.
- Confidence
- 60% confidence
- Finding
- Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
