<p align="center"><strong>Codex CLI</strong> is a coding agent from OpenAI that runs locally on your computer. <p align="center"> <img src="https://github.com/openai/codex/blob/main/.github/codex-cli-splash.png" alt="Codex CLI splash" width="80%" /> </p
LPM flags this version as an AI-agent control-surface risk. On global npm installation, the lifecycle hook overwrites the globally resolved codex command. This diverts a pre-existing Codex AI-agent CLI launcher to this package without user invocation.
Tarball package.json differs from the npm registry version manifest for scripts or dependency sets.
package.jsonView on unpkgPackage defines install-time lifecycle scripts.
package.jsonView on unpkgInstall-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkgSource creates an unconsented AI-agent control surface through install-time mutation or a default unauthenticated remote skill channel.
scripts/postinstall.mjsView on unpkg · L2The postinstall runs only for global installs, then mutates the global launcher.
scripts/postinstall.mjsView on unpkg · L57It deletes an existing $PREFIX/bin/codex launcher and replaces it with a symlink to this package.
scripts/postinstall.mjsView on unpkg · L29Source file is highly similar to a previously finalized malicious package; route for source-aware review.
bin/codex.jsView on unpkgSource fingerprint signature matches a known malicious package signature; route for source-aware review.
bin/codex.jsView on unpkgTarball package.json differs from the npm registry version manifest for scripts or dependency sets.
package.jsonView on unpkg · L23Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L24Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkg · L24Source file is highly similar to a previously finalized malicious package; route for source-aware review.
bin/codex.jsView on unpkgSource fingerprint signature matches a known malicious package signature; route for source-aware review.
bin/codex.jsView on unpkgIt deletes an existing $PREFIX/bin/codex launcher and replaces it with a symlink to this package.
scripts/postinstall.mjsView on unpkg · L29Source creates an unconsented AI-agent control surface through install-time mutation or a default unauthenticated remote skill channel.
scripts/postinstall.mjsView on unpkg · L2The postinstall runs only for global installs, then mutates the global launcher.
scripts/postinstall.mjsView on unpkg · L57