Credential Access
High
- Category
- Privilege Escalation
- Content
console.log('Token:', token); // Shows in browser console // ❌ NEVER share tokens in public repos // .env file committed to GitHub ``` ### ✅ Always Do This- Confidence
- 60% confidence
- Finding
- Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
