gsd-quick-batch
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to executegsd_runfor parsing arguments and managing the batch workflow. User-controlled data from$ARGUMENTSis interpolated into these shell commands. The instructions specify quoting the input to prevent shell metacharacter expansion. - [INDIRECT_PROMPT_INJECTION]: The skill acts as a task coordinator that ingests and processes multi-item task lists, creating a surface for indirect prompt injection when this data is passed to downstream agent leaves.
- Ingestion points: Untrusted data enters the agent context through the
$ARGUMENTSvariable and external files referenced via the--fileflag inSKILL.md. - Boundary markers: The skill explicitly requires wrapping task descriptions in
DATA_START/DATA_ENDmarkers and using<security_context>blocks to define the content as untrusted data for sub-agents. - Capability inventory: The skill has access to
Bash,Agent,Read,Write,Edit,Glob, andGreptools. - Sanitization: The skill employs shell quoting for interpolated arguments and routes validation through a dedicated CLI tool (
quick-batch parse-args) before further processing.
Audit Metadata