se-dev-script
Warn
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
Prepare.batscript downloads an installation script for theuvtool fromhttps://astral.sh/uv/install.ps1and abusybox.exeexecutable fromhttps://frippery.org/files/busybox/busybox64u.exe. Whileastral.shis a well-known source for Python tooling,frippery.orgis an external domain used to host BusyBox binaries for Windows. - [COMMAND_EXECUTION]: The skill performs several system-level operations during its preparation phase.
Prepare.batqueries the Windows Registry (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Steam App 244850) to locate the game's installation path.- It uses
mklink /Jto create directory junctions forSteamScriptsandLocalScripts, connecting the skill folder to the game's Workshop and AppData directories. run_prepare.shandPrepare.batexecute shell commands to synchronize the Python environment usinguv syncand manage file cleanup.- The skill provides the agent with the ability to run various UNIX-like commands through
busybox.exeand specialized search operations via Python scripts. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it processes untrusted data from the Space Engineers Workshop.
- Ingestion points: Content is read from
Script.csfiles within theSteamScripts/andLocalScripts/directories byindex_scripts.py. - Boundary markers: Absent. The search results generated by
search_scripts.pyoutput raw code snippets directly into the agent's context without delimiters or instructions to ignore embedded commands. - Capability inventory: The skill allows for shell command execution (via BusyBox) and Python script execution, which could be abused if the agent obeys instructions found within the indexed scripts.
- Sanitization: Absent. The indexing and search processes do not filter or sanitize the source code content for potential malicious instructions or prompt injection patterns.
Audit Metadata