In a world of multi-cloud agents, API keys are a liability. Passport Control enforces identity agnosticism and supply chain security, ensuring only verified engines can access your infrastructure.
Before executing any engine, the Orchestrator:
If verification fails, the engine is rejected. No execution, no exceptions.
Cabin Crew uses Keyless Signing via Sigstore/Cosign. Instead of managing long-lived private keys:
This eliminates the need for secret management while providing stronger guarantees than static API keys.
The Orchestrator runs a Regex Redactor on all engine output before it reaches PR comments or logs:
[REDACTED] before writing to stdoutAdditionally, engines are blocked from reading .env files
directly, forcing secrets to flow through the Orchestrator's controlled interface.
Engines follow an IO-Pure architecture:
This sandboxing ensures that even a compromised engine cannot exfiltrate data or modify infrastructure outside the governed workflow.