run-deep-research
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes shell commands and local scripts to automate the research infrastructure.
- The script
scripts/init-corpus.shis used to deterministically scaffold the directory structure for the research project. - The orchestration logic involves dispatching multiple sub-processes through the
codexCLI and shell utilities likexargsto perform parallel tasks as described inreferences/codex/wave-dispatch.md. - [REMOTE_CODE_EXECUTION]: The skill is designed to execute autonomous sub-agents with extensive system capabilities.
- Documentation in
references/codex/codex-exec-contract.mdspecifies the use of the--dangerously-bypass-approvals-and-sandboxflag forcodex exec. This intentional configuration disables the security sandbox and interactive approval gates to allow sub-agents to perform unhindered web research and filesystem writes, which is noted as the sanctioned mode for this skill's high-scale orchestration. - [EXTERNAL_DOWNLOADS]: The skill references and installs external components.
- The
INSTALL.mdfile provides commands to download the skill pack usingnpxfrom the author's GitHub repository. - The system depends on the external
codex-cli(version 0.130.0 or later) for executing research jobs.
Audit Metadata