#audit #seo #performance #website #security

app crisp-cli

Crisp CLI — website audit tool. Security, performance, SEO & accessibility audits from your terminal.

1 unstable release

0.2.0 Feb 5, 2026

#1776 in Web programming

MIT license

31KB
730 lines

Crisp CLI

Command-line interface for Crisp — website audit tool.

Run security, performance, SEO & accessibility audits from your terminal.

Installation

cargo install crisp-cli

Usage

Scan a website

crisp scan https://example.com

Authenticate with your API key

# Set your API key (get one at https://crisp.sh/settings)
export CRISP_API_KEY=sk_your_key_here

# Verify authentication
crisp auth

# Scan with your account (Pro users get priority)
crisp scan https://example.com

Check a previous scan

crisp status <scan-id>

Search for a site

crisp search stripe.com

Options

crisp scan <URL> [OPTIONS]

Options:
  --api-key <KEY>    API key (or use CRISP_API_KEY env var)
  --format json      Output raw JSON
  --format minimal   One-line output
  --help             Show help

Get an API Key

  1. Sign up at crisp.sh
  2. Go to Settings
  3. Create an API key
  4. Set it as an environment variable or pass it with --api-key

Dependencies

~11–27MB
~338K SLoC