add-codex
Fail
Audited by Gen Agent Trust Hub on Apr 26, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
git fetch origin providersto retrieve data from a remote repository and then employsgit showto overwrite local source files (e.g.,src/providers/codex.ts,container/agent-runner/src/providers/codex-app-server.ts) with content from the remote branch. - [REMOTE_CODE_EXECUTION]: The
container/Dockerfileis modified to globally install the package@openai/codexviapnpm. This package is not a known official OpenAI utility, and its naming convention suggests a potential impersonation or typosquatting attempt, leading to the execution of untrusted code within the container environment. - [COMMAND_EXECUTION]: The installation process requires the user to execute
pnpm run buildand./container/build.sh. These commands compile and build container images using the code fetched from the remote branch and the suspicious NPM package, effectively executing the downloaded logic on the host and inside the container.
Recommendations
- AI detected serious security threats
Audit Metadata