setup-tobico-skills
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTIONDYNAMIC_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
gitandgh(GitHub CLI) commands to read and write configuration settings, such asgit config --global tobico.handleandgit symbolic-ref. These are standard operations for development workflow tools. - [INDIRECT_PROMPT_INJECTION]: The skill creates and modifies
docs/agents/git-workflow.md, which serves as a set of executable instructions for other agent skills (/to-tasksand/next-task). This represents a vulnerability surface where malicious content in the workflow file could influence future agent behavior. - Ingestion points: Processes data from the existing
docs/agents/git-workflow.mdfile and user-provided inputs via menus. - Boundary markers: No explicit delimiters or boundary markers are used to isolate user-provided text from the instruction templates.
- Capability inventory: File system write access to the documentation directory and shell command execution via git and GitHub CLI.
- Sanitization: The skill does not perform explicit sanitization or validation on "Free text" inputs provided by the user before writing them into the instruction file.
- [DYNAMIC_EXECUTION]: The skill generates shell command sequences based on predefined templates (e.g., for GitHub PR creation, stacked branches, or local merging) and writes them to a file intended to be executed verbatim by other skills.
- [EXTERNAL_DOWNLOADS]: The documentation suggests installing the
github/gh-stackextension for the GitHub CLI to support stacked pull request workflows.
Audit Metadata