crw-dynamic-search
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
python3and thecrwCLI tool to orchestrate web research tasks. It provides templates for executing Python scripts via heredocs to filter search results and scrape page content within the environment defined by the allowed tools. - [EXTERNAL_DOWNLOADS]: Fetches web content and search results using the
crwtool. These network operations are intrinsic to the skill's purpose of providing up-to-date web information for research tasks. - [DATA_EXFILTRATION]: Uses the
/tmp/directory to cache search results in JSON format between execution turns. This is an architectural choice to allow multi-step exploration while keeping the agent's context window clean.
Audit Metadata