⚡ Now with Vanta & Drata Auto-Sync

SOC2, HIPAA, and GDPR
Compliance in Your Terminal

The first compliance auditor built for Claude Code. Scan your codebase for security vulnerabilities, auto-fix issues, and generate audit-ready reports—all from your CLI.

5 free scans/day
No credit card required
2-minute setup
claude-code
$ sentinul scan ./src --standards soc2,hipaa
🔍 Scanning 47 files...
✗ [CRITICAL] SQL Injection Vulnerability
File: src/api/users.ts:42
Code: query("SELECT * FROM users WHERE id=" + userId)
✗ [HIGH] Hardcoded API Key
File: src/config.ts:12
Code: apiKey = "sk_live_abc123..."
📊 Scan Complete
Total Issues: 8 | Critical: 2 | High: 3 | Medium: 3
$ sentinul fix --all
50K+
Vulnerabilities Fixed
SOC2
Type II Compliant
99.9%
Accuracy Rate
2min
Average Setup Time

Why Developers Choose Sentinul

From detection to remediation to audit evidence—all automated

One-Click Auto-Fix

Don't just detect vulnerabilities—fix them automatically. SQL injection? Hardcoded secrets? Fixed in seconds.

Pro Feature →

Signed Audit Reports

Generate tamper-proof PDF reports that auditors actually accept. Save $5-10K in audit prep costs.

Enterprise Feature →

Vanta/Drata Auto-Sync

Automatically upload scan evidence to Vanta or Drata. No manual uploads, no compliance busywork.

Enterprise Feature →

AI Secret Detection

Entropy analysis + Claude AI finds custom API keys that regex misses. Catch what others can't.

Pro Feature →

Delta Scanning (CI/CD Ready)

Only scan changed files in your PR. 10x faster than full repo scans. Perfect for CI/CD pipelines.

Pro Feature →

Advanced Compliance Rules

GDPR data sovereignty, HIPAA audit trails, Shadow Admin detection—rules that generic scanners miss.

Enterprise Feature →

Your Code Never Leaves Your Control

We take security seriously. All code analysis happens on SOC2-compliant infrastructure with end-to-end encryption.

256-bit
AES Encryption
Zero
Code Logging
SOC2
Type II Certified

Simple, Transparent Pricing

Start free. Upgrade as you grow. Cancel anytime.

Free

$0/mo
  • 5 scans per day
  • SOC2, HIPAA, GDPR checks
  • Security vulnerability detection
MOST POPULAR

Pro

$29/mo
  • Unlimited scans
  • Auto-fix vulnerabilities
  • Delta scanning (CI/CD)
  • AI-powered secret detection
  • Git branch auto-generation

Business

$199/mo
  • Everything in Pro, plus:
  • Signed audit reports (PDF)
  • Advanced compliance rules
  • Team collaboration (up to 10 users)
  • Priority email support

Enterprise

Custom
Contact for pricing
  • Everything in Business, plus:
  • Vanta/Drata auto-sync
  • Unlimited team members
  • Custom rule builder
  • Dedicated account manager
  • 24/7 phone support
Contact Sales

All plans include: SOC2, HIPAA, GDPR scanning • Security vulnerability detection • Email support

Questions? Call us at 213-866-1034 or email Sentinul.ext@gmail.com

Seamless Integrations

Connect with the tools you already use

V

Vanta

Auto-upload evidence

D

Drata

Continuous monitoring

GitHub

PR integration

GitLab

CI/CD pipeline

The Vanta/Drata Integration That Changes Everything

Stop uploading evidence manually. Every scan automatically syncs to your compliance dashboard.

  • Automated evidence collection for SOC2 controls
  • Real-time compliance status updates
  • Save hours of manual compliance work every week

Get Started in 2 Minutes

From installation to your first scan—it's that fast.

1

Install the MCP Server

npm install -g @sentinul/mcp-server
2

Add to Claude Desktop Config

// ~/.config/claude/claude_desktop_config.json
{"{"}
"mcpServers": {"{"}
"sentinul": {"{"}
"command": "npx",
"args": ["@sentinul/mcp-server"]
{"}"}
{"}"}
{"}"}
3

Login and Start Scanning

$ sentinul login
✓ Authenticated successfully!
$ sentinul scan ./src

Frequently Asked Questions

How is this different from Snyk or SonarQube?

Snyk and SonarQube focus on general security vulnerabilities. Sentinul is purpose-built for regulatory compliance (SOC2, HIPAA, GDPR) with features like signed audit reports, Vanta/Drata integration, and compliance-specific rules that generic tools miss.

Does my code leave my machine?

Code is sent securely to our SOC2-compliant cloud API for analysis using 256-bit AES encryption. We never log your code and it's immediately discarded after scanning. For maximum security, Enterprise customers can request on-premise deployment.

Will auditors accept your reports?

Yes! Our Business and Enterprise tiers generate digitally-signed PDF reports that are accepted by major auditors. We include report IDs, timestamps, cryptographic signatures, and detailed findings that satisfy SOC2 and HIPAA evidence requirements.

Can I use this in CI/CD?

Absolutely! Pro tier and above include delta scanning which only scans changed files—perfect for CI/CD. We have native integrations with GitHub Actions, GitLab CI, and CircleCI. The average scan takes under 30 seconds.

What happens to the auto-fix feature with complex issues?

Auto-fix works great for common vulnerabilities (SQL injection, hardcoded secrets, XSS). For complex issues, we provide detailed recommendations and can generate a preview diff before applying. You always have the option to review before applying fixes.

Do you support languages other than JavaScript/TypeScript?

Currently we support JavaScript, TypeScript, Python, Java, Go, Ruby, and PHP. We're actively adding support for C#, Rust, and Kotlin. Contact us if you need a specific language prioritized.