audit-skill
Warn
Audited by Snyk on Jun 15, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.65). The workflow resolves
<skill-source>from either a local repository path or a GitHub fallback, and then runsnpx skills add <skill-source> --list/npx skills add <skill-source> ...which will fetch and ingest outsider-authoredSKILL.mdcontent from the GitHub repository at runtime when the local repo is absent.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The workflow runs npx (e.g., "npx skills add ") and specifies a GitHub fallback "onfloukimson/devkimson-skills", which at runtime would fetch and install remote package code from that repository (executing remote code), so this external repo is a runtime dependency controlling behavior.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata