skill-installer

Fail

Audited by Snyk on Apr 21, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.80). These point to a GitHub repo and an installer script that would be cloned and executed from an unknown/low‑reputation account (the username "doccker" looks like a possible typo‑squat of "docker"); executing shell scripts from an unverified repo is risky even if hosted on GitHub.

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (high risk: 1.00). The skill explicitly clones a public GitHub repository (git clone https://github.com/doccker/cc-use-exp.git in "第 1 步") and then executes scripts from it (./tools/sync-config.sh in "第 2 步"), so untrusted, user-hosted repo content could be read/executed and thereby influence agent behavior.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

Issues (3)

E005
CRITICAL

Suspicious download URL detected in skill instructions.

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

Audit Metadata
Risk Level
CRITICAL
Analyzed
Apr 21, 2026, 12:57 AM
Issues
3
Security Audit — snyk — skill-installer