AI agents use testmo_upload_case_attachment to create or update resources in Testmo — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Testmo environment.
Uploading an attachment creates or adds new data (a file/attachment record) to a test case, which is a reversible Write operation. It does not execute arbitrary code, delete data irreversibly, or move money. While uploads could theoretically be abused to store malicious files, the primary function is data creation/modification, warranting Write classification.
From the tool's definition Tool name 'testmo_upload_case_attachment' indicates creation/upload of attachment data to test cases. The 'upload' verb and context of a test management system (Testmo) suggest file/data addition operations.
Attacks that exploit this kind of access
testmo_upload_case_attachment. It is categorised as a Write tool in the Testmo MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
Register the Testmo MCP server in PolicyLayer and add a rule for testmo_upload_case_attachment: 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 Testmo. Nothing to install.
testmo_upload_case_attachment 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 testmo_upload_case_attachment 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 testmo_upload_case_attachment. 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.
testmo_upload_case_attachment is provided by the Testmo MCP server (strelec00/testmo-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
testmo_upload_case_attachment is one line of Testmo's registry record.
The record carries the whole server: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.
Teams ship this data inside their own products. See what a licence covers →