Run standardized linter for the project
AI agents invoke run_linter to trigger actions in Reviewer 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.
The tool invokes a linter (a code analysis tool), which is a form of code execution. While linters are generally safe read-only analysis tools that don't modify code, they still execute external processes. The severity is low because linters have minimal blast radius—they typically only produce analysis output without side effects.
From the tool's definition Tool performs 'Run standardized linter' which executes an external process/tool on project code. This is a runtime execution action whose output and side effects depend on the project contents being linted.
Attacks that exploit this kind of access
Run standardized linter for the project. It is categorised as a Execute tool in the Reviewer MCP MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.
Register the Reviewer MCP server in PolicyLayer and add a rule for run_linter: 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 Reviewer MCP. Nothing to install.
run_linter 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 run_linter 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 run_linter. 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.
run_linter is provided by the Reviewer MCP server (jaggederest/mcp_reviewer). 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 →