Cohort 01 is open. 100 sites only · Free during beta.Claim a place →
Home/Trust & Governance Center
AUTVY TRUST & GOVERNANCE CENTER

Architected to Touch Your Code, Not Your Data

Autvy is built on an absolute least-privilege, minimal-telemetry architecture. We never store, inspect, or transfer your customer database records, passwords, or order data.

Data Isolation Matrix

What Autvy Sees vs. What Stays on Your Server

Stays 100% On Customer Server (Autvy Sees NO)
  • ✕ Customer orders, addresses, and credit cards
  • ✕ User accounts, passwords, and auth tokens
  • ✕ WordPress post content, pages, and draft media
  • ✕ Customer comments and private form submissions
  • ✕ Raw database dumps and production SQL records
Sent to Autvy Supervisor (Autvy Sees YES)
  • ✓ PHP runtime version & WordPress core version
  • ✓ Plugin and theme version manifest
  • ✓ Sanitized crash stack traces (file & line numbers)
  • ✓ Synthetic TTFB latency response times
  • ✓ Machine action receipts and rollback timestamps

Exhaustive Worker Allowlist

The Twelve Permitted Actions

The Autvy worker cannot run bash commands or arbitrary system scripts. Its execution is bounded strictly to this compiled opcode list.

OpcodeIdentifierFunctional DescriptionSafety Boundary
0x01OP_CLONE_SHADOW_DIRSpawns local CoW hardlink tree for isolated pre-flight testingRestricted to wp-content/.autvy/
0x02OP_VERIFY_CHECKSUMValidates plugin archive hashes against WordPress.org APICryptographic SHA-256 match
0x03OP_STAGE_PLUGIN_UPDATEExtracts updated code into shadow directoryZero touch to live plugins dir
0x04OP_EXECUTE_SYNTHETIC_HEADFULRuns headless browser check on staging checkout and homepageNice -n 10 priority limit
0x05OP_CALCULATE_PIXEL_DIFFCompares DOM screenshot pixels against pre-update baseline>0.2% variance triggers alert
0x06OP_SWAP_SYMLINK_RELEASEExecutes atomic POSIX rename(2) pointer swap to promote tested code<10ms atomic operation
0x07OP_ROLLBACK_ATOMIC_POINTERImmediately reverts symlink back to previous verified releaseZero live database overwrite
0x08OP_PURGE_EDGE_CACHETriggers targeted cache purge on LiteSpeed, Nginx, or CloudflareOnly affected URL endpoints
0x09OP_APPLY_VIRTUAL_CVE_PATCHInjects virtual regex filtering rule to block known 0-day exploitsRead-only input sanitizer
0x0AOP_ISOLATE_CORRUPT_TRANSIENTClears expired wp_options autoload bloatSpecific transient keys only
0x0BOP_EMIT_HEALTH_TELEMETRYSends memory, CPU, and TTFB latency metrics to supervisorEncrypted TLS 1.3 egress
0x0COP_DISPATCH_INCIDENT_RECEIPTCompiles human-readable summary of remediationZero PII or credentials logged

User Control

Three Operational Modes

MODE 01 // AUTONOMOUS

Autonomous Mode (Default)

Full hands-off self-healing. Autvy pre-tests updates, applies safe changes, automatically reverts regressions, and sends you an email receipt while you sleep.

Recommended for 95% of sites
MODE 02 // APPROVAL

Approval Mode

Autvy runs all pre-flight shadow tests and visual diffs, then generates a 1-click execution link for your team to review and approve before live promotion.

For high-compliance enterprise teams
MODE 03 // MONITOR-ONLY

Monitor-Only Mode

Real-time 60-second health monitoring, synthetic checkout tests, and CVE alerts without applying any automated code changes or rollbacks.

For passive observation
Global Infrastructure Locations

European & US Data Centers

Autvy Supervisor clusters are hosted in AWS Frankfurt (eu-central-1) and AWS US-East (us-east-1).

All telemetry in transit is encrypted via TLS 1.3 with strict ephemeral key exchange (ECDHE) and stored with AES-256 encryption at rest.

Vetted Sub-Processors

Exhaustive Sub-Processor List

Amazon Web Services (AWS)Compute & Encrypted DB
Cloudflare, Inc.Global Anycast DDoS & DNS
Postmark (ActiveCampaign)Transactional Email Receipts
Autonomous Reliability Supervisor