Scan repos from your browser. Full reports, PDF export, auto-monthly scans, and team access — no terminal required.
Run custodia scan . in any project. Drop into GitHub Actions for gate-free PR security checks on every push.
Connect to Claude.ai, Cursor, or Claude Desktop. Audit any GitHub repo mid-conversation — no context switching.
AI bots now probe for vulnerabilities around the clock. If your SaaS, API, or app handles user data, processes payments, or runs AI features — one unpatched flaw can take you offline, leak customer data, or kill a deal. Most teams don't check until something breaks.
Custodia scans your full codebase or just the diff — from the CLI, web dashboard, GitHub App, or MCP inside your AI editor. Auth flaws, injection attacks, AI prompt exploits, hardcoded secrets, vulnerable dependencies — all surfaced in under 60 seconds, with a prioritized fix list. No security team required.
Install once. The loop runs itself — scans, fixes, and emails you every month. No dashboards to maintain. No meetings with a security team. Just results in your inbox.
custodia scan .
custodia ai-scan
custodia fix
custodia schedule owner/repo
No credit card · 3 free scan credits / month · Under 5 minutes to first scan
Security isn't a one-time event. It's a repeating cycle — each phase feeding the next, closing the gap between what attackers know and what you know.
AI bots scan thousands of repos per hour looking for injection points, leaked credentials, and unpatched dependencies. If your code runs a business, it's already being probed. Legacy security tools can't keep up — they rely on rules written before AI attacks existed. Custodia reasons about your code in real time.
Every paid plan includes SOC 2, HIPAA, and PCI DSS compliance scanning — one flag, done. Run custodia scan . --framework soc2 and get a gap report mapped to specific controls, ready to hand to an auditor.
# Install globally npm install -g @custodia/cli # Launch interactive mode (guided menus — no flags needed) custodia # Authenticate with your API key (from dashboard) custodia auth --key YOUR_API_KEY # Full security scan — OWASP Top 10, CWE, secrets, deps custodia scan . # AI code review — OWASP LLM Top 10, prompt injection, agency custodia ai-scan # Auto-fix vulnerable deps (add --pr to open a GitHub PR) custodia fix custodia fix --pr # Monthly auto-scan — registers repo for 30-day email reports custodia schedule owner/repo # Diff mode — only changed files (fast, quota-efficient) custodia scan . --diff # Scan any GitHub repo without cloning custodia scan --repo owner/repo # ── Compliance scans — included in all paid plans ───────── # Gap report mapped to specific controls · findings tagged with IDs custodia scan . --framework soc2 # SOC 2 Type II — CC1–CC9, A1 custodia scan . --framework hipaa # HIPAA §164.308 / 310 / 312 custodia scan . --framework pci # PCI DSS v4.0 Req 1–12 # [OK] Report saved to .custodia-reports/ # [OK] Score: 87/100 — READY FOR PRODUCTION
custodia scan . --framework soc2custodia scan . --framework hipaacustodia scan . --framework pciIncluded in all paid plans · Pro $39/mo · Team $89/mo · Business $249/mo
Three ways to scan — pick what fits your workflow. Dashboard for point-and-click, CLI for terminal and CI/CD, and MCP to scan directly inside Claude.ai or Cursor in plain English. Same pipeline, same findings, same quota across all three.
Connect GitHub with one OAuth click. Pick any repo, choose Full or Diff scan, and review your findings inline — all from your browser. Schedule monthly auto-scans, manage API keys, and book expert sessions without touching a terminal.
Install once, run anywhere. custodia launches interactive mode with guided menus — no flags required. Or go direct with custodia scan . Integrates with GitHub Actions, Cursor, Copilot, and Claude Code out of the box.
# Interactive mode custodia # Or go direct custodia scan . custodia fix custodia schedule owner/repoSee All Commands ↓
Connect Custodia to Claude.ai, Claude Desktop, or Cursor — then scan any GitHub repo and discuss findings in natural language. No context-switching. Security in conversation.
Register a repo with custodia schedule and every 30 days Custodia runs the full scan pipeline and emails you. No login required. No dashboard to check. Security awareness delivered to where you actually look.
Register any GitHub repo for monthly automated security scanning. No login required after setup. No dashboard to manage. Every 30 days: full scan runs, email report arrives. Your security posture on autopilot.
custodia schedule owner/repo
[ ⏱ cron: 09:00 UTC daily ]
noreply@custodia.dev
Pass a GitHub personal access token when scheduling. It's encrypted with AES-256-GCM before storage — Custodia never stores it in plaintext. The cron decrypts it only at run time to fetch files.
custodia schedule org/private-repo \
--token ghp_xxxxxxxxxxxx
Pro from $39/mo · no per-seat pricing · cancel anytime
Traditional security, AI-specific risks, dependency CVEs, and compliance frameworks — covered in a single scan. No separate tools, no extra config.
One YAML file. Every push and pull request automatically triggers a diff scan — only the files you changed get checked, so it's fast and doesn't burn your quota. Catch vulnerabilities before they ever reach production.
name: Custodia Security Scan
on:
push:
branches: ["main", "master"]
pull_request:
jobs:
custodia:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: contactdavidpersonal-code/custodia-scan-action@v1
with:
api-key: ${{ secrets.CUSTODIA_API_KEY }}Connect Custodia as an MCP server to Claude.ai, Claude Desktop, or Cursor. Ask Claude to scan any repo in plain English — findings land in the conversation so you can dig in, ask follow-up questions, and generate fixes without ever leaving your AI tool.
Dashboard → API Keys → Copy
URL: https://custodia.dev/api/mcp Auth: Bearer sfp_...
"Scan github.com/my-org/backend"
scan_repoScan any GitHub repo — public or privateget_fix_guideGenerate fix guide for findings (Pro+)check_quotaCheck remaining scan creditsClaude.ai · Claude Desktop · Cursor · VS Code Copilot · Any MCP client
Snyk, Semgrep, and SonarCloud were built for a different era. They match known CVEs and syntax patterns — but can't reason about your application logic, emerging vulnerability classes, or the full attack surface that matters today. Custodia covers all of it — and starts free.
| Capability | Custodia | Snyk | Semgrep | SonarCloud | GitHub GHAS |
|---|---|---|---|---|---|
| OWASP Top 10 / CVE scanning | ✓ | ✓ | ✓ | ✓ | ✓ |
| Dependency CVE scanning | ✓ | ✓ | ✓ | ~ | ✓ |
| OWASP LLM Top 10 | ✓ | ✗ | ✗ | ✗ | ✗ |
| Prompt injection detection | ✓ | ✗ | ✗ | ✗ | ✗ |
| Deep code review (behavioral patterns) | ✓ | ✗ | ✗ | ✗ | ✗ |
| EU AI Act / NIST AI RMF | ✓ | ✗ | ✗ | ✗ | ✗ |
| Monthly email posture report | ✓ | ✗ | ✗ | ~ | ✗ |
| IDE agent prompt (Cursor / Copilot) | ✓ | ~ | ✗ | ✗ | ~ |
| MCP — scan from Claude.ai / Claude Desktop / Cursor | ✓ | ✗ | ✗ | ✗ | ✗ |
| Fix guide (dep bumps + AI-ready fix doc) | ✓ | ~ | ✗ | ✗ | ✗ |
| No per-seat pricing | ✓ | ✗ | ✗ | ✗ | ✗ |
| Starting price | Free | $25/dev/mo | $40/dev/mo | $10/mo | $49/dev/mo |
✓ = full support · ~ = partial/plugin · ✗ = not supported · Pricing as of April 2026. Per-seat tools priced for a team of 3.
Custodia is a cybersecurity firm, not just a scanner. Every paid plan includes a direct line to a credentialed cybersecurity professional — monthly video call, unlimited email support, and an expert who actually knows your stack.
Every scan on a paid plan is permanently stored with a SHA-256 cryptographic fingerprint, a timestamp, and your full findings. That's a provable record that on this date, this exact codebasewas assessed against OWASP, CWE, and NIST. Cyber insurance underwriters call this “evidence of ongoing security testing.” You build it automatically just by scanning.
Install the CLI. Run your first scan free. When you're ready for fix guides, monthly autopilot, and compliance reporting — upgrade in your dashboard.
Free plan is free forever · Upgrade or cancel anytime in dashboard · Compliance mapping (SOC 2, OWASP, ISO 27001, EU AI Act) included from Pro tier