ln-161-skill-creator

Fail

Audited by Snyk on Apr 26, 2026

Risk Level: HIGH
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 0.80). The prompt does not ask for user-supplied credentials, but it mandates preserving executable shell/code blocks and copying source content verbatim into generated commands, so if the source docs contain API keys, tokens, or passwords the LLM would reproduce them verbatim (exfiltration risk).

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

  • Third-party content exposure detected (high risk: 0.90). The skill explicitly fetches fallback files from a public GitHub raw URL (https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}) when local shared/ files are missing, and those fetched documents (procedural extraction rules, templates) are mandatorily read and used to drive transformation, allowed-tools detection, and command creation—allowing untrusted third-party content to influence agent behavior.

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

Issues (3)

W007
HIGH

Insecure credential handling 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
HIGH
Analyzed
Apr 26, 2026, 01:34 PM
Issues
3