codex-control-plane-mcp
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides several command-line utilities for administration and environment management, such as
codex-control-plane-mcp-adminfor initialization andcodex-control-plane-mcp-hooksfor installing and managing system hooks for Codex Desktop. - [EXTERNAL_DOWNLOADS]: The documentation includes instructions for installing the primary package from the vendor's GitHub repository (
github.com/aresyn/codex-control-plane-mcp.git) and public package registries using tools likepipxanduvx. - [PROMPT_INJECTION]: The skill processes external data that could contain malicious instructions (indirect prompt injection surface).
- Ingestion points: Untrusted data enters the agent context through the
promptparameter incodex_submit_taskand thefeedbackparameter incodex_approve_plan, as well as through chat history read fromcodex_get_chat. - Boundary markers: No explicit delimiter or instruction-guardrail markers are defined for the prompt interpolation.
- Capability inventory: The skill possesses capabilities to orchestrate Codex Desktop tasks, manage local SQLite databases, install system hooks, and perform automated repairs via
codex_repair_issue. - Sanitization: There is no mention of sanitization or filtering for the data interpolated into the task prompts.
Audit Metadata