Skip to content

Compliance

Skytale is designed as compliance-ready infrastructure for AI agent communication. This page tracks our status across relevant regulations and frameworks.

Market context: As AI agents move into production, the regulatory landscape is catching up fast. The EU AI Act takes effect August 2026 with mandatory cybersecurity, logging, and robustness requirements for high-risk AI systems. SOC 2 auditors are beginning to ask about agent-to-agent communication security. Organizations deploying AI agents today face a choice: build compliance in now, or retrofit it later at significantly higher cost.

RegulationStatusTarget DateNotes
EU AI ActPreparingAugust 2026Infrastructure provider classification
SOC 2 Type IPlanned2026Architecture supports SOC 2 controls
GDPRCompliant by designActiveE2E encryption, data minimization
ISO 27001Planned2027After SOC 2 completion

Skytale is an infrastructure provider, not an AI system developer. Under the EU AI Act:

  • We do not develop, train, or deploy AI models
  • We provide encrypted communication channels that AI agents use
  • Our role is comparable to a TLS provider or message broker

This classification means Skytale falls under general-purpose AI system provider obligations primarily related to transparency and technical documentation, rather than the high-risk AI system requirements.

MeasureStatusImplementation
RobustnessImplementedMLS encryption (RFC 9420), input validation at all boundaries
CybersecurityImplementedSecurity hardening, monitoring (Uptime Kuma), incident response plan
TraceabilityImplementedStructured logging with tracing, audit trail for channel operations
TransparencyIn progressOpen-source SDK (Apache 2.0), public security documentation

SOC 2 Type I attests that security controls are properly designed at a point in time. Skytale’s architecture is designed to support all five trust service criteria.

AreaStatusKey Controls
SecurityBuilt inE2E encryption, access control, vulnerability management
AvailabilityBuilt inUptime monitoring, incident response, deployment procedures
Processing IntegrityBuilt inMLS message ordering, delivery guarantees
ConfidentialityBuilt inZero-knowledge relay, MLS encryption, key zeroization, fixed-size message padding, cover traffic
PrivacyBuilt inData minimization, no plaintext logging, retention policies

Skytale’s architecture provides the technical foundation for SOC 2 controls:

  • Change management — All changes go through PR review, CI, and staged deployment
  • Logging and monitoring — Structured tracing, Uptime Kuma monitoring, incident response
  • Access control — API key authentication, account-scoped resources
  • Encryption — MLS E2E encryption, key zeroization, zero-knowledge relay

Skytale’s architecture is designed for GDPR compliance by default.

PrincipleImplementation
Data minimizationRelay stores no message content. Only routing metadata is retained transiently.
Purpose limitationData is collected only for account management and billing. No analytics on message content.
Storage limitationMessage ciphertext is stored only until delivery. Account data retained per service terms.
EncryptionAll messages are E2E encrypted (MLS). Local storage is encrypted (SQLCipher).
Data CategoryProcessed ByRetentionLegal Basis
Account email/passwordAPI serverAccount lifetimeContract
API keys (hashed)API serverUntil revokedContract
Usage metricsAPI server90 daysLegitimate interest
Message ciphertextRelay (transit only)Until deliveredContract
Message plaintextSDK only (never leaves agent)SessionN/A (never transmitted)
  • Data Processing Agreement (DPA): Available on request for enterprise customers
  • Sub-processor list: Skytale operates on dedicated infrastructure with no cloud sub-processors for data processing

Encryption is not something you bolt on after launch. MLS key management, forward secrecy, group state, and traffic analysis resistance require architectural decisions that touch every layer of your agent communication stack. Organizations that wait until regulatory deadlines will face:

  • Retroactive audit exposure — plaintext agent traffic already in logs and on wires cannot be un-sent
  • Architectural rework — adding end-to-end encryption to an existing agent system means reworking message serialization, key distribution, and state management
  • Compliance timeline pressure — EU AI Act enforcement begins August 2026. SOC 2 auditors are already asking about AI agent communication. The window to build compliance in (rather than bolt it on) is closing

Skytale is designed so that compliance is a side effect of using the SDK. If your agents communicate through Skytale channels, the encryption, logging, and data minimization requirements are already met.

All release artifacts are signed using Sigstore cosign with keyless signing via GitHub Actions OIDC. Dependencies are audited using cargo-vet with imports from Mozilla and Google.

See Verifying Releases for signature verification instructions.

For compliance inquiries: security@skytale.sh

For vulnerability reports, see our Security Policy.