1. AI Foundation Model Security & Data Privacy
We protect proprietary corporate data from model leakage through strict architectural boundaries:
- Enterprise Commercial Endpoints: All AI interactions utilize commercial tier endpoints (OpenAI, Anthropic Claude, Groq) with explicit Zero Data Retention (ZDR) agreements.
- Zero Public Model Training: Your business records, lead details, and customer conversations are never retained or indexed to train public LLM models.
- Ephemeral Execution: Payload context windows are processed in memory during pipeline runtime and immediately purged post-execution.
2. Webhook & API Authentication
To prevent spoofing, unauthorized replay attacks, and malicious payloads:
- HMAC SHA-256 Signature Verification: Inbound webhooks from third-party services (HubSpot, Stripe, Form providers) are verified cryptographically before execution.
- Rate Limiting & DDoS Mitigation: Ingestion gateways enforce strict rate limiting to prevent spam attacks from consuming LLM tokens.
- Strict Schema Validation: Webhook payloads are sanitized and validated against typed schemas (Zod/TypeScript) prior to downstream processing.
3. Secrets & Credential Management
We enforce strict separation between workflow logic and sensitive credentials:
- No Hardcoded Secrets: API keys, bearer tokens, and database passwords are never hardcoded inside workflow canvases or exported JSON files.
- Encrypted Environment Stores: All credentials are injected at runtime via encrypted environment variables or dedicated secret vaults with rotation schedules.
- Least-Privilege API Scopes: API integrations are configured with the minimal necessary read/write scopes required for the specific task.
4. Infrastructure & Container Isolation
Self-hosted instances (n8n, Supabase, Redis, Qdrant) are deployed with hardened infrastructure:
- Docker Containerization: System services execute in isolated non-root containers with resource quotas and automated health restarts.
- Isolated VPC Networks: Databases and Redis worker queues are non-public and reside inside secure virtual private cloud networks.
- Automated Observability: Execution traces, error rates, and latency spikes are logged with automated alert notifications dispatched to designated Slack channels.
5. Deterministic Guardrails & Human Escalation
AI systems must be reliable and predictable. We implement robust multi-layered guardrails:
- Grounded Knowledge Extraction: LLM agents operate with strict confidence thresholds and document retrieval guardrails to prevent hallucinations.
- Human-in-the-Loop Review: High-risk or low-confidence decisions (e.g. edge-case enterprise inquiries, large refunds) automatically route to human review queues.
- Automated Error Fallbacks: If an external API experiences an outage, pipelines store the payload in a durable Redis retry queue and notify your team instantly.
6. Security Incident Response & Responsible Disclosure
If you discover a potential vulnerability or security concern within our public systems, we encourage responsible disclosure. Contact our lead architect directly:
Email: sujal@flowstateauto.com
GPG/Encrypted Communication Available Upon Request
