unreal-engine-developer
Fail
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill provides configuration instructions to download and execute code from external sources using
npx -y @runreal/unreal-mcpanduv run unreal_mcp_server.py. The use ofnpx -yautomatically accepts execution of the package, which is sourced from an untrusted registry/repository.\n- [EXTERNAL_DOWNLOADS]: The skill points to external GitHub repositories (github.com/runreal/unreal-mcpandgithub.com/chongdashu/unreal-mcp) for necessary components. These sources are not recognized as trusted organizations or well-known services.\n- [COMMAND_EXECUTION]: The skill exposes high-privilege tools such aseditor_run_pythonandeditor_console_command. These tools enable the execution of arbitrary Python scripts and engine console commands within the Unreal Editor, which can perform significant modifications to the local environment and project files.\n- [INDIRECT_PROMPT_INJECTION]: The skill has a defined attack surface for indirect prompt injection. It ingests untrusted data from user prompts and processes it through powerful tools likeeditor_run_pythonwithout implemented boundary markers or sanitization logic. Ingestion points include the tool arguments and script templates described inSKILL.mdandskill-report.json. The capability inventory includes arbitrary code execution and file system writes.\n- [METADATA_POISONING]: Theskill-report.jsonfile contains self-referential safety claims, asserting that the skill is safe and dismissing previous security findings as false positives. This attempts to influence the security assessment of the skill.
Recommendations
- AI detected serious security threats
Audit Metadata