codex-subagent
Pass
Audited by Gen Agent Trust Hub on Aug 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Recommends the installation of the
@openai/codexCLI tool, which is a package maintained by a trusted organization. - [COMMAND_EXECUTION]: Utilizes the
codexbinary and standard utilities likegitandmktempto orchestrate coding subtasks. These actions are aligned with the skill's purpose of managing a subagent workflow. - [DATA_EXFILTRATION]: Includes explicit instructions to prevent the agent from reading or copying sensitive authentication files, such as
~/.codex/auth.json, which mitigates the risk of credential theft. - [PROMPT_INJECTION]: The skill implements a delegation pattern where output from a subagent is ingested into the parent context.
- Ingestion points: Task results are written to a temporary file and read using the
catcommand. - Boundary markers: The skill relies on natural language instructions for success criteria rather than technical delimiters.
- Capability inventory: Delegated tasks include file system modifications within the workspace and optional network access via command-line flags.
- Sanitization: The instructions mandate that a human user reviews all changes made by the subagent before the task is finalized.
Audit Metadata