Skip to main content

AI/ML / Multi Agent Refarch / Threats / DEV

Authorization bypass and tool-chain privilege escalation

CCC.MARefArc.TH27

Agents discover and invoke API endpoints outside their use case, chain individually authorized calls into unauthorized outcomes, circumvent segregation-of-duties workflows, or experience permission creep during operation, defeating intended authorization boundaries.

Related Capabilities

IDTitleDescription
CCC.MARefArc.CP19MCP-interaction zero-trust guardrailsEnforces authentication and authorization for every MCP request and governs which agents may use which tools, applying rate limits and validating tool-call parameters.
CCC.MARefArc.CP07Unified sandboxed agent runtimeSecure, sandboxed environment where all agentic reasoning and execution occurs, providing task state management for pause/resume/handoff and intercepting and validating tool calls with credentials handled securely within the sandbox.
CCC.MARefArc.CP08Built-in trusted toolsA collection of bundled, trusted tools providing fundamental capabilities: the MCP client bridge to the external MCP layer, a sandboxed shell, workspace I/O, and web search.

Related Controls

IDTitleDescription
CCC.MARefArc.CN11Agent Authority Least Privilege FrameworkConstrain each agent's authority to the minimum set of tools, APIs, and data required for its task, enforced by the runtime and MCP guardrails, and prevent permission creep during operation.
CCC.MARefArc.CN12Tool Chain Validation and SanitizationValidate tool selection, sanitize tool-call parameters, and constrain tool sequencing within the runtime and MCP guardrails to prevent manipulation of agent tool use.
CCC.MARefArc.CN14Multi-Agent Isolation and SegmentationIsolate agents and their memory and state so that compromise or failure of one agent cannot propagate to others, and enforce segmentation of agent-to-agent communication.
CCC.MARefArc.CN15Agentic System Credential Protection FrameworkPrevent agents from discovering, extracting, or misusing credentials by brokering secrets outside agent-accessible surfaces and constraining tool access to credential stores.
CCC.MARefArc.CN23Agent Decision Audit and ExplainabilityRecord an auditable trace of agent decisions, including tool selections, inputs, and rationale, sufficient to explain and review autonomous actions after the fact.

External Mappings

FrameworkIDRemarks
air-vecAIR-SEC-024-01
air-vecAIR-SEC-024-02
air-vecAIR-SEC-024-03
air-vecAIR-SEC-024-04