A powerful command-line tool for scanning GitHub repositories for security vulnerabilities, secrets, and generating Software Bill of Materials (SBOM).
Get your API key for free, takes 10s
Sign up → Profile → Generate API Key
$ pip install prismorSet your API key:
$ export PRISMOR_API_KEY=your_api_key_here$ prismor --scan <repository> [scan-type]Username/Repository format:
$ prismor --scan owner/repository --fullscanFull GitHub URL:
$ prismor --scan https://github.com/owner/repository --fullscan1. Vulnerability Scanning (VEX)
Scan for known vulnerabilities in dependencies
$ prismor --scan myrepository --vex2. Secret Detection
Detect exposed API keys, tokens, and credentials
$ prismor --scan myrepository --detect-secret3. SBOM Generation
Generate Software Bill of Materials
$ prismor --scan myrepository --sbom4. Full Scan (All checks)
Run all security checks in one command
$ prismor --scan myrepository --fullscanGet results in JSON format for automation and CI/CD:
$ prismor --scan myrepository --fullscan --jsonVerify your CLI configuration and API key
$ prismor configCheck your installed CLI version
$ prismor --versionDisplay all available commands and options
$ prismor --helpFor comprehensive analysis and visualization of your scan results, access the Prismor Dashboard with interactive charts, historical data, and team collaboration features.
Go to Dashboard →