cli-skill-creator
Warn
Audited by Snyk on Feb 17, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 1.00). The skill explicitly instructs the agent to fetch and read open/public third‑party content (e.g., "git clone --depth 1 https://github.com//" in Step 3 and "Search for... Stack Overflow, Reddit, GitHub Discussions" in Step 5), which are untrusted, user‑generated sources the agent will read and interpret as part of its workflow.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill explicitly includes runtime fetches of external repo content (e.g., git clone --depth 1 https://github.com// and curl https://raw.githubusercontent.com/org/repo/main/README.md) which would load remote text/code into the agent's context and can directly control prompts or introduce executable code.
Audit Metadata