Block dangerous actions until human confirms. Shows red modal in dashboard. Falls back to terminal if no dashboard.
AI agents invoke cortex_confirm_destructive to trigger actions in Cortex MCP. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call — builds kicked off, notifications sent, workflows started.
This tool intercepts and gates potentially destructive operations by prompting for human confirmation. It does not itself destroy data, but it triggers an external interaction (UI modal or terminal prompt) that controls whether a dangerous downstream action proceeds. The most accurate category is Execute, as it orchestrates an external operation (confirmation gate/UI action) whose effect depends on the response.
From the tool's definition Block dangerous actions until human confirms. Shows red modal in dashboard. Falls back to terminal if no dashboard.
Attacks that exploit this kind of access
Block dangerous actions until human confirms. Shows red modal in dashboard. Falls back to terminal if no dashboard. It is categorised as a Execute tool in the Cortex MCP MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.
Register the Cortex MCP server in PolicyLayer and add a rule for cortex_confirm_destructive: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Cortex MCP. Nothing to install.
cortex_confirm_destructive is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.
Yes. Add a rate_limit block to the cortex_confirm_destructive rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for cortex_confirm_destructive. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
cortex_confirm_destructive is provided by the Cortex MCP server (neuralnexustech/cortex-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
Every MCP server has a record like this.
Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.
Teams ship this data inside their own products. See what a licence covers →