refresh-index
Warn
Audited by Snyk on Jul 30, 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.30). SKILL.md’s runtime workflow refreshes enabled GitHub repos by running
npm run preindexand then reads the resulting per-repo JSON fromdata/skill-index/*.json, wherepreindexnecessarily ingests repository contents cloned from upstream (outsider-authored), making free text from those repos LLM-readable during ingestion.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). This skill explicitly clones upstream repositories from github.com at runtime (see "Network access to
github.com" and examples likegithub:anthropics/skills) and invokes the ingester vianpm run preindex(which relies onasm eval), so fetched repo content can directly influence agent data or trigger remote code evaluation.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata