vignette-catalog-setup
Pass
Audited by Gen Agent Trust Hub on Jul 12, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill installs the
uvpackage manager by downloading a shell script from the official Astral domain (astral.sh) and piping it directly to a shell. - [REMOTE_CODE_EXECUTION]: The helper script
scripts/register-session.pyutilizes theuv runshebang to dynamically provision thewebsocketslibrary at runtime. - [EXTERNAL_DOWNLOADS]: The skill installs the
marimo-pairextension using thenpx skills addcommand to enable drive-a-live-kernel capabilities. - [COMMAND_EXECUTION]: The skill uses the
Bashtool to manage background server processes, discover listening ports vialsof, and modify system resource limits (ulimit) to support parallel compilation. - [SAFE]: The skill implements safety guidelines for secret handling, explicitly instructing the agent to avoid inlining credentials on the command line to prevent exposure in process logs or shell history.
Audit Metadata