setup-matt-pocock-skills
Pass
Audited by Gen Agent Trust Hub on May 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes
git remote -vto detect the repository origin. This is a read-only operation used to suggest configuration defaults.\n- [SAFE]: The skill reads.git/configand existing project documentation to understand current setups. No sensitive credentials or private keys are accessed, and no data is exfiltrated.\n- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by processing repository metadata.\n - Ingestion points:
git remote -v,.git/config, and documentation files likeAGENTS.mdorCLAUDE.md.\n - Boundary markers: None are explicitly used in the templates generated by the skill.\n
- Capability inventory: Modifies
CLAUDE.mdorAGENTS.mdand writes documentation files to thedocs/agents/directory.\n - Sanitization: No sanitization of ingested content is performed before interpolation into the configuration files.\n
- Mitigation: The skill implements a human-in-the-loop process, requiring the agent to present findings and draft changes for user approval before any file writes occur.
Audit Metadata