mcp-openmsx-usage

Pass

Audited by Gen Agent Trust Hub on Mar 28, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses the emu_control.launch tool to spawn the openmsx emulator as a subprocess on the host system to perform its primary function.
  • [EXTERNAL_DOWNLOADS]: The documentation provides instructions to install the required MCP server using npx -y @nataliapc/mcp-openmsx from the NPM registry. This package is maintained by the skill's author and is a necessary component for the skill to operate.
  • [DATA_EXFILTRATION]: The screen_shot.as_image tool captures the emulator's display and returns it as a base64-encoded image to the agent context. While this involves data transfer, it is the intended purpose of the tool for visual verification.
  • [DATA_EXFILTRATION]: The emu_media.diskInsertFolder tool allows the agent to mount a directory from the host filesystem as a virtual floppy disk within the emulator, providing access to host files within the emulated environment.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 28, 2026, 10:30 AM