
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
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 38 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.
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
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.