sync-pocock-skills
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches content from the public repository
https://github.com/mattpocock/skills.gitusinggit cloneinscripts/sync.sh. - [COMMAND_EXECUTION]: The skill utilizes several powerful shell commands to manage files:
rsync -a --deleteis used inscripts/apply-upstream.shto synchronize directories, which includes deleting local files not found in the source.patchis used to apply local modifications to the downloaded content.git cloneis used for remote data ingestion.- [PROMPT_INJECTION]: The skill presents an 'Indirect Prompt Injection' surface by importing third-party instructions into the agent's execution environment.
- Ingestion points:
scripts/sync.shclones the external repository into a local directory. - Boundary markers: No explicit boundary markers or 'ignore' instructions are applied to the downloaded content.
- Capability inventory: The skill has the ability to write to and delete from the agent's local skills directory (
$HOME/.pi/agent/skills) viarsyncandpatchoperations. - Sanitization: The skill performs pattern matching to ensure compatibility (e.g., replacing 'Claude Code' references), but does not perform security-focused sanitization of the downloaded instructions.
Audit Metadata