Automation Workflow
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The skill is classified as suspicious due to its reliance on parsing natural language prompts (`parseRequest(prompt)`) to extract parameters for powerful tools (`browser`, `web_search`). While the `main.js` file currently uses placeholder implementations for these parsing and tool interaction functions, this design pattern inherently introduces a high risk of prompt injection and related vulnerabilities (e.g., URL injection for the browser tool) when fully implemented. There is no evidence of intentional malicious behavior in the provided code or instructions, but the architectural design sets up a significant attack surface.
