orient
Warn
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
uvx showboatto download theshowboatpackage from the Python Package Index (PyPI). It also references installation instructions for theuvtool from Astral's official documentation athttps://docs.astral.sh/uv/getting-started/installation/. - [REMOTE_CODE_EXECUTION]: When invoked with the
showboatargument, the skill executes theshowboattool viauvx, which involves downloading and running remote code from an external registry. - [COMMAND_EXECUTION]: The skill utilizes the
Bashtool anduvx showboat execto run shell commands such asfind,git log,cat, andsedto explore the repository structure and extract specific code listings. - [INDIRECT_PROMPT_INJECTION]: The skill analyzes and summarizes untrusted codebase data, creating an attack surface where malicious files could influence the agent's behavior. * Ingestion points:
SKILL.md(Steps 2 and 3) utilizesRead,Glob,Grep, andgit logto ingest data from the local repository. * Boundary markers: The skill defines a rigid markdown template for the output inSKILL.md(Step 4), but lacks explicit 'ignore instructions' directives. * Capability inventory:SKILL.mddefinesallowed-toolsincludingRead,Glob,Grep,Bash, andWrite, plus the capability to execute code viauvx. * Sanitization: No evidence of explicit sanitization or validation of repository data is present in the skill instructions.
Audit Metadata