gsd-review
Pass
Audited by Gen Agent Trust Hub on Apr 3, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill is designed to 'Invoke external AI CLIs' to review phase plans. This functionality implies the use of shell commands to call binaries such as Gemini or Codex based on flags like
--geminior--codex. This represents a significant capability that could be exploited if the agent fails to properly sanitize the arguments passed to these external tools. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface. It ingests untrusted data from user-supplied
{{GSD_ARGS}}and loads its primary execution instructions from an external local file located at@/mnt/local-analysis/workspace-hub/.codex/get-shit-done/workflows/review.md. - Ingestion points: User input through
$gsd-reviewarguments and the local workflow file. - Boundary markers: None are specified to separate user data from instructions or to prevent the agent from obeying embedded commands.
- Capability inventory: The skill uses
spawn_agent(mapped fromTask),request_user_input(mapped fromAskUserQuestion), and implied shell command execution for CLI interaction. - Sanitization: The skill description lacks any mention of sanitization, input validation, or integrity checks for the workflow file.
Audit Metadata