Security by Design
At Sire, security isn't an afterthought — it's built into every layer of the platform. When you trust digital workers to operate on your behalf, you need confidence that your data is protected and every action is verifiable.
Tenant Isolation
Every Sire tenant operates in complete isolation:
Database-level row isolation with tenant ID enforcement on every queryAPI middleware validates tenant context on every requestNo cross-tenant data leakage is architecturally possibleSeparate encryption keys per tenant for sensitive dataCryptographic Audit Trail
Every workflow execution produces a Merkle tree hash chain:
Each step's input and output is hashed as a leaf nodeThe root hash provides a tamper-proof summary of the entire executionYou can verify any step independently without accessing other dataAudit proofs can be exported for compliance reviewAPI Security
CSRF protection on all state-changing endpointsRequest body size limits to prevent abuseSecurity headers (HSTS, Content-Security-Policy, X-Frame-Options)Rate limiting with configurable per-tenant limitsJWT-based authentication with short-lived access tokens and refresh rotationInfrastructure Security
GKE Autopilot with automatic security patchingCloud SQL with encryption at rest and in transitPrivate VPC networking with no public database endpointsSecrets managed via Google Secret ManagerContainer images scanned for vulnerabilities in CIHuman-in-the-Loop Controls
Sire's guardrail system lets you configure approval requirements:
Confidence threshold below which a step requires human approvalSensitive operation flags for steps that modify external systemsAutomatic execution suspension when anomalies are detectedNotification alerts for all suspended executionsCompliance Readiness
We're building toward SOC2 Type II certification:
Comprehensive audit logging of all admin actionsData export and deletion for GDPR complianceRetention policies with configurable data lifecycleEvidence collection for security control documentationLearn More
Visit the [Audit Trail](/admin/audit) page to verify execution integrity, or contact us for our security whitepaper.