setup-matt-pocock-skills
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFEDATA_EXFILTRATIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The skill reads
.git/configand runsgit remote -vto identify the repository's origin. While standard for repository analysis, the.git/configfile is a sensitive path that may contain credentials, access tokens, or private repository URLs. - [COMMAND_EXECUTION]: The skill executes
git remote -vto gather information about the repository environment. Additionally, it provides templates that instruct the agent to use theghandglabCLI tools for issue management. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to its ingestion of untrusted repository data.
- Ingestion points: Reads content from
AGENTS.md,CLAUDE.md,CONTEXT.md,CONTEXT-MAP.md, and thedocs/adr/directory to understand the project state. - Boundary markers: None identified in the prompt instructions to distinguish between the skill's instructions and the content of the files being read.
- Capability inventory: The skill has file-write capabilities, modifying
AGENTS.mdorCLAUDE.mdand creating several files in thedocs/agents/directory. - Sanitization: No explicit sanitization or validation of the ingested file content is performed before it is presented to the user or used to generate new documentation.
Audit Metadata