@6xvl/robloxstudio-mcp
npm
v3.2.2
Published by @6xvl — no publish provenance, so origin is unverified, but the source is public: the repository link below is self-declared yet readable, so you can inspect the code before adopting it.
Roblox Studio MCP server — extended fork with terrain/lighting/animation/sound/particle/tween/textchat/material/profile handlers, Roblox StudioMCP.exe hook, Blender-parity hang controls, multi-Studio routing.
The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.
1. Threat score — 100 − 0 = 100. What the published surface and source actually contain:
The deterministic scan raised no scored threat in the surface it inspected — the threat score stayed at 100. Capability observations and advisory notes are recorded but never lower it.
2. Client adoption risk — 100 − 7 = 93. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:
| Points | Adoption-risk factor |
|---|---|
| −6 | capability blast radius (high) — client exposure if the model is manipulated |
| −1 | publisher verification (public source) — no provenance, but the source is public and inspectable |
Capability observations and info notes are shown under Findings but never scored.
Open any row's finding below for the file, line and evidence behind a deduction.
Tool "breakpoints" appears to run shell commands or evaluate code (parameter "script"). Arbitrary execution driven by model input is one of the most dangerous MCP capabilities; combined with any untrusted input it becomes RCE.
Fix: Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.
Location: tool breakpoints
Tool "eval_server_runtime" appears to run shell commands or evaluate code (keyword "eval" in tool name). Arbitrary execution driven by model input is one of the most dangerous MCP capabilities; combined with any untrusted input it becomes RCE.
Fix: Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.
Location: tool eval_server_runtime
Tool "eval_client_runtime" appears to run shell commands or evaluate code (keyword "eval" in tool name). Arbitrary execution driven by model input is one of the most dangerous MCP capabilities; combined with any untrusted input it becomes RCE.
Fix: Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.
Location: tool eval_client_runtime
In the server's implementation (`dist/index.js:2389`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: { execFileSync } from "child_process"; import { existsSync as existsSync2, readFileSync, readdirSync, statSync } from "
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server dist/index.js
In the server's implementation (`dist/index.js:7340`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: const response = await fetch(`https://apis.roblox.com/universes/v1/places/${placeId}/universe`); if (!response.ok)
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server dist/index.js
Tool "breakpoints" takes a command-shaped parameter "script_path" with no enum/pattern constraint. Free-form, model- or attacker-controlled arguments reaching a shell is the command-injection precondition.
Fix: Constrain the parameter (enum/pattern), or build the command from a fixed template with escaped args.
Location: tool breakpoints · inputSchema.properties.script_path
Tool "eval_server_runtime" takes a command-shaped parameter "code" with no enum/pattern constraint. Free-form, model- or attacker-controlled arguments reaching a shell is the command-injection precondition.
Fix: Constrain the parameter (enum/pattern), or build the command from a fixed template with escaped args.
Location: tool eval_server_runtime · inputSchema.properties.code
Tool "eval_client_runtime" takes a command-shaped parameter "code" with no enum/pattern constraint. Free-form, model- or attacker-controlled arguments reaching a shell is the command-injection precondition.
Fix: Constrain the parameter (enum/pattern), or build the command from a fixed template with escaped args.
Location: tool eval_client_runtime · inputSchema.properties.code
In the server's implementation (`studio-plugin/src/modules/LuauExec.ts:155`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: \tend \tlocal function require(module) \t\tlocal history_start = #__mcp_LogService:GetLogHistory() \t\tlocal ok, value
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server studio-plugin/src/modules/LuauExec.ts
In the server's implementation (`studio-plugin/src/modules/handlers/MicroProfilerHandlers.ts:406`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: libOrErr] = pcall(() => require(libModule) as LibMPLike); if (!ok) { return { error: "libmp_require_failed", me
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server studio-plugin/src/modules/handlers/MicroProfilerHandlers.ts
Tool "breakpoints" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.
Fix: Declare accurate annotations, and gate destructive tools on user confirmation regardless.
Location: tool breakpoints
Tool "eval_server_runtime" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.
Fix: Declare accurate annotations, and gate destructive tools on user confirmation regardless.
Location: tool eval_server_runtime
Tool "eval_client_runtime" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.
Fix: Declare accurate annotations, and gate destructive tools on user confirmation regardless.
Location: tool eval_client_runtime
Each tool and what it can reach — statically extracted from the published source.
breakpointsruns code / shelleval_client_runtimeruns code / shelleval_server_runtimeruns code / shelladd_tagno sensitive capabilityanimation_list_tracksno sensitive capabilityanimation_load_keyframesno sensitive capabilityanimation_playno sensitive capabilityanimation_stopno sensitive capabilityattribute_schema_validateno sensitive capabilitybulk_set_attributesno sensitive capabilitycapture_device_matrixno sensitive capabilitycapture_micro_profilerno sensitive capabilitycapture_screenshotno sensitive capabilitycapture_script_profilerno sensitive capabilitycharacter_navigationno sensitive capabilityclone_objectno sensitive capabilitycompare_instancesno sensitive capabilitycreate_buildno sensitive capabilitycreate_objectno sensitive capabilitydelete_attributeno sensitive capabilitydelete_objectno sensitive capabilitydelete_script_linesno sensitive capabilitydiff_subtreeno sensitive capabilityedit_script_linesno sensitive capabilityexecute_luauno sensitive capabilityexport_buildno sensitive capabilityexport_rbxmno sensitive capabilityfind_and_replace_in_scriptsno sensitive capabilitygenerate_buildno sensitive capabilitygenerate_materialno sensitive capabilitygenerate_meshno sensitive capabilitygenerate_modelno sensitive capabilitygenerate_procedural_modelno sensitive capabilityget_asset_detailsno sensitive capabilityget_asset_thumbnailno sensitive capabilityget_attributesno sensitive capabilityget_buildno sensitive capabilityget_class_infono sensitive capabilityget_connected_instancesno sensitive capabilityget_descendantsno sensitive capabilityget_device_simulator_stateno sensitive capabilityget_file_treeno sensitive capabilityget_handler_healthno sensitive capabilityget_instance_childrenno sensitive capabilityget_instance_propertiesno sensitive capabilityget_memory_breakdownno sensitive capabilityget_output_logno sensitive capabilityget_place_infono sensitive capabilityget_playtest_outputno sensitive capabilityget_project_structureno sensitive capabilityget_roblox_docsno sensitive capabilityget_roblox_skillsno sensitive capabilityget_runtime_logsno sensitive capabilityget_scene_analysisno sensitive capabilityget_script_sourceno sensitive capabilityget_selectionno sensitive capabilityget_servicesno sensitive capabilityget_simulation_stateno sensitive capabilityget_taggedno sensitive capabilityget_tagsno sensitive capabilitygrep_scriptsno sensitive capabilityhumanoid_description_applyno sensitive capabilityimport_buildno sensitive capabilityimport_rbxmno sensitive capabilityimport_sceneno sensitive capabilityinsert_assetno sensitive capabilityinsert_script_linesno sensitive capabilityinsert_serviceno sensitive capabilitylighting_getno sensitive capabilitylighting_list_presetsno sensitive capabilitylighting_setno sensitive capabilitylighting_set_presetno sensitive capabilitylist_libraryno sensitive capabilitylist_studiosno sensitive capabilitymanage_instanceno sensitive capabilitymass_create_objectsno sensitive capabilitymass_duplicateno sensitive capabilitymass_get_propertyno sensitive capabilitymass_set_propertyno sensitive capabilitymaterial_create_variantno sensitive capabilitymaterial_list_variantsno sensitive capabilitymaterial_override_baseno sensitive capabilitymultiplayer_playtestno sensitive capabilitypackage_publishno sensitive capabilityparticle_createno sensitive capabilityparticle_tuneno sensitive capabilityphysics_bakeno sensitive capabilitypreview_assetno sensitive capabilityprofile_snapshotno sensitive capabilityprofile_startno sensitive capabilityprofile_stopno sensitive capabilityredono sensitive capabilityremove_tagno sensitive capabilityreparent_instanceno sensitive capabilityreset_simulation_stateno sensitive capabilityrobloxstudio-mcp-hookno sensitive capabilityrojo_statusno sensitive capabilitysearch_assetsno sensitive capabilitysearch_by_propertyno sensitive capabilitysearch_filesno sensitive capabilitysearch_materialsno sensitive capabilitysearch_objectsno sensitive capabilityselectionno sensitive capabilityset_active_studiono sensitive capabilityset_attributeno sensitive capabilityset_device_simulatorno sensitive capabilityset_network_profileno sensitive capabilityset_propertiesno sensitive capabilityset_propertyno sensitive capabilityset_script_sourceno sensitive capabilitysimulate_keyboard_inputno sensitive capabilitysimulate_mouse_inputno sensitive capabilitysmart_duplicateno sensitive capabilitysolo_playtestno sensitive capabilitysound_load_from_assetidno sensitive capabilitysound_play_previewno sensitive capabilitysound_set_eqno sensitive capabilitysound_set_reverbno sensitive capabilitysound_stop_previewno sensitive capabilitystart_playtestno sensitive capabilitystop_playtestno sensitive capabilitystreamingenabled_auditno sensitive capabilityterrain_clearno sensitive capabilityterrain_fill_ballno sensitive capabilityterrain_fill_blockno sensitive capabilityterrain_fill_cylinderno sensitive capabilityterrain_fill_wedgeno sensitive capabilityterrain_get_materialsno sensitive capabilityterrain_read_voxelsno sensitive capabilitytextchat_configureno sensitive capabilitytextchat_create_commandno sensitive capabilitytextchat_list_channelsno sensitive capabilitytween_previewno sensitive capabilityundono sensitive capabilityupload_assetno sensitive capabilityWno sensitive capabilitywally_listno sensitive capabilityScan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.
| Version | Score | Findings | Engine | Scanned |
|---|---|---|---|---|
v3.2.2 latest |
A 93/100 | 13 | 1.13.0 | 2026-09-09 |
v3.1.0 |
A 99/100 | 0 | 1.12.1 | 2026-08-24 |
v3.0.4 |
A 99/100 | 0 | 1.12.1 | 2026-08-23 |
Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.
The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.
npx mcptrustchecker scan @6xvl/robloxstudio-mcp --online
Independent packages implementing the same tool, scanned with the same engine. Compare all 4 side by side →
MCP Server for Roblox Studio Integration - Access Studio data, scripts, and objects through AI tools
Free, open-source MCP server for AI agents (Claude Code, Codex, Cursor, Gemini) to operate Roblox Studio — inspect, edit, debug, and automate places locally.
MCP server for testing, debugging, and controlling Roblox Studio from AI coding tools
Uncensored AI tools (chat, image, RE/malware analysis, JS deobfuscation, multi-step research) for Claude Desktop, Cursor, Cline, Zed, and any MCP client.
儿童故事 MCP 服务 - 提供故事列表和搜索功能
Grade any bet against thousands of play-by-play game simulations: win probability, odds, edge.
World Cup MCP server for the 2026 men's football tournament — live scores, fixtures, standings, read-only prediction-market signals, and paste-ready match cards. Works with Claude Code, Cursor, Codex, Windsurf, Zed. Not affiliated with FIFA or Anthropic.
MCP server exposing a live Dwarf Fortress fort to an AI agent as curated, semantic tools
MCP Server for Arknights: Endfield (TypeScript / stdio + Streamable HTTP)