se-dev-plugin
Warn
Audited by Snyk on Mar 6, 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.80). The skill explicitly downloads and ingests public, user-contributed plugin source code from the PluginHub/GitHub (see download_plugin_source.py and Prepare.bat which runs download_pluginhub.py, plus the search action docs instructing to "download plugin source" and index/search those PluginHub plugins), so untrusted third‑party content is fetched and read as part of the workflow and could influence subsequent actions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). Prepare.bat (run at skill runtime) fetches and executes remote code — e.g. "irm https://astral.sh/uv/install.ps1 | iex" (installs uv) and downloads https://frippery.org/files/busybox/busybox64u.exe (busybox), both of which are executed/required by the skill and therefore present a runtime remote-code risk.
Audit Metadata