Credential Access
High
- Category
- Privilege Escalation
- Content
const RENTACLAW_API_URL = 'https://www.rentaclaw.io/api/public'; // Get API key from environment (set via credentials in SKILL.md) function getApiKey(): string { const apiKey = process.env.RENTACLAW_API_KEY; if (!apiKey) {- Confidence
- 70% confidence
- Finding
- Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
