create-specs

Warn

Audited by Snyk on Feb 15, 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.80). The skill explicitly downloads and executes scripts from a public GitHub raw URL (curl to https://raw.githubusercontent.com/github/spec-kit/main/scripts/...), so it fetches and ingests open third‑party content that could contain untrusted, user‑provided code used at runtime.

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

  • Potentially malicious external URL detected (high risk: 0.90). The skill explicitly downloads and installs bash scripts at runtime from https://raw.githubusercontent.com/github/spec-kit/main/scripts (curl -sSLf "$BASE_URL/...") and then executes them, meaning remote code is fetched and run and is a required dependency for the skill to function.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Feb 15, 2026, 09:47 PM