mgba
Pass
Audited by Gen Agent Trust Hub on Aug 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical manual for the mGBA Lua API. While it documents powerful features such as network socket access (
socket.tcp), file system interaction (emu.loadFile,emu.saveStateFile), and memory manipulation, these are presented in the context of emulator functionality. - [DATA_EXFILTRATION]: Although the skill documents networking capabilities, the examples provided use local or placeholder addresses (e.g.,
192.168.1.100) and focus on synchronization or server-client setups for game tools rather than unauthorized data transmission. - [COMMAND_EXECUTION]: The skill uses the mGBA built-in Lua environment. There are no instances of shell command execution or external process spawning.
- [EXTERNAL_DOWNLOADS]: No external scripts, packages, or binary dependencies are downloaded or installed by the skill.
Audit Metadata