Cloud Dashboard

Connect to the SecurityChecks dashboard for team features and history.

Cloud Dashboard

The SecurityChecks cloud dashboard is optional — the CLI works locally with no signup required. Note that the CLI fetches calibration data and Pro Patterns from the API by default; use --no-patterns if you need a fully local scan.

When to Use the Dashboard

The dashboard adds team collaboration features:

  • Scan history — Track findings over time
  • Team assignment — Assign findings to team members
  • Trend analysis — See if security posture is improving
  • Scheduled scans — Automatic nightly scans
  • CI integration — PR comments and check status

Getting Started

1. Create an Account

Sign up at securitychecks.ai — no credit card required.

2. Create a Project

In the dashboard, create a project and note your project slug.

3. Generate an API Key

Go to Settings → API Keys and generate a key.

4. Connect the CLI

# Set your API key
export SECURITYCHECKS_API_KEY=sc_live_xxxxx

# Run a scan locally
scheck run

# Sync results to the cloud dashboard
scheck sync --project my-app

Or authenticate once and set a default project:

scheck login --api-key sc_live_xxxxx
scheck config --project my-app

5. View in Dashboard

Your findings now appear at https://securitychecks.ai/dashboard/projects/my-app.

Pricing

TierPriceFeatures
Free$0 foreverCLI scanning, all invariants, zero signup
Pro$20/dev/moCloud sync, history, Pro Patterns
Team$50/dev/moDashboard, trends, scheduled scans

The CLI is free forever. Cloud features have a free tier with generous limits.

Next Steps