Technology
Hacker News

OpenAI just open-sourced Codex Security

Source Entity

Hacker News

July 30, 2026
OpenAI just open-sourced Codex Security

Researchers at Anthropic have leveraged the Claude Mythos Preview model to identify vulnerabilities in cryptographic algorithms, including HAWK and AES. Simultaneously, OpenAI has released an open-source tool, Codex Security, to assist developers in identifying and managing security vulnerabilities in their own codebases.

The Rise of AI-Driven Cryptographic Analysis

Recent developments in the field of artificial intelligence have ushered in a new era of security research, characterized by the use of large language models to probe the mathematical foundations of digital privacy. Anthropic has reported that its Claude Mythos Preview model has successfully identified significant weaknesses in cryptographic algorithms. This achievement highlights a paradigm shift where AI is no longer just a tool for code generation, but an active participant in theoretical cryptanalysis.

Breaking Post-Quantum Defenses

The most notable finding from Anthropic’s research involves the HAWK digital signature scheme. HAWK was specifically engineered to be a 'post-quantum' solution—a class of cryptography designed to withstand the potential future decryption capabilities of quantum computers. By uncovering a practical key-recovery attack on HAWK-256, Anthropic has demonstrated that even modern, forward-looking cryptographic standards are subject to the evolving analytical power of AI. While these findings do not currently impact production systems, they serve as a critical wake-up call for the longevity of current post-quantum standards.

Probing Symmetric Ciphers

Beyond HAWK, the researchers identified a new attack vector against round-reduced AES (Advanced Encryption Standard). As the global industry standard for symmetric encryption, AES is the backbone of secure internet communication. While the attack is limited to 'round-reduced' variants, the ability of an AI model to identify these vulnerabilities suggests that AI may soon become a standard tool in the automated testing of cipher robustness. This development underscores the importance of continuous cryptographic auditing in an age where machine learning can find patterns invisible to human mathematicians.

Democratizing Security with Codex

Contemporaneously, the security landscape is being bolstered by new developer-focused tools. OpenAI has released 'Codex Security,' an open-source CLI and TypeScript SDK designed to help developers identify, validate, and review security issues in their own repositories. By requiring Node.js 22 and Python 3.10, this tool integrates into modern development workflows, allowing teams to proactively manage their own risk profiles. This release emphasizes the shift toward 'shift-left' security, where vulnerabilities are caught during the development phase rather than after deployment.

Broader Implications for Digital Infrastructure

The intersection of these two events—AI-powered cryptanalysis and AI-powered security tooling—reveals a dual-use reality. On one hand, models like Claude Mythos represent an unprecedented capability to find deep-seated flaws in encryption, necessitating an urgent re-evaluation of how we design secure protocols. On the other, tools like Codex Security provide the necessary infrastructure for developers to defend their code against an increasingly complex threat landscape. As these AI models grow more capable, the gap between finding a vulnerability and patching it will likely continue to shrink, forcing a faster, more agile approach to global cybersecurity standards.

Multiple Citing Sources

Verification Required?

Read the full report from the primary source

Go to Hacker News