codex-app-server
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill is designed to interact with the
codexCLI tool by spawning it as a child process to run the application server and generate local schema files. - Evidence: The
scripts/generate-schemas.shscript executescodex app-server generate-tsandcodex app-server generate-json-schemato create type definitions. - Evidence: Template code in
assets/node-stdio-starter/src/index.tsandassets/electron-main-process/src/main.tsuseschild_process.spawnto manage thecodexbinary. - Evidence: The Swift bridge in
assets/swift-bridge-patterns/MacOSProcessBridge.swiftuses theProcessclass to execute thecodexbinary locally.
Audit Metadata