Skip to content

Krythiq CLI 0.1.1

Local scanning and optional trace analysis.

Krythiq is a Node.js command-line package. Its local scanner orchestrates available engines; its optional AI features require explicit third-party credentials and send bounded finding or trace context to the selected provider.

npm install --global krythiqkrythiq scan --format json
Composable security scans
Combines custom regular-expression rules, Semgrep when installed, and npm audit when a package lock is present.
Terminal trace explanations
Wraps a trusted shell command and can send recognized stack traces from stderr to Anthropic using your credential.
CI-oriented output
Produces text, JSON, Markdown, or SARIF and can fail CI at a validated severity threshold.
Scope
The CLI does not implement auto-fixing, watch mode, git blame, AI-code detection, architecture scoring, an HTTP API, or an HTML report. Semgrep is optional and the package includes no built-in pattern-rule set.