se-dev-game-code
Pass
Audited by Gen Agent Trust Hub on Aug 22, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill's setup scripts download development tools from external sources:
- Fetches the 'uv' package manager installer from 'astral.sh' (Astral's official domain).
- Downloads 'busybox.exe' from 'frippery.org'.
- Installs 'ilspycmd' via 'dotnet tool install'.
- [COMMAND_EXECUTION]: The skill executes various system commands to prepare the local environment:
- Runs shell scripts ('Prepare.bat'/'prepare.sh') to set up virtual environments and manage file junctions.
- Uses Python 'subprocess.run' to invoke 'ilspycmd' for decompiling game assemblies and 'graphify' for analysis.
- Executes 'git' commands locally to track version history of the decompiled code.
Audit Metadata