Skip to main content

Alprina CLI - AI-powered cybersecurity command-line tool for developers

Project description

๐Ÿ›ก๏ธ Alprina CLI

AI-powered cybersecurity command-line tool for developers

"Build fast. Guard faster."

Alprina CLI is an independent security platform built from the ground up for modern developer workflows, offering intelligent scanning and AI-powered vulnerability analysis.

Features

  • ๐Ÿ’ฌ Interactive AI Chat - Conversational security assistant powered by Claude/GPT
  • ๐Ÿ” Remote & Local Scanning - Scan APIs, websites, and local codebases
  • ๐Ÿง  AI-Powered Analysis - Smart vulnerability detection and risk assessment
  • ๐Ÿ› ๏ธ Automated Mitigation - Get actionable remediation guidance
  • ๐Ÿ“Š Rich Reporting - HTML, PDF, and JSON reports
  • ๐Ÿ” Policy-Based Security - Enforce scope and guardrails
  • ๐Ÿ’ณ Usage-Based Billing - Flexible plans with Stripe integration
  • ๐Ÿ”Œ IDE Integration - Works with Zed, VSCode via ACP

Quick Start

Installation

Quick Install (Recommended):

curl -fsSL https://alprina.com/install/install.sh | sh

Installs in 30 seconds. Works on macOS, Linux, and Windows (WSL).

Windows (PowerShell):

iwr https://alprina.com/install/install.ps1 -useb | iex

Python Package:

pip install alprina-cli
alprina auth login

Development Installation

# Clone the repository
git clone https://github.com/alprina/alprina-cli
cd alprina-cli/cli

# Create virtual environment
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate

# Install in development mode
pip install -e .

Authentication

# Login with API key
alprina auth login --api-key YOUR_API_KEY

# Check authentication status
alprina auth status

Basic Usage

# Interactive AI chat (NEW!)
alprina chat

# Scan local code
alprina scan ./src --profile code-audit

# Scan remote endpoint
alprina scan https://api.example.com --profile web-recon

# Generate report
alprina report --format html

# Get mitigation suggestions
alprina mitigate

# Check billing status
alprina billing status

๐Ÿ’ฌ Chat with Alprina AI

The new interactive chat interface lets you scan, analyze, and fix vulnerabilities conversationally:

# Start chat session
alprina chat

# Chat with scan context
alprina scan ./src --output results.json
alprina chat --load results.json

# Use different AI models
alprina chat --model gpt-4
alprina chat --model claude-3-opus-20240229

Chat Examples:

You: Scan my Python Flask app for SQL injection vulnerabilities
Alprina: [Performs targeted scan and explains findings]

You: Show me how to fix the issue in login.py
Alprina: [Provides code examples and step-by-step guidance]

You: Generate a security report
Alprina: [Creates comprehensive report]

Special Commands:

  • /scan <target> - Run security scan
  • /explain <id> - Explain vulnerability
  • /fix <id> - Get mitigation steps
  • /report - Generate report
  • /help - Show all commands

CLI Commands

Command Description
alprina chat ๐Ÿ’ฌ Interactive AI security assistant
alprina auth login Authenticate with Alprina
alprina auth logout Logout from Alprina
alprina auth status Check authentication status
alprina scan <target> Run security scan on target
alprina recon <target> Perform reconnaissance
alprina mitigate Get mitigation suggestions
alprina report Generate security report
alprina policy init Initialize policy configuration
alprina policy test <target> Test target against policy
alprina config --init Initialize configuration
alprina billing status View billing and usage
alprina --acp Start ACP mode for IDE integration

Configuration

Policy Configuration

Create ~/.alprina/policy.yml:

project: "My Project Security Audit"

scope:
  allow_domains:
    - "example.com"
    - "api.example.com"

  allow_cidrs:
    - "192.168.0.0/16"

  forbid_ports:
    - 22
    - 3389

policies:
  allow_intrusive: false
  require_terms_ack: true
  max_concurrent_scans: 5

billing:
  plan: "free"
  max_scans_per_day: 10

Environment Variables

# Backend API URL
export ALPRINA_BACKEND="https://api.alprina.com"

# JWT Secret (for local development)
export JWT_SECRET_KEY="your-secret-key"

Development

Setup Development Environment

# Install development dependencies
make dev

# Or manually
pip install -e ".[dev]"

Run Tests

make test

# Or
pytest

Code Formatting

make format

Linting

make lint

Architecture

User
โ”‚
โ–ผ
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚ Alprina CLI Shell           โ”‚
โ”‚ (Typer + Rich UI)           โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
               โ”‚
    โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
    โ”‚                     โ”‚
โ”Œโ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”    โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”
โ”‚ Policy  โ”‚    โ”‚ Auth & Billingโ”‚
โ”‚ Layer   โ”‚    โ”‚ (FastAPI)     โ”‚
โ””โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”˜    โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
    โ”‚
    โ–ผ
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚ Alprina Security Engine     โ”‚
โ”‚ Recon, Scan, Mitigation     โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
               โ–ผ
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚ Reporting Layer             โ”‚
โ”‚ JSONL, HTML, PDF            โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

Example Workflow

# 1. Authenticate
alprina auth login --api-key test-api-key-123

# 2. Initialize policy
alprina policy init

# 3. Scan local project
alprina scan ./my-app --profile code-audit

# 4. Scan remote API
alprina scan https://api.myapp.com --profile web-recon --safe-only

# 5. Generate report
alprina report --format html --output report.html

# 6. Get mitigation guidance
alprina mitigate

# 7. Check usage
alprina billing status

Scan Profiles

  • code-audit - Static analysis of source code
  • web-recon - Passive reconnaissance of web targets
  • vuln-scan - Active vulnerability scanning (requires policy approval)
  • secret-detection - Find hardcoded secrets and credentials
  • config-audit - Analyze configuration files

IDE Integration

Zed Editor

Add to your Zed assistant configuration:

{
  "assistant": {
    "agents": [
      {
        "name": "Alprina",
        "command": "alprina",
        "args": ["--acp"]
      }
    ]
  }
}

VSCode

Install the Alprina extension (coming soon) or use ACP integration.

License

Copyright ยฉ 2025 Alprina All rights reserved. Licensed under a proprietary commercial license.

Support

Roadmap

  • Independent security engine implementation
  • Stripe billing integration
  • OAuth providers (GitHub, Google)
  • Enhanced web dashboard
  • VSCode extension
  • CI/CD integrations
  • Custom tool marketplace
  • Team collaboration features

Build fast. Guard faster. ๐Ÿ›ก๏ธ

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

alprina_cli-0.4.6.tar.gz (1.7 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

alprina_cli-0.4.6-py3-none-any.whl (454.8 kB view details)

Uploaded Python 3

File details

Details for the file alprina_cli-0.4.6.tar.gz.

File metadata

  • Download URL: alprina_cli-0.4.6.tar.gz
  • Upload date:
  • Size: 1.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for alprina_cli-0.4.6.tar.gz
Algorithm Hash digest
SHA256 2693c7cca78633cf02fd7148542904a53ea199a63db603dd97c119763529335d
MD5 909de4119f25d7801f10e3122b9027c4
BLAKE2b-256 76a71f059bb23dfe00a50dd59ff29ff4fe57e3b6d11da00dc8ced45de15d6e13

See more details on using hashes here.

File details

Details for the file alprina_cli-0.4.6-py3-none-any.whl.

File metadata

  • Download URL: alprina_cli-0.4.6-py3-none-any.whl
  • Upload date:
  • Size: 454.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for alprina_cli-0.4.6-py3-none-any.whl
Algorithm Hash digest
SHA256 56419b331c8a079784208512bef412f27c767544d59f8434ffd7a08c658aae9c
MD5 b49f27ef3d872ae1f2534304c6ea928f
BLAKE2b-256 9bd89a7e4dcaf3fbf2dc19f487e459bb3ed6cd1403fed168ee01d482c0406cc7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page