Credential Access
High
- Category
- Privilege Escalation
- Content
console.log('='.repeat(60)); try { // Step 1: get access token console.log('\n1️⃣ Getting Feishu token...'); const token = await getTenantAccessToken();- Confidence
- 70% confidence
- Finding
- Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
