Five pentest agents.
Your code. Real scans on isolated Kali.
Chat with authorized pentest agents. Real scans run on Sable's isolated infra. Findings analyzed by five specialists — scout, recon, triage, fixer, compliance.
150 free credits, no card. Or a one-time scan from $29 — no signup.
Scan your site free — instant, no signupFive agents. One console.
Each agent is a narrow operator. Scout writes the plan; the others execute. You chat — they run real tools.
External recon
Subdomain enumeration, exposed staging envs, leaked secrets, third-party drift. Hands findings to triage.
Finding explainer
Reads scanner output. Tells you what is real, what is noise, and what would actually hurt in production.
Remediation walkthroughs
Code-level fixes for OWASP findings — Supabase RLS, Next.js routes, auth flows. Diffs you can paste.
Audit & compliance
Maps findings to OWASP, PCI-DSS, SOC 2 controls. Generates the evidence pack your auditor asks for.
Three steps. No onboarding call.
From signup to a scoped pentest in under five minutes. Everything runs in your browser; everything bills by the credit.
Sign up — 150 free credits
No card. Magic-link auth. You land in the console with Scout already waiting.
Pick an agent
Scout writes the engagement plan. Recon maps the surface. Triage reads scanner output. Fixer ships diffs. Compliance preps your evidence pack.
Need depth? Run a scan.
When chat hits its limit, hand off to a one-time pentest — $29, $79, or $199 — without leaving the thread.
We ship the work the agents also do.
No fabricated logos. Three artifacts you can verify in NVD or GitHub before you spend a credit.
vLLM remote code execution
Published to NVD. The same recon-to-PoC workflow pen-scout walks customers through, executed end-to-end on a production AI inference server.
$ curl -s https://services.nvd.nist.gov/rest/json/cves/2.0 \?cveId=CVE-2026-22778 | jq .vulnerabilities[0]{"cvssV3": 9.8,"severity": "CRITICAL","vector": "AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"}
Three CVEs in AI gateway agents
Same agents now powering pen-fixer remediations. The fix patterns shipped here come from the actual disclosure write-ups, not blog summaries.
$ git log --grep="CVE" --oneline -3a7c91f2 fix: bound prompt-injection in agent routerd23b40e fix: SSRF in moltbot fetch tool88e1c0a fix: path-traversal in openclaw state dir# 3 CVEs · all patched · disclosed responsibly
Open-source SOAR + XDR + deception
The tooling pen-recon and pen-triage delegate to. Maintained in public; bugs filed there fix the console experience next.
$ aegis --statussoar: running (12 playbooks)xdr: running (4 sensors)deception: running (3 honeypots)# open-source · github.com/AEGIS
Latest research
Practical security writing for founders shipping fast — the bugs AI assistants ship, what a pentest actually finds, and how to decide what your launch needs.
Pay only what you use. No seats. No contracts.
Credits power agent turns. A scope conversation is 4. A recon job is 6. Compliance evidence is 5. Top up when you need.
Try the console. 20-ish agent turns. No card to start, 150 free credits on signup.
A real engagement — scope, recon, triage, fixes. The pack most operators land on.
Multi-app coverage or a quarter of triage work. Hands back to scans when depth is needed.
05 / OR — Need a one-time pentest instead?
Skip the chat. Fixed scope, fixed price, PDF in 24–48h. Pick a tier below.
Fixed scope. Fixed price.
No enterprise pricing. No monthly fees. One scan, one PDF, PoC repos included.
Pre-Launch Check
Perfect for MVPs and landing pages
Landing pages, portfolios, simple MVPs
- Security headers analysis
- Exposed secrets detection
- CORS misconfiguration check
- Basic OWASP coverage
- PDF report in 24-48h
- Email support
Founder Shield
For SaaS with user data
SaaS apps, user auth, payment flows
- Everything in Pre-Launch Check
- BOLA / IDOR vulnerability testing
- API endpoint discovery
- Authentication flow analysis
- Full OWASP Top 10 coverage
- 30-min consultation call
- Priority support
Scale Secure
Complete security assessment
Funded startups, enterprise clients
- Everything in Founder Shield
- SQLi & XSS deep testing
- Infrastructure scanning
- Compliance report (OWASP, PCI)
- Re-test after fixes included
- Slack/Discord support channel
- Security badge for your site
Traditional pentesting firms charge $10,000–$50,000+ for the same coverage.
Compare plans
| Feature | Pre-Launch | Founder Shield | Scale Secure |
|---|---|---|---|
| Security Headers | |||
| Secrets Detection | |||
| CORS Check | |||
| Basic OWASP | |||
| Full OWASP Top 10 | — | ||
| BOLA / IDOR Testing | — | ||
| API Discovery | — | ||
| Auth Flow Analysis | — | ||
| SQLi & XSS Deep Test | — | — | |
| Infrastructure Scan | — | — | |
| Consultation Call | — | 30 min | 60 min |
| Re-test After Fixes | — | — | |
| Compliance Report | — | — | |
| Delivery Time | 24-48h | 2-3 days | 3-5 days |
Reports include compliance mapping for
Continuous monitoring, billed monthly.
One-time scans catch today's issues. Continuous plans keep watching — automated re-scans, alerts, and reporting every month. Billed immediately, cancel anytime.
Starter
Essential monitoring for small projects
Billed monthly · cancel anytime
- Weekly automated scans
- 1 domain included
- Email alerts
- OWASP Top 10 coverage
- Monthly security report
Pro
Complete protection for growing startups
Billed monthly · cancel anytime
- Daily automated scans
- 3 domains included
- Slack & Discord alerts
- Full vulnerability coverage
- Real-time dashboard
- API endpoint monitoring
- Compliance tracking
Enterprise
Maximum security for scale-ups
Billed monthly · cancel anytime
- Continuous 24/7 scanning
- Unlimited domains
- All alert channels + PagerDuty
- Advanced threat detection
- Custom dashboard & reports
- Dedicated response team
- API access + custom integrations
AI-generated code ships fast. It also ships the bugs.
Cursor, v0, Bolt, Lovable generate functional code in seconds. They do not sanitize inputs, validate tokens, or check authorization. Your AI assistant is an intern who ships to production.
A query missing a single ownership check — and every user becomes admin.
BOLA and IDOR are the most-reported class in our scans. They land in shipped code because the LLM completed the query — but skipped the predicate that proves the caller owns the row.
// AI-generated handler — no ownership check
const user = await db.user.findFirst({
where: { id: req.params.id },
});
// pen-triage would add:
// where: { id: req.params.id, ownerId: session.uid }
// ↑ one predicate. every record stays private.Real startups. Real vulnerabilities.
Anonymized findings from 6 real security assessments. No brand names — just stacks, vulnerabilities, and outcomes.
Social Media Startup
EdTech Startup
Client: Isai A.AI Startup
E-commerce Startup
EdTech Platform
Industrial Tech
“Report delivered in less than 24 hours. Found issues our team completely missed.”
— SaaS Founder
6 real assessments completed · all anonymized · stacks & findings only
Autonomous + researcher-grade.
Most security tools force a tradeoff: speed (AI scanners) or depth (traditional firms). Sable runs both — autonomous scans on isolated Kali, then validated by humans who file CVEs.
| Capability | Sable | Traditional firms | AI-only scanners |
|---|---|---|---|
| Delivery time | 24-48h | 2-4 weeks | Continuous |
| Starting price | $29 | $10,000+ | Free–$200/mo |
| OWASP Top 10 coverage | |||
| Manual validation | |||
| AI-code / LLM app audit | Rare | Limited | |
| Startup-stack specialization | Supabase · Next.js · Vercel | Generic | Generic |
| Published CVEs | 3 | Varies | None |
| Fix guidance in report | Code-level | High-level | Generic |
| Money-back guarantee | 50% if no findings |
Comparison data from public pricing pages and standard SaaS pentest deliverables · Q2 2026
Free: Startup security checklist
15-point checklist covering the most common security mistakes in AI-built MVPs. Used by 50+ founders.
No spam. PDF downloads instantly when you submit.
Questions, answered.
Pentest basics, scope, delivery, guarantees, AI-code security — the canonical FAQ.
Still have questions?
Contact us at [email protected]