
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
@cleocode/nexus
Advanced tools
CLEO project registry and code intelligence — unified nexus package.
@cleocode/nexus provides tree-sitter powered code analysis and project registry services for the CLEO ecosystem. It enables symbol extraction, structural outlines, codebase search, and single-symbol unfold across multiple languages.
npm install @cleocode/nexus
pnpm add @cleocode/nexus
import { detectLanguage, parseFile, smartSearch } from '@cleocode/nexus';
// Detect language from file extension
const lang = detectLanguage('src/index.ts');
// Parse a file into an AST
const result = await parseFile('src/index.ts');
// Search the codebase
const matches = await smartSearch({ query: 'authentication', dir: './src' });
MIT — see LICENSE
FAQs
CLEO project registry and code intelligence — unified nexus package
We found that @cleocode/nexus 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.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.