setup-matt-pocock-skills
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands to gather information about the local environment and provides templates for CLI-based workflows.
- It instructs the agent to run
git remote -vand read.git/configto identify the repository host. - It establishes conventions for using the
gh(GitHub) andglab(GitLab) CLI tools to interact with remote repository services. - [PROMPT_INJECTION]: The skill creates an attack surface for both direct and indirect prompt injection through its repository discovery and configuration process.
- Meta-Instruction Injection: The skill modifies
CLAUDE.mdorAGENTS.mdto include a new## Agent skillsblock, which dictates the agent's future behavior and conventions for the project. - Indirect Injection Surface: The agent is instructed to read various repository files (
AGENTS.md,CLAUDE.md,CONTEXT.md,package.json, etc.) to determine the project state. - Ingestion points: Data is read from multiple files at the repository root and within
docs/andsrc/directories. - Boundary markers: No delimiters or instructions are used to separate untrusted repository content from the agent's control logic.
- Capability inventory: The skill has permissions to read/write files and execute powerful CLI tools like
git,gh, andglab. - Sanitization: There is no evidence of sanitization or validation of the ingested data before it is used to influence the setup logic.
Audit Metadata