effect-v3-to-v4

Warn

Audited by Snyk on Jul 27, 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.90). SKILL.md’s required workflow clones the canonical Effect repo at runtime and then reads migration documentation from that checkout (.repos/effect/MIGRATION.md and .repos/effect/migration/*.md), so the LLM context can include outsider-authored free text from the public GitHub repository.

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

  • Potentially malicious external URL detected (high risk: 1.00). The skill explicitly instructs runtime git clones of https://github.com/Effect-TS/effect to fetch the repository (including MIGRATION.md and migration/v3-to-v4.md) which the agent will read and use to drive migration decisions, so the fetched content directly controls the agent's instructions and is a required runtime dependency.

Issues (2)

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
MEDIUM
Analyzed
Jul 27, 2026, 11:17 PM
Issues
2
Security Audit — snyk — effect-v3-to-v4