Identity, authority, policy, and evidence
The roadmap is organized around action-level controls rather than broad claims about model safety.
Fugitive Control roadmap
Fugitive Control is in founding development. The target architecture is a vendor-neutral policy and evidence layer for agents that reach enterprise data, credentials, APIs, applications, and operational systems.
How to read this page
A design-partner engagement can validate a narrow subset against one or two workflows. Only a signed agreement defines capabilities, deployment, data handling, testing, support, acceptance criteria, and timing.
The roadmap is organized around action-level controls rather than broad claims about model safety.
Initial validation should use a bounded workflow, test identities and data where practical, explicit stop conditions, and accountable owners.
The roadmap does not establish compliance, prevent every incident, or replace the client’s legal, audit, identity, cloud, API, or security responsibilities.
Target control architecture
The planned architecture places a policy decision point in the action path and uses identity, data, security, workflow, and business-system context.
Intended role: resolve identity, evaluate delegated authority, apply action policy, route approvals, and preserve a connected record for in-scope tool calls.
The planned discovery layer starts with an agreed map of agents, owners, models, tools, MCP servers, identities, credentials, data sources, and high-impact workflows.
The graph is designed to answer the questions conventional inventories miss: which agent can affect which business system, under whose authority, through which path?
The authority model is intended to avoid giving an agent the full power of a human account or long-lived service credential. It should state what the agent may do, for whom, where, when, and up to what value.
Authority can be constrained by action, data class, tenant, customer, record, destination, geography, amount, time window, workflow state, and responsible human.
Content filtering cannot replace authorization. Guard is designed to evaluate the requested action, current context, target system, data, recipient, transaction value, and declared mandate before execution.
The target decision set includes allow, deny, redact, transform, rate-limit, constrain, and route for accountable human approval.
# Customer support refund policy policy "refund-control" { agent = "support-agent" tool = "payments.issue_refund" allow when { customer.tenant == request.tenant refund.amount <= 500 USD case.status == "approved" } require_approval when { refund.amount > 500 USD approver.role == "finance-manager" } deny when { destination != original_payment_method customer.data_class == "restricted" } evidence = "full-action-record" }
An investigation should not require reconstructing intent from a chat log, identity from an API gateway, data access from a database, and approval from a ticket.
Trace is intended to create an append-only record connecting the agent, delegated authority, model reference, request, tools, data, policy evaluation, approval, execution result, and related context.
A policy is only useful when it withstands prompt injection, poisoned context, tool metadata changes, privilege escalation, cross-tenant attempts, approval bypass, and chained actions.
The assurance roadmap connects authorized adversarial tests to control changes and organizes evidence for internal policy, customer review, and selected AI risk frameworks.
The target containment model avoids disabling unrelated AI features where a narrower response is available. It should support revocation by agent, credential, tool, tenant, workflow, destination, or action class.
Each emergency control should be tested before use, preserve relevant evidence, and support a documented recovery path.
Design principles
These are design goals for a control layer that should remain useful as models, frameworks, clouds, identity systems, and enterprise tools change.
Apply consistent policy across model providers, agent frameworks, MCP servers, clouds, and enterprise applications.
Unknown or high-impact action paths should fail closed or move to accountable human review.
Resolve who and what is acting before attempting to interpret whether the request sounds safe.
Expose only the records, fields, tools, credentials, and time window required for the current task.
Reserve accountable approval for sensitive, irreversible, regulated, novel, or high-value actions.
Create the action record during policy evaluation and execution rather than reconstructing it only after an incident or review request.
Design-partner starting point
A potential pilot would focus on a narrow action path: an agent and tool-call policy gateway, accountable approval, selective revocation, and a connected action record. Feasibility and scope must be confirmed before commitment.