setup-matt-pocock-skills
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
gh(GitHub) andglab(GitLab) command-line interfaces to perform repository management tasks such as creating, viewing, and listing issues. It also executesgit remote -vto identify repository remotes. - [PROMPT_INJECTION]: The skill defines workflows for ingesting untrusted data from external trackers, creating a surface for indirect prompt injection.
- Ingestion points: Untrusted data enters the context via
gh issue viewandglab issue view(found inissue-tracker-github.mdandissue-tracker-gitlab.md). - Boundary markers: The instructions do not specify delimiters or "ignore" blocks for ingested content to prevent the execution of embedded instructions.
- Capability inventory: The agent can perform subprocess calls for
git,gh, andglabCLI operations and has file writing capabilities for project documentation (referenced inSKILL.md). - Sanitization: No sanitization or validation of remote issue content is performed before processing.
Audit Metadata