
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
audit-react2shell
Advanced tools
**audit-react2shell** is a high-performance CLI security auditor designed to secure the front-end ecosystem. It recursively scans your local machine or your entire GitHub organization to identify and auto-patch critical Next.js and React vulnerabilities (
audit-react2shell is a high-performance CLI security auditor designed to secure the front-end ecosystem. It recursively scans your local machine or your entire GitHub organization to identify and auto-patch critical Next.js and React vulnerabilities (including the December 2025 Flight protocol exploits).
package.json files within complex directory structures.Since this is an open-source tool, you can run it directly via npx or
install it globally:
# Run without installing
npx audit-react2shell
# Or install globally
npm install -g audit-react2shell
Scan your current directory (and all sub-directories) for vulnerable Next.js versions:
audit-react2shell scan
Target a specific directory:
audit-react2shell scan ~/path/to/projects
Find vulnerabilities and enter an interactive menu to fix them
immediately. This command updates your package.json and lock files to
the safest available version.
audit-react2shell scan --fix
Audit your entire GitHub profile or a specific organization. Requires a GitHub Personal Access Token (PAT) with repo read permissions.
# Audit your personal repositories
audit-react2shell github
# Audit a specific organization
audit-react2shell github --org your-org-name
The tool compares your package.json dependencies against a hardcoded
map of known vulnerable ranges and their corresponding safe patches:
| Current Version Range | Recommended Safe Version |
|---|---|
13.3.0 to 14.2.x | 14.2.35 |
15.0.x | 15.0.7 |
15.1.x | 15.1.11 |
15.2.x | 15.2.8 |
15.3.x | 15.3.8 |
15.4.x | 15.4.10 |
15.5.x | 15.5.9 |
16.0.x | 16.0.10 |
Canary | 15.6.0-canary.60 |
--save-exact /
--exact) to ensure verified safe versions.Project structure:
audit-react2shell/
├── bin/
│ └── index.js # CLI Command Definitions
├── lib/
│ ├── scanner.js # Recursive File System Logic
│ ├── auditor.js # Version Validation & Logic
│ ├── github.js # API Integration
│ └── patcher.js # Dependency Update Engine
└── package.json
NEXT_RULES in lib/auditor.js as new CVEs are released.Built for the community by developers who care about a secure web.
FAQs
**audit-react2shell** is a high-performance CLI security auditor designed to secure the front-end ecosystem. It recursively scans your local machine or your entire GitHub organization to identify and auto-patch critical Next.js and React vulnerabilities (
We found that audit-react2shell demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.