web-search
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
infshCLI tool to perform web searches and data extraction. This is documented and restricted via theallowed-toolsmanifest, which limits the agent to only executing theinfshcommand, preventing arbitrary shell command execution. - [EXTERNAL_DOWNLOADS]: The skill references an external installation guide for the
infshCLI hosted on the vendor's official GitHub repository. These references are part of the legitimate setup process and do not trigger unauthorized or hidden background downloads. - [PROMPT_INJECTION]: As the skill retrieves and processes content from external websites via Tavily and Exa, it inherently possesses an indirect prompt injection surface. Malicious text on a searched webpage could attempt to influence the agent's behavior. This is a standard risk for all search-capable skills rather than a specific malicious implementation in this code.
- [DATA_EXFILTRATION]: No sensitive file access or unauthorized data exfiltration patterns were detected. Network communication is limited to the search and extraction services provided by the vendor as described in the skill's purpose.
Audit Metadata