AI agents use cvat_replace_task_annotations to create or update resources in CVAT MCP — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your CVAT MCP environment.
This tool modifies existing annotation data within a task by replacing it with new content. While the operation overwrites prior annotations, it does not irreversibly delete the underlying task or destroy data in a way that cannot be recovered (annotations can typically be re-edited or restored from backups in annotation systems). This qualifies as Write rather than Destructive.
From the tool's definition Tool description states 'Replace task annotations with PUT /api/tasks/{id}/annotations/' — PUT operations modify data reversibly. The requirement for 'confirmReplace=true' indicates intentional overwrite capability rather than deletion.
Attacks that exploit this kind of access
Replace task annotations with PUT /api/tasks/{id}/annotations/. Requires confirmReplace=true. It is categorised as a Write tool in the CVAT MCP MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
Register the CVAT MCP server in PolicyLayer and add a rule for cvat_replace_task_annotations: 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 CVAT MCP. Nothing to install.
cvat_replace_task_annotations is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the cvat_replace_task_annotations 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 cvat_replace_task_annotations. 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.
cvat_replace_task_annotations is provided by the CVAT MCP server (jangjs1216/cvat-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 →