
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.
Enforce compliance on AI-generated code from the command line and CI/CD pipelines. 478 rules across 44 policy packs with real detection logic. Every violation mapped to specific regulatory clauses. SARIF output for CI scanner integration.
npm install -g korext
korext login
korext enforce ./src --pack web-platform-v2
| Command | Description |
|---|---|
korext login [token] | Save API token |
korext status | Check connection and subscription |
korext enforce [dir] | Scan files for violations |
korext policy init | Initialize a policy document |
korext policy extract | AI rule extraction from documents |
korext policy review | Review extracted rules |
korext rules sync | Cache rules for offline use |
| Flag | Description |
|---|---|
--pack <id> | Select a policy pack |
--format text|json|sarif | Output format |
--offline | Use cached rules only |
--sync-rules | Download rule cache before scan |
- name: Korext Compliance Check
run: |
npm install -g korext
korext enforce ./src \
--pack cmmc-level2-v1 \
--format sarif
env:
KOREXT_API_TOKEN: ${{ secrets.KOREXT_API_TOKEN }}
| Code | Meaning |
|---|---|
0 | Clean (no critical or high violations) |
1 | Violations found |
2 | Error |
Writes GitHub Actions Step Summary via GITHUB_STEP_SUMMARY when detected.
korext enforce ./src --format sarif > results.sarif
Generates OASIS SARIF 2.1.0 for CI scanner integration (GitHub Code Scanning, Azure DevOps, etc.).
korext rules sync
korext enforce ./src --offline
Cached rules enforce locally with zero network calls. Status output shows "Offline (local rules only)".
OWASP Top 10 | PCI-DSS | HIPAA | GDPR | SOC 2 | NIST SP 800-53 | NIST SP 800-171 | CMMC Level 2/3 | FedRAMP | ISO 27001 | DORA | NIS2 | CIS Benchmarks | UK DPA | Australian Privacy Act | APPI (Japan) | PDPA (Singapore, Taiwan) | and 25+ more
| Variable | Description |
|---|---|
KOREXT_API_TOKEN | API authentication token (recommended) |
KOREXT_TOKEN | Deprecated alias (shows warning) |
Fixed
Publisher: Korext License: Proprietary Version: 0.9.5
FAQs
KOREXT CLI. AI Code Governance. Enforce compliance policies on human written and AI generated code. 72 policy packs. 532 rules. 13 languages. Signed proof bundles.
The npm package korext receives a total of 47 weekly downloads. As such, korext popularity was classified as not popular.
We found that korext 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.