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.launchtool to spawn theopenmsxemulator 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-openmsxfrom 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_imagetool 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.diskInsertFoldertool 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