
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
korekt-cli
Advanced tools
AI-powered code review from your terminal.
npm install -g korekt-cli
kk config --key YOUR_API_KEY
kk review main # Review commits against main
kk stg # Review staged changes
kk diff # Review unstaged changes
kk review -m # Interactive model picker
kk review -m gemini-3-flash-preview # Direct selection
Available models (ranked by recommendation):
kk review main --ignore "*.lock" "dist/*"
kk review --comment # Auto-posts findings to PR
Works with GitHub Actions, Azure Pipelines, and Bitbucket Pipelines.
kk review --post-ticket # Posts findings to linked Jira/Azure ticket
Ticket IDs are automatically extracted from branch names and commit messages.
kk review main --json # Machine-readable output
export KOREKT_API_KEY="your-api-key"
Alternative to kk config --key. Config file takes precedence.
kk --help
kk review --help
MIT - See LICENSE for details.
FAQs
AI-powered code review CLI - Keep your kode korekt
We found that korekt-cli 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.