sync-pocock-skills
Warn
Audited by Snyk on Jun 13, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). Runtime path:
scripts/sync.shdoesgit clonefromhttps://github.com/mattpocock/skills.git, then reads upstreamSKILL.md/other files viafind/grep/diffand prints extracted free text (e.g.,NEW:descriptions andUNPATCHED:grep matches) to stdout, which the agent can parse into its LLM context.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The sync script (sync.sh) performs a git clone of https://github.com/mattpocock/skills.git at runtime, and the fetched upstream SKILL.md skill files are then inspected/used by the toolchain to drive agent prompts/decisions, so the remote repo is a runtime dependency that can directly control agent instructions.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata