deep-dive-research-orchestrator
Pass
Audited by Gen Agent Trust Hub on Feb 25, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill configuration in
SKILL.mdrequests broad permissions forBash(curl *)andBash(grep *), allowing the agent to execute shell commands and perform arbitrary network requests. - [EXTERNAL_DOWNLOADS]: The
README.mdandINSTALLATION.mdfiles provide instructions to download and install multiple external skills from various community repositories to enable core functionality. - [REMOTE_CODE_EXECUTION]: The installation process promotes the use of
npx skills addto fetch and execute code from third-party GitHub accounts (e.g.,eng0ai,ognjengt,sickn33) which are integrated into the research workflow. - [PROMPT_INJECTION]: The skill processes untrusted content from the internet via
WebSearchandWebFetch, creating a surface for indirect prompt injection. - Ingestion points:
WebSearchandWebFetchtools are used by all specialist agents to retrieve data from external websites. - Boundary markers: While the skill enforces citation rules and quality gates, it lacks explicit instruction boundary markers to prevent malicious instructions in web content from influencing agent behavior.
- Capability inventory: The agents have access to powerful tools including
Bash(curl *),Write, andTaskfor managing sub-processes. - Sanitization: No explicit sanitization or filtering of retrieved web content is documented in the orchestration or agent logic.
Audit Metadata