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$010 checks/month, 1 project, PR comments, CLI access
Pro$29/mo500 checks/month, 5 projects, analytics, Slack alerts
Team$99/mo2,000 checks/month, unlimited projects, proof artifacts

All plans include a 14-day free trial. See Pricing for full details.

Next Steps