search
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill is designed to fetch and process untrusted information from the open web, which creates a significant indirect prompt injection surface.
- Ingestion points: Data enters the context via
web_searchsnippets andscrape_webpagecontent across all skill files. - Boundary markers: The instructions do not define or require the use of boundary markers or isolation techniques for external data.
- Capability inventory: The skill possesses file-system access (writing to
search/directories) and shell access (executinggh,grep, andbash). - Sanitization: No sanitization or validation protocols are described for the ingested content before it is used by the model or in shell commands.
- [COMMAND_EXECUTION]: The skill explicitly instructs the agent to use shell environments for specific tasks.
- Evidence:
SKILL.mdandreference/recipes.mdrecommend using theghCLI via bash for GitHub interactions.reference/scaling.mdsuggests usinggreporbashto process files in thepages/directory that contain untrusted scraped markdown. - [EXTERNAL_DOWNLOADS]: The skill's primary function involves downloading content from arbitrary external URLs.
- Evidence: The
web_searchandscrape_webpagetools are the core components of the skill, enabling the retrieval of data from any accessible web resource.
Audit Metadata