Context Gatekeeper
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The OpenClaw AgentSkills skill bundle 'context-gatekeeper' is designed to manage conversation context by summarizing history and identifying pending tasks. It uses local Python scripts (`context_gatekeeper.py`) for text processing and file I/O, writing summaries to `context/current-summary.md` and reading from `context/history.txt`. The `auto_monitor.py` script runs in a continuous loop, executing `context_gatekeeper.py` via `subprocess.run` whenever the history file changes, which provides a form of persistence for its stated purpose. All file operations and command executions are confined to the skill's local directory and are directly aligned with its benign function. There is no evidence of data exfiltration, unauthorized remote control, or other malicious intent, and prompt instructions are clear and purpose-driven.
