Credential Access
High
- Category
- Privilege Escalation
- Content
logger.error('Meta Ads collector failed', { brandName, domain, err }); ``` - Common failure scenarios: - Access token invalid, expired, or lacking Ad Library permissions - Brand name returns zero results (not necessarily an error -- return zeroed data without error flag) - Rate limit exceeded (Meta Graph API throttling) - Network timeout- Confidence
- 70% confidence
- Finding
- Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
