ln-723-seed-data-generator
Warn
Audited by Snyk on May 7, 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.md explicitly instructs the agent to fetch missing files via WebFetch from https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path} and the MIGRATE workflow requires parsing those externally fetched ORM schema files (references/orm_patterns.md etc.), meaning the agent will ingest and act on untrusted public repository content that can materially influence generation decisions and tool actions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill explicitly instructs that if local shared/ files are missing it will fetch reference files at runtime via WebFetch from https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}, and those fetched reference files (orm_patterns.md, type_mapping.md, etc.) are used to control parsing and generation logic (i.e., agent prompts/instructions), so this is a runtime external dependency that can directly influence agent behavior.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata