Google Keep

PassAudited by VirusTotal on May 13, 2026.

Findings (1)

The OpenClaw skill bundle for Google Keep is benign. It provides a CLI wrapper for managing Google Keep notes using the `gkeepapi` library. The `SKILL.md` instructions are clear and do not contain any prompt injection attempts. The `gkeep.py` script handles Google Keep authentication tokens responsibly by storing them in `~/.config/gkeep/token.json` with restrictive file permissions (0o600). The `package.json`'s `postinstall` script performs a standard Python virtual environment setup and dependency installation from `requirements.txt`, which only lists the legitimate `gkeepapi` library. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation.