cmd-skills-review
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: Uses the
codex execcommand to perform an AI-driven review of skill proposals. The command is executed with a--sandbox read-onlyflag to limit its access to the environment. - [COMMAND_EXECUTION]: Executes
make link-skillsin the workspace to manage symbolic links for the skills after they have been edited or renamed. - [COMMAND_EXECUTION]: Uses
mktempto create temporary files for storing analysis data and audit results during the review process. - [DATA_EXFILTRATION]: Reads local
SKILL.mdfiles and transmits metadata (names, descriptions, triggers) to the external Codex service for review. This behavior is the primary intended function of the skill. - [PROMPT_INJECTION]: Processes the contents of other
SKILL.mdfiles, which presents a surface for indirect prompt injection. This is mitigated by theAskUserQuestiongate, which ensures that no changes are applied to the filesystem or agent configuration without explicit manual approval from the user.
Audit Metadata