VTF-001Unbounded Agent Output in Regulated Deployment Pipeline
Affected Architecture
AI agents integrated into CI/CD or deployment workflows
Preconditions
An AI agent produces outputs that vary across invocations. The deployment pipeline requires verifiable, bounded outputs for compliance purposes. No structural boundary exists between the agent's output and the downstream system.
Potential Impact
Unverifiable agent behavior in production. Inability to reproduce or audit specific outputs. Compliance gaps for frameworks requiring system monitoring (e.g., SOC2 CC7.2). Difficulty demonstrating that deployed behavior matches tested behavior.
Relevant Vallum Capability
Titan Handshake can receipt the authorization decision before a deployment proceeds. Titan Verify can assemble evidence showing what was authorized, by whom, and under what policy. This creates an auditable record of the deployment decision — though it does not make the underlying model output deterministic.
Evidence Vallum Can Produce
Authorization receipts, policy evaluation records, deployment decision evidence packages
Limitations
Vallum does not make LLM outputs deterministic. It does not intercept or modify model outputs. It provides evidence of authorization decisions, not guarantees about model behavior. Output validation and schema enforcement are application-layer responsibilities.
Additional External Controls Required
Application-level output validation, model testing frameworks, CI/CD security policies, deployment approval workflows