speckit-plan
Warn
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill automatically executes shell commands defined within the project's
.specify/extensions.ymlfile. These commands are triggered during the 'Pre-Execution Checks' and 'Mandatory Post-Execution Hooks' phases using theEXECUTE_COMMAND:directive. - [COMMAND_EXECUTION]: The skill runs a local bash script located at
.specify/scripts/bash/setup-plan.shduring the initialization of the planning outline. - [PROMPT_INJECTION]: The skill contains an indirect prompt injection surface by processing untrusted data from the project directory to influence agent behavior and command execution.
- Ingestion points: Reads
.specify/extensions.yml,FEATURE_SPEC, andconstitution.mdfrom the project root. - Boundary markers: Absent. The skill does not provide instructions to the agent to treat the contents of these files as data rather than instructions.
- Capability inventory: High-privilege actions including shell command execution (
EXECUTE_COMMAND), file system writes (generating.mdfiles), and modification of configuration files (CLAUDE.md). - Sanitization: None. The skill does not validate or sanitize the commands retrieved from the extension configuration before execution.
Audit Metadata