codex-qa
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes various local scripts and system binaries to perform automated testing and smoke tests.
- The
scripts/lib/common.shscript executesnode packages/omo-codex/scripts/install-local.mjsto prepare the isolated environment. - The
scripts/tui-smoke.shscript dynamically generates a shell script (tui-launch.sh) and executes it within atmuxsession to verify the Codex TUI renders correctly. - [DATA_EXPOSURE]: The skill monitors the integrity of the user's configuration files.
scripts/lib/common.shusesshasumto snapshot~/.codex/config.tomlbefore and after execution, strictly to verify that the isolated test environment did not leak changes to the user's actual home directory.- [EXTERNAL_DOWNLOADS]: The skill uses local network communication for testing purposes.
scripts/lib/mock-model.mjscreates a local HTTP server on127.0.0.1to mock the OpenAI Responses API, allowing tests to run without any external network egress or API keys.
Audit Metadata