deep-research
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection (Category 8) as it processes large amounts of untrusted data from external websites and repositories. Malicious instructions embedded in these sources could potentially influence the research synthesis or influence the agent's behavior during the research rounds.\n
- Ingestion points:
SKILL.mdPhase 2 (Deep Read) utilizesscrape,read_url_content,crawl, andget_file_contentsto ingest external content into the context.\n - Boundary markers: Absent; the skill lacks specific delimiters or instructions to ignore commands found within research sources.\n
- Capability inventory: The skill utilizes network search tools, web scraping, multi-page crawling, browser automation (screenshots), and GitHub file access.\n
- Sanitization: No sanitization or validation of content extracted from remote sources is specified.\n- [COMMAND_EXECUTION]: The skill provides instructions and code templates for the dynamic generation and execution of scripts (Category 10) to extract content from binary document formats.\n
- Evidence:
references/research-heuristics.mdcontains a shell command for DOCX extraction usingunzipandsed, and a Python script snippet using thezipfileandxml.etree.ElementTreelibraries.
Audit Metadata