Imap Idle Review

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The OpenClaw skill 'imap-idle' is designed for event-driven email monitoring using IMAP IDLE and OpenClaw webhooks. The code (`scripts/listener.py`, `scripts/setup.py`) and documentation (`SKILL.md`, `README.md`, `SECURITY.md`) align with its stated purpose. It handles IMAP credentials, prioritizing secure storage via `keyring` and defaulting to a local OpenClaw webhook. The `SECURITY.md` is exceptionally thorough, transparently addressing potential security concerns (e.g., VirusTotal flags) and providing best practices for deployment and credential management. While `scripts/listener_old.py` contains hardcoded, personalized values and Russian text, `CHANGELOG.md` confirms these were removed in the current `1.4.0` version, indicating a cleanup of prior iterations rather than malicious intent. No evidence of data exfiltration to unauthorized endpoints, backdoors, obfuscation, or prompt injection against the AI agent was found.