Credential Access
High
- Category
- Privilege Escalation
- Content
Only reads IMAP/SMTP server settings and credentials. """ if env_path is None: env_path = os.path.expanduser("~/.openclaw/email-monitor/.env") config = {} if not os.path.exists(env_path):- Confidence
- 60% confidence
- Finding
- Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
