roblox-mcp
Pass
Audited by Gen Agent Trust Hub on Jul 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill enables and documents the
execute_luautool, allowing AI agents to run arbitrary code within a Roblox Studio session. This capability grants access to sensitive Roblox APIs, including network requests, DataStore access, and place publishing (documented inreferences/tool-reference.md). - [PROMPT_INJECTION]: The skill facilitates an indirect prompt injection attack surface (Category 8) by design.
- Ingestion points: Tools such as
script_read,inspect_instance, andsearch_game_treeingest external, potentially untrusted data from the Roblox game model into the agent's context. - Boundary markers: The instructions do not implement explicit boundary markers or delimiters to isolate data from instructions when reading from the workspace.
- Capability inventory: The agent possesses high-privilege capabilities including script modification via
multi_editand code execution viaexecute_luauacross all scripts. - Sanitization: The Luau scripts provided (
scripts/MCPReadyChecker.luaandscripts/StudioModelProbe.lua) do not perform filtering or sanitization of instance properties or script content before they are returned to the agent.
Audit Metadata