AI agents use mark_processed to create or update resources in Teammate — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Teammate environment.
The name 'mark_processed' indicates marking a message or queue item as processed—a reversible state change typical of Write operations. Without a description, confidence is moderate. Severity is medium because marking items as processed in a queue could cause messages to be skipped or lost if misused, but the operation itself is typically reversible depending on system design.
From the tool's definition Tool name 'mark_processed' suggests state modification. Description is empty, limiting certainty. Context shows this is part of a messaging/queue system (see 'inbox' and 'queue_status' sibling tools).
Attacks that exploit this kind of access
mark_processed. It is categorised as a Write tool in the Teammate MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
Register the Teammate MCP server in PolicyLayer and add a rule for mark_processed: 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 Teammate. Nothing to install.
mark_processed 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 mark_processed 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 mark_processed. 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.
mark_processed is provided by the Teammate MCP server (jonghklee/teammate-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 →