Cloud Dashboard
Connect to the SecurityChecks dashboard for team features and history.
Cloud Dashboard
The SecurityChecks cloud dashboard is optional — the CLI works fully offline with no signup required.
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 and sync to cloud
scheck run --sync
Or provide credentials inline:
scheck run --api-key sc_live_xxxxx --project my-app --sync
5. View in Dashboard
Your findings now appear at https://securitychecks.ai/dashboard/projects/my-app.
Pricing
| Tier | Price | Features |
|---|---|---|
| Free | $0 forever | CLI scanning, all invariants, zero signup |
| Pro | $20/dev/mo | Cloud sync, history, Pro Patterns |
| Team | $50/dev/mo | Dashboard, trends, scheduled scans |
The CLI is free forever. Cloud features have a free tier with generous limits.
Next Steps
- CI/CD Integration — Automate scanning in your pipeline
- Scheduled Scans — Set up nightly scans