High-risk tools in Frida MCP Server
5 of the 7 tools in Frida MCP Server are classified as high risk. This page profiles those tools specifically, with recommended policy actions and the attack patterns that target them.
Every operation listed below is an action PolicyLayer recommends controlling at the transport layer. Open any tool to see the full profile, risk score, and YAML policy snippet.
Tools at high risk
-
create_interactive_sessionExecuteCreate an interactive session for dynamic instrumentation. Establishes a Frida session for injecting JavaScript, hooking functions, and monitoring the target process. The sessio...
-
execute_in_sessionExecuteExecute JavaScript code within an existing Frida session. All scripts are persistent and continue running. Use wait parameter to capture initial output before returning. Message...
-
load_script_fileExecuteLoad and execute a Frida JavaScript file into an existing session. All scripts are persistent and continue running. Use wait parameter to capture initial output before returning...
-
resume_processExecuteResume a spawned process.
-
spawn_processExecuteSpawn a process with Frida attached in paused state. The process will be paused at startup. Use resume_process() after loading scripts to continue execution.
Attacks that target this class
High-risk tools in any server share these documented attack patterns. Each links to the full case and the defensive policy.