Credential Access
High
- Category
- Privilege Escalation
- Content
# Add patterns of files or directories that should NOT be automatically committed. # These will be passed to `git reset` if they are accidentally staged. .env *.pem *.key node_modules/
- Confidence
- 60% confidence
- Finding
- Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
