WAF with OWASP Core Rule Set
Tier 1 web application firewall on the request hot path. Paranoia levels 1 to 4. Block, log, or shadow per rule. Custom rules in declarative YAML or Lua.
Threat coverage, agent identity, audit, and disclosure. Built into the data plane, in your VPC, under a license your security team can read line by line.
Every policy runs in the data plane on the request hot path. Compiled once per origin, evaluated without allocation, hot-reloadable without dropped connections. No sidecars, no out-of-band scanners, no second control plane.
Tier 1 web application firewall on the request hot path. Paranoia levels 1 to 4. Block, log, or shadow per rule. Custom rules in declarative YAML or Lua.
Rate-based detection with sharded limiters and per-tenant fairness. Bounded LRU maps so a flood does not exhaust gateway memory. Per-IP and per-tenant ceilings.
ONNX-backed classifier evaluates inbound prompts and tool arguments before they reach the model. Block, redact, or flag. Runs on the same hot path as PII and secrets.
Pattern-aware data loss prevention. Built-in rules for SSN, credit card, and major-provider API keys. Extend with custom patterns. Block, redact, or audit per route.
Hash-based detection against your inline leaked-password list. Stop credential stuffing without sending a hash to a third party. Lookup happens at the gateway.
Cryptographic verification of signed AI crawlers. Ed25519 and HMAC. Required signature components prevent replay across routes. Unsigned and impersonated crawlers fail at the auth phase.
CSP and SRI emission, third-party script monitoring, browser-side hardening. HSTS, COEP, COOP, Referrer-Policy, X-Frame-Options. Configured per origin, not per app.
Token-based CSRF with cookie and header validation. Modern security header set, applied per origin. Strict defaults, per-route overrides where the application demands it.
Outbound HTTPS validation, private-IP blocking, body size limits on upstream calls. Constant-time OAuth state comparison. HKDF-derived keys with distinct info strings for encryption and signing.
Every machine that touches the perimeter goes through the same auth phase. Partners, customers, agents, crawlers, employees, and service-to-service calls. The audit log carries identity through every policy decision downstream.
Upstream API keys never sit in plaintext. SBproxy resolves secret references at startup or fails loud, seals provider credentials with envelope encryption, and hashes virtual keys at rest so a stolen store is useless. Rotate any of it at runtime with no reload.
The audit log captures every authentication, every policy verdict, every payment challenge, every guardrail trip. Streamed to OpenTelemetry, Prometheus, or your warehouse. Hot-reload preserves audit continuity.
The data plane lives where you live. No phone-home, no licence call-out, no external services required to start the gateway. Suitable for sovereign, defense, healthcare, and finance workloads where third-party data residency is a hard no.
Closed-source security stories rest on the vendor relationship. SBproxy is open source on GitHub. Read the policy code, compile the gateway, verify the binary, run the disclosure path. The audit story holds without trusting our marketing.
For regulated industries, sovereign data requirements, and any team whose CISO has flagged third-party data residency, this is the only path that closes. Apigee, Kong, and the major edge networks ship none of these artifacts inside your VPC. We ship all of them.
The data plane is open source. Compile it from a tagged commit, audit the policy chain, hand the source to your security team for review.
Every release ships with a cosign attestation, a CycloneDX SBOM, and SLSA build provenance. The verification recipe runs without trusting us.
security@soapbucket.com. Initial triage within 5 business days. Critical fixes within 30 days. 90-day public disclosure window. Encrypted reporting via PGP.
Policy decisions, auth verdicts, and payment challenges land in the structured event stream. Every record is queryable, exportable, and stays inside your perimeter.
Every category in the 2026 edition gets a coverage rating, full, partial, or out of scope, with the specific gap named in the same line. Ten rows, generated straight from the docs in the repo.
Send security reports to security@soapbucket.com. Include the version, tag, or commit SHA, a minimal reproduction, and your contact for follow-up. Encrypt sensitive reports with the PGP key on the right.
The full policy lives in SECURITY.md and the supply-chain procedure in SUPPLY-CHAIN.md.
$ curl -fsSL https://sbproxy.dev/.well-known/pgp-key.txt \
| gpg --import
$ gpg --fingerprint security@soapbucket.comThe relevant RFCs, IETF drafts, and emerging web standards SBproxy implements at the data plane. OSS-available unless marked otherwise. Conformance and fuzz coverage where applicable.
The gateway is on GitHub under Apache 2.0 and you can install it right now, so nothing here is gated behind a sales call. Use this form for deployment questions, migration scoping, or anything you would rather not file as a public issue.