Get the install command and raw content for a TokRepo asset. Returns the content ready to be saved to a file or executed.
AI agents invoke tokrepo_install to trigger actions in TokRepo — AI Asset Registry. 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.
While the tool may appear to only fetch data, its explicit purpose is to return content 'ready to be executed' or saved as runnable files (MCP configs, workflows, scripts). An AI agent misusing this tool could retrieve and execute malicious payloads, install unauthorized skills or configurations, or trigger unintended code execution.
From the tool's definition 'Returns the content ready to be saved to a file or executed' — the tool retrieves install commands and raw content intended for direct execution or file installation.
Attacks that exploit this kind of access
Get the install command and raw content for a TokRepo asset. Returns the content ready to be saved to a file or executed. It is categorised as a Execute tool in the TokRepo — AI Asset Registry MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.
Register the TokRepo — AI Asset Registry MCP server in PolicyLayer and add a rule for tokrepo_install: 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 TokRepo — AI Asset Registry. Nothing to install.
tokrepo_install 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 tokrepo_install 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 tokrepo_install. 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.
tokrepo_install is provided by the TokRepo — AI Asset Registry MCP server (tokrepo-mcp-server). 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 →