build-skill
Pass
Audited by Gen Agent Trust Hub on May 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches external skill definitions and reference materials from GitHub repositories using the
git clonecommand within the bundledskill-dlscript. - [COMMAND_EXECUTION]: The skill executes various system commands, including
bash,git,curl, andnpx, to perform its discovery, download, and file-processing workflows. - [INDIRECT_PROMPT_INJECTION]:
- Ingestion points: The skill reads untrusted
SKILL.mdand reference files downloaded from the internet during the research phase (Step 4a inSKILL.md). - Boundary markers: There are no explicit boundary markers or instructions to treat external content as untrusted data during the synthesis of the new skill.
- Capability inventory: The agent has the capability to write files (Step 7), execute shell commands via bundled scripts, and access the network via
curlandgit. - Sanitization: No explicit sanitization or filtering is performed on the content of the downloaded skills before they are processed by the agent.
- [DATA_EXFILTRATION]: The skill optionally sends user-defined search keywords to the Serper Google API (
google.serper.dev) if the user provides aSERPER_API_KEYenvironment variable.
Audit Metadata