Prismor CLI
A powerful command-line tool for scanning GitHub repositories for security vulnerabilities, secrets, and generating Software Bill of Materials (SBOM).
Quick Start
1. Get Your API Key
Get your API key (Free)
Sign up to generate your key instantly.
2. Install & Configure
$ pip install prismorSet your API key:
$ export PRISMOR_API_KEY=your_api_key_hereUsage Examples
Basic Syntax
$ prismor --repo <repository> [scan-type]Repository Formats
Username/Repository format:
$ prismor --repo owner/repository --fullscanFull GitHub URL:
$ prismor --repo https://github.com/owner/repository --fullscanScan Types
1. Vulnerability Scanning (VEX)
Scan for known vulnerabilities in dependencies.
$ prismor --repo myrepository --vex2. Secret Detection
Detect exposed API keys, tokens, and credentials.
$ prismor --repo myrepository --detect-secret3. SBOM Generation
Generate Software Bill of Materials.
$ prismor --repo myrepository --sbom4. Full Scan (All checks)
Run all security checks in one command.
$ prismor --repo myrepository --fullscanJSON Output
Get results in JSON format for automation and CI/CD:
$ prismor --repo myrepository --fullscan --jsonAdditional Commands
Check Configuration
Verify your CLI configuration and API key
$ prismor configVersion Information
Check your installed CLI version
$ prismor --versionGet Help
Display all available commands and options
$ prismor --helpFull Analysis & Dashboard
For comprehensive analysis and visualization of your scan results, access the Prismor Dashboard with interactive charts, historical data, and team collaboration features.
Go to Dashboard →