ResearchMonitor

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The skill's purpose is to monitor research topics, which is benign. The `SKILL.md` instructs the agent to perform web searches and execute a local Python script (`scripts/daily_briefing.py`) for configuration management. The Python script uses `argparse` to safely handle command-line arguments and only performs file I/O on `research_config.json` within the skill's directory. There is no evidence of intentional harmful behavior such as data exfiltration, malicious execution, persistence mechanisms, or obfuscation. While the agent is instructed to pass dynamic data (user input, web results) to shell commands, the skill's instructions themselves are not malicious and do not contain prompt injection attempts against the agent; the risk lies in the agent's command sanitization, not the skill's intent.