spike
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill's primary function involves executing shell commands to facilitate prototyping. Evidence: The 'Build' section (SKILL.md) explicitly instructs the agent to use the
terminaltool to create directories, change working directories, and run dynamically generated scripts (e.g.,python3 main.pyornpm install).- [EXTERNAL_DOWNLOADS]: The skill mentions external resources and suggests the installation of development tools. Evidence: The instructions reference thegsd-build/get-shit-donerepository on GitHub and mention installing theget-shit-done-cctool usingnpx(SKILL.md). These are documented as part of the tool's attribution and optional full-workflow integration.- [INDIRECT_PROMPT_INJECTION]: The skill has an attack surface for indirect prompt injection due to its research and build loop. Evidence: 1. Ingestion points: The skill usesweb_extractto fetch documentation from external URLs andread_fileto inspect local files (SKILL.md). 2. Boundary markers: The instructions do not define specific delimiters or warnings to ignore instructions embedded in the external content. 3. Capability inventory: The agent has access toterminalfor shell execution,write_filefor script creation, anddelegate_taskfor fanning out sub-tasks (SKILL.md). 4. Sanitization: No explicit sanitization or validation logic is specified for data fetched from URLs before it influences the generated 'spike' code.
Audit Metadata