deltarune-game-trainer-client
Warn
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill implements a privilege escalation mechanism using Windows system calls.
- Evidence: The
request_adminfunction usesctypes.windll.shell32.ShellExecuteW(None, "runas", sys.executable, ...)to restart the current script with administrative privileges. - [REMOTE_CODE_EXECUTION]: The skill performs direct memory manipulation and injection into external processes.
- Evidence: The use of the
pymemlibrary (e.g.,self.pm.write_int(address, value)) enables the skill to modify the execution state and data of other running applications, such asDELTARUNE.exe. - [PROMPT_INJECTION]: The skill exposes an attack surface for indirect prompt injection through external configuration files and contains deceptive metadata.
- Evidence:
- Ingestion points: The
load_configfunction reads data from an externalconfig.jsonfile inSKILL.md. - Boundary markers: No delimiters or safety instructions are used to separate the external configuration data from the trainer's execution logic.
- Capability inventory: The skill possesses significant capabilities including process memory writing and administrator privilege escalation.
- Sanitization: The skill lacks validation or sanitization for the memory addresses and offsets loaded from the JSON file.
- Deceptive Content: The skill includes a disclaimer claiming the repository is malware and references a non-existent game chapter, which serves as a form of metadata poisoning or deceptive instruction.
Audit Metadata