Zero-Config Ingestion.
Maximum Security.
Drop any data format into the Iron Curtain Gateway and 17 autonomous agents handle everything — format detection, security scanning, PII classification, schema inference, quality enforcement, and lakehouse storage — automatically.
The 17-Agent Pipeline
Gateway
Intake Warden
x402 payment gateway and VPC authentication. The first line of defense — every payload must pass through.
Helix Serializer
Multi-format stream serialization. Detects and normalizes JSON, Avro, CSV, Protobuf, Parquet, and raw bytes into a canonical RedQueen envelope.
Security
Agent Smith Prime
Security sub-swarm orchestrator. Coordinates Code Injection Specialist, Cognitive Defense Agent, and Vaccine Compiler for comprehensive threat analysis.
Code Injection Specialist
OWASP/OSINT/YARA scanning specialist. Detects SQL injection, XSS, command injection, and known malware signatures in data payloads.
Cognitive Defense Agent
NLP prompt injection and jailbreak detection. Guards against adversarial text designed to manipulate downstream AI systems.
Vaccine Compiler
Payload sanitization and format normalization. Removes threats, neutralizes malicious content, and produces a clean payload for downstream processing.
Classification
Sentinel Tag
PII/PCI/PHI classification at ingestion. Automatically identifies and tags sensitive data fields before they enter the lakehouse.
The Cloak
Format-preserving encryption and tokenization. Masks sensitive fields while preserving data utility for analytics.
Ledger Guard
Cryptographic hash verification. Computes SHA-256 hashes of every payload for tamper detection and audit trail integrity.
Cipher Scribe
Blockchain audit trail anchoring. Anchors Merkle roots to Base L2 for immutable, publicly verifiable audit records.
Schema
Blueprint Tracker
Schema registry and catalog. Stores, versions, and retrieves schema definitions for all data sources in the pipeline.
Phantom Speculator
Automatic schema detection and inference. Analyzes payload structure to infer field types, nullability, and constraints without any configuration.
Solicitor
Data contract generation. Automatically generates YAML data contracts from inferred schemas, defining SLAs, quality expectations, and ownership.
Inquisitor
Quality test suite compilation. Generates dbt-compatible data quality tests from schema definitions and historical data patterns.
Deploy in 60 Seconds
# Clone and deploy
git clone https://github.com/0x307/RedQueen.git
cd redqueen
cp .env.example .env
docker compose up -d
# Test the pipeline
redqueen test --payload '{"name": "Alice", "email": "[email protected]"}'