Skip to main content

⚡ 5-Minute Quickstart

Get your first security scan running in under 5 minutes.

Prerequisites

  • A GitHub or GitLab account
  • A code repository to scan

Option 1: GitHub/GitLab App

  1. Visit the GitHub Marketplace
  2. Click Install, select repos, and authorize.
  3. Open a Pull Request — Precogs scans automatically.

Option 2: CLI (Terminal)

  1. Install: pip install precogs-cli
  2. Auth: precogs auth login --api-key YOUR_KEY
  3. Scan: precogs scan .

Review Results

Navigate to your Precogs Dashboard to view:

  • Vulnerability summary
  • Dependency analysis
  • AI-generated fixes

Next Steps