speckit-taskstoissues
Pass
Audited by Gen Agent Trust Hub on Apr 6, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local prerequisite script
.specify/scripts/bash/check-prerequisites.shto identify project metadata and task file locations. - [COMMAND_EXECUTION]: Interacts with the local environment using
git configto verify the repository's origin URL and usesgh issue createto synchronize tasks with GitHub. - [DATA_EXFILTRATION]: Processes the contents of
tasks.mdfor transmission to a remote GitHub repository. This data flow is the primary intended function of the skill and is protected by a mandatory check to ensure the target repository matches the project's git remote. - [INDIRECT_PROMPT_INJECTION]: The skill ingests data from
tasks.mdwhich could theoretically contain malicious instructions. However, the skill processes this content as data for issue creation rather than instructions for the agent's logic, and the capabilities (issue creation) are limited in scope.
Audit Metadata