(需要交互式比如mysql -u root -p)在Kali Linux环境中启动一个交互式命令,并返回会话ID。交互式命令可以接收用户输入,可以在不close_interactive_command的情况下同时执行execute_command。
AI agents invoke start_interactive_command to trigger actions in Kali Linux MCP Server. 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.
This tool directly executes arbitrary commands in a Kali Linux environment with persistence (session ID). While not inherently destructive, it enables Execute-category risks (arbitrary code/command execution). Given it's on a penetration testing platform and explicitly mentions SQL injection and command execution capability, misuse could lead to complete system compromise.
From the tool's definition Tool description states it 'starts an interactive command in Kali Linux environment' and 'can execute execute_command simultaneously'. The server explicitly supports 'penetration testing...SQL injection and command execution'.
Risk signalsAdmin/system-level operation
Documented attack patterns abuse exactly the kind of access start_interactive_command gives an agent:
PolicyLayer is an MCP gateway — it sits between your AI agents and Kali Linux MCP Server, and nothing reaches the server without passing your rules. This is the rule we recommend for start_interactive_command:
{
"version": "1",
"default": "deny",
"tools": {
"start_interactive_command": {
"limits": [
{
"counter": "start_interactive_command_rate",
"window": "minute",
"max": 10,
"scope": "grant"
}
]
}
}
} start_interactive_command stays usable, but rate-capped — a runaway agent can't fire it dozens of times a minute. Everything else on the server is denied unless you say otherwise.
Free to start. No card required.
(需要交互式比如mysql -u root -p)在Kali Linux环境中启动一个交互式命令,并返回会话ID。交互式命令可以接收用户输入,可以在不close_interactive_command的情况下同时执行execute_command。. It is categorised as a Execute tool in the Kali Linux MCP Server MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.
Register the Kali Linux MCP Server MCP server in PolicyLayer and add a rule for start_interactive_command: 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 Kali Linux MCP Server. Nothing to install.
start_interactive_command 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 start_interactive_command 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 start_interactive_command. 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.
start_interactive_command is provided by the Kali Linux MCP Server MCP server (sfz009900/kalilinuxmcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
Deterministic rules across all 5 Kali Linux MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.
Free to start. No card required.
5 Kali Linux MCP Server tools catalogued and risk-classified — across an index of 42,500+ MCP servers.