"use client" import Link from "next/link" import { Shield, Lock, CheckCircle, ExternalLink, Mail } from "lucide-react" import useCaptureEvent from "@/hooks/useCaptureEvent" import { SOURCEBOT_SUPPORT_EMAIL } from "@/lib/constants" export default function SecurityCard() { const captureEvent = useCaptureEvent(); return (

Multi-Layered Security

We take the security and privacy of your data seriously. All code and secret tokens you provide are protected using multiple layers of security.

All data is stored on Google Cloud Platform in the United States (us-west-1)
All data is encrypted in transit using TLS 1.2+, and at rest using AES-256
Sourcebot is open-source and trusted by thousands of developers
Have questions? Get in touch
captureEvent('wa_security_page_click', {})} > Learn about our security measures
) }