Codex Security Uh oh! There was an error while loading. Ple | Coderz Club

Codex Security Uh oh! There was an error while loading. Please reload this page. openai / codex-security Public Notifications You must be signed in to change notification settings Fork 61 Star 952 ma

Codex Security Uh oh! There was an error while loading. Please reload this page. openai / codex-security Public Notifications You must be signed in to change notification settings Fork 61 Star 952 ma

By Coderz Club · 2026-07-29 · Tags: ai, git

Codex Security

Uh oh! There was an error while loading. Please reload this page. openai / codex-security Public Notifications You must be signed in to change notification settings Fork 61 Star 952 mainBranchesTagsGo to fileCodeOpen more actions menuFolders and filesNameNameLast commit messageLast commit dateLatest commit History110 Commits110 Commits.github/workflows.github/workflows dockerdocker sdk/typescriptsdk/typescript .dockerignore.dockerignore .gitattributes.gitattributes .gitignore.gitignore CONTRIBUTING.mdCONTRIBUTING.md DockerfileDockerfile LICENSELICENSE README.mdREADME.md SECURITY.mdSECURITY.md compose.yamlcompose.yaml View all filesRepository files navigationCodex Security @openai/codex-security is a CLI and TypeScript SDK for finding, validating, and fixing security vulnerabilities in your code. Scan repositories, review changes, track findings over time, and run security checks in CI. Documentation Quick start Requires Node.js 22 or later, Python 3.10 or later, and access to Codex Security. npm install @openai/codex-security npx codex-security login npx codex-security scan . For CI, set OPENAI_API_KEY instead of signing in. If both a ChatGPT sign-in and an API key are available, interactive scans ask which credential to use. CI and other noninteractive scans keep the existing API-key precedence. Select a credential explicitly when needed: npx codex-security scan . --auth chatgpt npx codex-security scan . --auth api-key To make your ChatGPT sign-in the automatic default, unset any configured API keys: unset OPENAI_API_KEY CODEX_API_KEY Scan history is stored in the Codex Security workbench state directory. If that directory cannot be written, set CODEX_SECURITY_STATE_DIR to a writable directory outside the repository. TypeScript SDK import { CodexSecurity } from "@openai/codex-security"; const security = new CodexSecurity(); const result = await security.run("."); console.log(result.reportPath); await security.close(); For installation, authentication, scan options, and CI setup, see the official documentation. AboutSDKs and CLI for Codex SecurityResourcesReadmeApache-2.0 licenseContributingContributingSecurity policySecurity policyActivityCustom propertiesStars952 starsWatchers3 watchingForks61 forksReport repositoryUsed byContributorsLanguages

View this page on Coderz Club