search-and-fetch
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes several local CLI tools including
ctx7,browser-use, anddefuddle. Thedefuddletool is used with the-oflag to write extracted content directly to the local file system.- [DATA_EXFILTRATION]: The skill's primary function is to fetch data from external URLs and return it to the agent context. While it includes a filter to prevent access tolocalhostand internal network paths, any public external content is ingested and potentially exposed.- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection. Untrusted content is ingested from external web pages viaWebFetch,defuddle, orbrowser-useand subsequently processed using an analysis template. There are no boundary markers or specific instructions to ignore embedded commands in the fetched data. This surface is risky because the agent possesses powerful capabilities such as browser automation and file writing.- [EXTERNAL_DOWNLOADS]: The documentation provides instructions to install an external third-party package,defuddle-cli, via the npm registry.
Audit Metadata