JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 11
  • Score
    100M100P100Q60313F
  • License MIT

Guardrail CLI - Security scanning command-line tool

Package Exports

  • guardrail-cli
  • guardrail-cli/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (guardrail-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Guardrail CLI

The official command-line interface for Guardrail - AI-native code security and guardrail platform.

Installation

npm install -g @guardrail/cli

Quick Start

# Authenticate
guardrail auth --key gr_starter_your_api_key_here

# Scan your project
guardrail scan --path ./your-project

# Ship readiness check
guardrail ship --path ./your-project

Commands

  • guardrail auth - Authenticate with your API key
  • guardrail scan - Run security scans
  • guardrail ship - Ship readiness checks
  • guardrail reality - Browser testing for fake data
  • guardrail smells - Code smell analysis (Pro)
  • guardrail fix - Manual fix suggestions (Starter+)

Tiers

  • Free: Basic scanning and validation
  • Starter ($29/mo): Ship checks, reality mode, fix suggestions
  • Pro ($99/mo): Advanced analysis, autopilot, smells detection
  • Enterprise ($499/mo): Custom policies, SSO, dedicated support

Support

License

MIT