Run
AI agents call destroy_tf_project_infrastructure to permanently remove resources in Infrastructure Auto Provisioner — typically in cleanup and lifecycle workflows. It does its job in a single call, and there is no undo.
This tool destroys infrastructure (likely Terraform-managed cloud resources), which is an irreversible operation that cannot be undone. The blast radius is critical as it can result in complete loss of running systems, data stores, and services. Misuse by an AI agent could cause severe business continuity impact, data loss, and financial damage from service interruption.
From the tool's definition Tool name 'destroy_tf_project_infrastructure' explicitly indicates deletion/destruction of infrastructure resources. The verb 'destroy' combined with 'infrastructure' indicates irreversible removal of deployed resources.
Attacks that exploit this kind of access
Run. It is categorised as a Destructive tool in the Infrastructure Auto Provisioner MCP Server, which means it can permanently delete or destroy data. Block by default and require explicit approval.
Register the Infrastructure Auto Provisioner MCP server in PolicyLayer and add a rule for destroy_tf_project_infrastructure: 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 Infrastructure Auto Provisioner. Nothing to install.
destroy_tf_project_infrastructure is a Destructive tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.
Yes. Add a rate_limit block to the destroy_tf_project_infrastructure 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 destroy_tf_project_infrastructure. 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.
destroy_tf_project_infrastructure is provided by the Infrastructure Auto Provisioner MCP server (zerosync-co/mcp-server-autoprovisioner). 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 →