🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

kzn-cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kzn-cli

Ultra-fast JavaScript/TypeScript static analyzer written in Rust with security focus

latest
Source
npmnpm
Version
0.2.3
Version published
Maintainers
1
Created
Source

kzn-cli

Ultra-fast JavaScript/TypeScript static analyzer written in Rust with security focus.

Installation

npm install -g kzn-cli

Or use without installing:

npx kzn-cli analyze src/

Usage

# Analyze a directory
kaizen analyze src/

# Analyze specific files
kaizen analyze src/index.ts src/utils.ts

# Show help
kaizen --help

Supported Platforms

  • Linux (x64, ARM64)
  • macOS (x64, Apple Silicon)
  • Windows (x64)

How It Works

This package automatically downloads the correct pre-built binary for your platform. The binaries are distributed through platform-specific npm packages:

  • kzn-cli-linux-x64
  • kzn-cli-linux-arm64
  • kzn-cli-darwin-x64
  • kzn-cli-darwin-arm64
  • kzn-cli-win32-x64

If the platform-specific package installation fails, the postinstall script will download the binary directly from GitHub releases.

License

MIT

Keywords

javascript

FAQs

Package last updated on 19 Dec 2025

Did you know?

Socket

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.

Install

Related posts