se-dev-mod
Warn
Audited by Snyk on Feb 26, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The skill's index_mods.py and search actions explicitly read and index C# files from SteamMods (linked to the Steam Workshop) and LocalMods (see SKILL.md, actions/search.md and index_mods.py), and Prepare.bat also downloads external binaries, so the agent ingests untrusted, user-provided mod code/comments from the public Steam Workshop as part of its normal workflow, enabling indirect prompt injection.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill's required Prepare.bat (run at runtime) fetches and executes remote code — it runs "irm https://astral.sh/uv/install.ps1 | iex" to install uv and downloads an executable from "https://frippery.org/files/busybox/busybox64u.exe", so these URLs are runtime dependencies that execute remote code.
Audit Metadata