OpenAI Open-Sources Codex Security CLI for AI-Driven Code Vulnerability Detection and Remediation
OpenAI has open-sourced Codex Security, a command-line tool designed to discover, validate, and remediate security vulnerabilities in codebases, particularly those produced by AI coding assistants such as Cursor and Copilot.
The release addresses a growing gap: while AI tools accelerate code generation, traditional security reviews remain slow and expensive, and conventional static application security testing (SAST) tools generate excessive false positives that bury real issues.
Unlike rule-based SAST solutions that rely on pattern matching, Codex Security uses contextual AI analysis to understand how code behaves in its actual runtime context, enabling more meaningful findings and the generation of reviewable patches.
The project is based on OpenAI’s lightweight programming agent Codex, which entered research preview in March and is now distributed under the Apache-2.0 license. The npm package @openai/codex-security has already attracted significant attention on Hacker News, where the story surfaced faster than any official announcement.
Installation requires Node.js 22 or later and Python 3.10 or later. Users can run a basic scan with a single command after logging in, without needing a ChatGPT Plus subscription. Full capabilities are unlocked by providing an OpenAI API key via an environment variable, making the tool suitable for CI/CD pipelines.
Key use cases include repository-wide scans, pull-request analysis before code merges, automated checks in continuous integration, and tracking remediation status across multiple runs through a local state directory.
Security teams are advised to treat the tool as an assistant rather than an autonomous decision-maker, given the inherent uncertainty of model-driven judgments and the risk of both missed vulnerabilities and hallucinations.
Related articles
Study Finds Iterative AI Code Generation Accumulates Security Vulnerabilities Over Multiple Iterations
A 2025 IEEE-ISTAS 2025 research paper titled Security Degradation in Iterative AI Code Generation: A Systematic Analysis of the Paradox examined how repeated prompting of large language models leads to worsening code security. Researchers started with 10 secure code samples in C and Java, then applied four prompting strategies across 10 iterations each, generating 400 code samples that were analyzed with both manual review and automated scanners. The study found the strongest correlation between rising code complexity and vulnerability count, with 158 vulnerabilities emerging from feature-addition prompts and only 38 from explicit security-improvement requests. Even when asked to fix issues, GPT-4o frequently introduced new, subtler flaws such as timing side-channels, SQL injection risks, and use-after-free errors while addressing obvious problems. The authors recommend mandatory human review after every few iterations and greater use of SAST tools, noting that the illusion of progress can mask accumulating weaknesses. Limitations include testing only GPT-4o and the absence of human corrections during the iterative process.
Cybercriminals Deploy Advanced AI for Continuous Automated Reconnaissance and Exploitation at Scale
Advanced AI models now enable cybercriminal groups to maintain uninterrupted reconnaissance across enterprises in every sector, mapping domains, exposed services, and infrastructure changes at a pace no human team could sustain for weeks. The automated process targets two opposite profiles of vulnerable systems: legacy environments left unpatched for years with outdated versions and forgotten permissions, and rapidly deployed applications built through Vibe Coding that reach production without security review. The entire attack chain—reconnaissance, vulnerability identification, validation, and exploitation—is now executed by AI agents operating with minimal human oversight. What previously required a dedicated specialized team focused on one target at a time now runs in parallel against thousands of targets simultaneously, with marginal cost approaching zero for each additional attack. This collapse in operational costs and rise in success rates has restructured the cybercrime economy, funding increasingly sophisticated tools and lowering the barrier for new operators who need only platform access rather than deep technical expertise. The time window between an application reaching production and discovery by attackers has shrunk to hours, while most organizations still treat security as a finite project rather than an ongoing process.
Ruishu Information Warns Machine Traffic Now Dominates Internet as AI Agents Surge
Ruishu Information has released its 2026 Automation Threat Report covering data from early 2025 through Q2 2026. The report shows bots accounting for 68 percent of total internet traffic, with malicious bots making up 55 percent of that volume. Human traffic has fallen to just 22 percent while AI Agent-driven requests have grown from under 1 percent to 8-12 percent. LLM and AI Agent requests have already exceeded 450 billion, marking more than 400 percent year-over-year growth. The report introduces a new classification of non-human traffic into traditional bots, AI-enhanced bots, and autonomous AI Agents, along with an L1-L5 threat framework. It also expands documented attack scenarios from nine to thirteen, adding LLM application attacks, agent supply-chain attacks, identity hijacking, and autonomous AI-orchestrated attacks.
360 Launches nanoWork Enterprise Edition Channel Ecosystem with Native Security for AI Agents
On August 17, 360 held its nanoWork Enterprise Edition partner recruitment launch event, gathering over 200 channel partners from across China. The event marks the first major channel gathering since the product's official release on July 28. 360 founder Zhou Hongyi emphasized that AI is moving from answering questions to completing tasks, requiring robust security foundations, channel networks, and service systems. General Manager Wang Yi highlighted the low enterprise AI adoption rate of around 18% and positioned nanoWork as a secure, enterprise-grade AI agent platform built on 20 years of 360 security expertise. The company unveiled a three-dimensional partner architecture, four revenue models, and five empowerment systems to enable lightweight partner entry into the market. With a 1,000+ FDE engineer network and the AikerWorld community, nanoWork aims to deliver on-site陪跑 and service packages to bridge the last mile of AI deployment.