se-dev-server-code

Pass

Audited by Gen Agent Trust Hub on Aug 20, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill downloads the uv tool from astral.sh and the BusyBox utility for Windows from frippery.org during the environment setup phase (Prepare.bat, prepare.sh).
  • [REMOTE_CODE_EXECUTION]: Preparation scripts pipe remote installer scripts from astral.sh directly into PowerShell (iex) or shell (sh) to install system-level dependencies.
  • [COMMAND_EXECUTION]: Custom Python scripts (check_version.py, test_graphify_queries.py, test_search_code.py) utilize subprocess.run() to execute local developer tools such as ilspycmd and git. The setup batch script also utilizes Set-ExecutionPolicy Bypass to facilitate tool installation.
  • [PROMPT_INJECTION]: The skill processes decompiled C# source code and XML content files, presenting an indirect prompt injection surface. The current implementation lack specific boundary markers or content sanitization to prevent the agent from accidentally interpreting instructions embedded within these files.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 20, 2026, 12:35 PM
Security Audit — agent-trust-hub — se-dev-server-code