skill-spawn
Pass
Audited by Gen Agent Trust Hub on Apr 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill relies on the
Bashtool to perform complex state management operations. It usesjqto query and modifyspecs/state.json, creates directory structures withmkdir, and performs automated version control commits usinggit. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface as it processes untrusted data.
- Ingestion points: User input from the
blocker_promptargument and task data from the.spawn-return.jsonfile generated by an external subagent are ingested into the execution flow. - Boundary markers: No explicit delimiters or boundary markers are used to isolate untrusted data when it is interpolated into state files or documentation.
- Capability inventory: The skill has access to shell execution (
Bash), filesystem modification (Write,Edit), and agent delegation (Task). - Sanitization: Partial sanitization is performed on task titles using
trandsedto create filesystem-safe slugs, but no comprehensive sanitization is applied to other interpolated fields.
Audit Metadata