codex-theme-creator
Pass
Audited by Gen Agent Trust Hub on Jul 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
node:child_processinscripts/apply-theme.tsto execute system-level commands liketaskkillon Windows andosascripton macOS. These commands are used to gracefully restart the target application (Codex/ChatGPT) with debugging flags enabled. - [REMOTE_CODE_EXECUTION]: The
apply-theme.tsandqa-contrast.tsscripts utilize the Chrome DevTools Protocol (CDP) via WebSockets to inject and evaluate JavaScript within the target application's renderer process. This functionality is the primary mechanism for the skill's theme injection and visual verification features. - [SAFE]: The skill implements significant security controls, including path traversal validation in
scripts/apply-theme.tsandscripts/export-theme.ts, ensuring file operations are restricted to the managed~/.codexthemesdirectory. - [SAFE]:
scripts/validate-theme.tsperforms static analysis on generated CSS to prevent the inclusion of external resources, executable JS expressions, or unauthorized network requests within the stylesheets. - [SAFE]: Network operations are restricted to the local loopback address (
127.0.0.1) for communication with the application's debugging endpoint.
Audit Metadata