agent-development
Pass
Audited by Gen Agent Trust Hub on Jul 7, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions for the agent to execute shell commands to manage agent cards.
- It uses
codex-subagentto launch specialized worker processes. - It uses a pipe sequence
awk ... | codex exec ...to manually extract and execute agent prompts from markdown files. - It references a local script
scripts/validate-agent.shto validate the structure and content of agent definitions. - [SAFE]: The skill follows established platform patterns for agent development, emphasizing the use of configuration profiles to set
sandbox_modeandapproval_policy, which are security best practices for limiting the scope of sub-agent execution.
Audit Metadata