
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.
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.
AI Code Governance for your terminal and CI/CD pipelines.
Enforce compliance policies on human written and AI generated code. 72 policy packs. 532 detection rules. 13 languages. Cryptographically signed proof bundles.
npm install -g korext
# Sign in
korext login
# Initialize your project
korext init
# Enforce policies on your code
korext enforce .
# Enforce with specific packs
korext enforce . --pack web,pci-dss-v1
# Enforce with a specific region
korext enforce . --region eu --pack web
# Generate a signed proof bundle
korext enforce . --pack web --sign
| Command | Description |
|---|---|
korext login | Sign in to your KOREXT account |
korext init | Initialize a project with korext.json |
korext enforce <path> | Run policy enforcement on files |
korext packs list | List all available policy packs |
korext industries | List industries and their packs |
korext bundle list | List your recent proof bundles |
korext bundle export <id> | Download a proof bundle as PDF |
korext bundle verify <id> | Verify a proof bundle signature |
korext status | Show current configuration and region |
| Flag | Description | Default |
|---|---|---|
--pack <ids> | Comma separated pack IDs | web |
--region <name> | Data region (us, eu, apac) | us |
--format <type> | Output format (text, json, sarif) | text |
--sign | Request signed proof bundle | false |
--industry <name> | Select packs by industry | (none) |
--offline | Run with local engine only | false |
Text (default): Human readable violation list with governance context.
JSON: Machine readable output with full violation details, confidence scores, and proof bundle metadata.
SARIF: Static Analysis Results Interchange Format for CI/CD integration. Compatible with GitHub Code Scanning, Azure DevOps, and other SARIF consumers.
- uses: korext/enforce-action@v3
with:
pack: web,pci-dss-v1
region: eu
env:
KOREXT_API_TOKEN: ${{ secrets.KOREXT_API_TOKEN }}
# .husky/pre-commit
korext enforce . --pack web
npm install -g korext
korext login --token $KOREXT_API_TOKEN
korext enforce . --pack web --format sarif --sign
| Code | Meaning |
|---|---|
| 0 | PASS (no violations) |
| 1 | BLOCK (violations found) |
| 2 | ERROR (invalid input, network, auth) |
CI pipelines should fail on exit code 1 to block non-compliant code from merging.
{
"project": "my-app",
"targetPacks": ["web", "pci-dss-v1"],
"region": "eu",
"industry": "finance"
}
| Variable | Description |
|---|---|
KOREXT_API_TOKEN | API token for CI/CD (from dashboard) |
Choose your data processing region: US, EU, or Asia Pacific. Set via --region flag, korext.json, or korext init. All enforcement data stays in your chosen region.
Proprietary. See Terms of Service.
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.
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.