Research Assistant
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The skill provides research organization functionality, including adding, listing, searching, and exporting notes. The `SKILL.md` clearly outlines the purpose and explicitly details security measures for file exports. The `research_organizer.py` script implements robust path validation in the `is_safe_path` function, restricting file exports to safe directories (`~/.openclaw/workspace/`, `~`, `/tmp`) and explicitly blocking system paths (`/etc`, `/usr`, `/var`, `/root`) and sensitive dotfiles (`.ssh`, `.bashrc`). There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. The file write capability, while inherently risky, is appropriately constrained by the implemented security controls.
