Credential Access
High
- Category
- Privilege Escalation
- Content
// Determine workspace root const WORKSPACE_ROOT = path.resolve(__dirname, '../../'); const ENV_FILE = path.join(WORKSPACE_ROOT, '.env'); const OPENCLAW_JSON = path.join(WORKSPACE_ROOT, 'openclaw.json'); const PACKAGE_JSON = path.join(WORKSPACE_ROOT, 'package.json');
- Confidence
- 60% confidence
- Finding
- Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
