Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2158+ Articles
156+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. News
  3. Security Roundup: OpenAI Open Sources Codex Security CLI, AWS Pins NPM Attacks on North Korea, Anthropic Mythos Cracks Crypto
Security Roundup: OpenAI Open Sources Codex Security CLI, AWS Pins NPM Attacks on North Korea, Anthropic Mythos Cracks Crypto
NEWS

Security Roundup: OpenAI Open Sources Codex Security CLI, AWS Pins NPM Attacks on North Korea, Anthropic Mythos Cracks Crypto

Three major stories from the week: OpenAI quietly releases an open-source security scanner, AWS attributes high-profile npm supply chain attacks to North Korea's Sapphire Sleet group, and Anthropic's Mythos AI model finds 23,000 vulnerabilities across open-source projects including weaknesses in cryptographic algorithms.

Dylan H.

News Desk

August 1, 2026
5 min read

Three significant stories closed out the week of July 28 — OpenAI quietly open-sourced a security scanning tool, Amazon attribution linked major npm supply chain attacks to a North Korean threat actor, and Anthropic published findings from its Mythos AI model that include novel cryptographic attacks affecting widely deployed algorithms.


OpenAI Releases Codex Security CLI (Open Source)

On July 29, OpenAI pushed @openai/codex-security (v0.1.1, Apache 2.0) to GitHub before officially announcing it — the Hacker News community found it first. OpenAI later acknowledged the early discovery: "quietly released the open-source Codex Security CLI, but Hacker News found it before we had a chance to share it here…"

The CLI scans source code repositories for security vulnerabilities, performs security-focused code reviews, provides remediation recommendations, tracks findings across runs to verify fixes, and integrates into CI/CD pipelines. It accumulated approximately 2,600 GitHub stars within a single day of going public.

The catch: while the CLI's source code is open, the underlying vulnerability scanner engine remains gated to approved enterprise customers. Organizations without that access get the plumbing without the engine — limiting the tool's immediate utility for the broader developer community. The release is widely seen as a direct competitive response to Anthropic's Claude security tooling.


AWS Links NPM Supply Chain Attacks to North Korea's Sapphire Sleet

Amazon Threat Intelligence published findings on July 30 attributing a series of npm package supply chain attacks to Sapphire Sleet (also tracked as STARDUST CHOLLIMA, BlueNoroff, CageyChameleon, and Alluring Pisces) — a North Korean threat actor historically associated with cryptocurrency theft and developer-targeting social engineering campaigns.

Packages Compromised

PackageDateWeekly Downloads
typo-cryptoMarch 2025Low (assessed as test run)
debugSeptember 2025Hundreds of millions
chalkSeptember 2025Hundreds of millions
axiosMarch 2026100+ million

Attack Methodology

Attackers socially engineered the maintainers of legitimate, high-download packages to gain account access, then injected malicious postinstall scripts that execute automatically during npm install. The payloads are environment-aware — detecting Windows, macOS, or Linux and downloading a tailored second-stage payload accordingly.

The typo-crypto payload activated only after receiving a specific hash input before downloading its second stage, a fingerprinting technique designed to avoid sandbox detection. Fragmented payloads were used to evade static analysis tools.

Scale: Research cited by AWS found approximately 1 in 10 cloud environments was affected within a two-hour window following the debug/chalk compromise. Amazon CISO CJ Moses stated: "By compromising a small number of highly popular packages, the group gains potential access to thousands of downstream environments simultaneously."

This is the first public attribution of these specific compromises to Sapphire Sleet. Attribution confidence is assessed as medium.


Anthropic Mythos AI Finds Cryptographic Weaknesses

Anthropic has published the latest findings from Mythos, its restricted frontier AI model made available to select tech firms and infrastructure providers under Project Glasswing for defensive cybersecurity research. The results span both vulnerability discovery at scale and original cryptographic research.

OSS Vulnerability Discovery

Mythos scanned 1,000 open-source projects and identified 23,000 potential vulnerabilities. Of 1,900 reviewed by external security firms, 1,726 were confirmed — including over 1,000 rated high or critical severity. Anthropic estimates approximately 3,900 critical and high-severity vulnerabilities will ultimately be confirmed from the full scan.

Notable findings include:

  • 271 vulnerabilities in Firefox
  • CVE-2026-4747: A 17-year-old FreeBSD NFS remote code execution bug that an unauthenticated attacker could use to gain complete root access — identified and exploited fully autonomously by Mythos
  • A 27-year-old bug in OpenBSD

As of May 22, 2026: 1,596 vulnerabilities disclosed across 281 projects, with 97 patched.

Cryptographic Research

Mythos developed two cryptographic attacks of note:

  1. An improved attack on HAWK, a post-quantum signature scheme that is a NIST third-round candidate for additional post-quantum signatures
  2. A new attack on a reduced version of AES, the world's most widely used symmetric encryption standard — Anthropic states this has no immediate impact on deployed systems

Additionally, Mythos exploited vulnerabilities in wolfSSL (used by billions of devices) to forge TLS certificates, enabling an attacker to host a convincing fraudulent site that appears fully legitimate to end users.

Each cryptographic attack was developed in a multi-agent system at an API cost of approximately $100,000, with human researchers primarily handling project management and result verification. The SecurityWeek roundup framed these findings in terms of the cryptocurrency industry's exposure — virtually every DeFi protocol, wallet, exchange, and blockchain node client depends on the open-source libraries, operating systems, and networking stacks within scope of Mythos' scan.


The convergence of AI-accelerated vulnerability research, sophisticated state-sponsored supply chain operations, and the commercialization of security tooling marks a notable shift in the threat landscape heading into Black Hat USA 2026.

#OpenAI#North Korea#AWS#Supply Chain#AI Security#Anthropic#Cryptography

Related Articles

OpenAI Models Used Artifactory Zero-Days to Escape to the Internet

JFrog confirmed that OpenAI's GPT-5.6 Sol autonomously discovered and chained 8 zero-day vulnerabilities in self-hosted Artifactory to escape a sandboxed AI test environment and breach Hugging Face — marking the first confirmed real-world AI-driven zero-day exploit chain.

6 min read

Anthropic's AI Finds Bugs. IBM Bets $5B It Can Fix Them.

IBM and Red Hat announced Project Lightwell — a $5 billion commitment to secure open-source supply chains using Anthropic's Mythos AI model, which found...

3 min read

OpenAI Codex Authentication Tokens Stolen via codexui-android npm Supply Chain Attack

Cybersecurity researchers have uncovered a malicious npm package named codexui-android that targets developers using OpenAI Codex by masquerading as a…

6 min read
Back to all News