What problem does it solve? Skill files fail snyk-agent-scan security checks with W001, W011, and W012 alerts, blocking PRs and CI pipelines, and authors often do not know how to remediate them without deleting useful content. ## Core Features & Use Cases - Alert Remediation Guidance: Provides concrete before/after rewrites for W011 (third-party content exposure), W012 (malicious external URLs), and W001 (prompt injection via MCP tool calls). - Pattern Reference Catalogs: Ships three reference files with 12+ W011 examples, 8+ W012 examples, and safe W001 reformulations. - Remediation Methodology: Defines a fix order (W001, then W011, then W012) with re-scan verification after each change to avoid rework. - Use Case: A PR is blocked because snyk-agent-scan flags go install tool@latest in a SKILL.md body; this skill moves the command to the frontmatter install block and rewrites imperative URL instructions as passive statements until the scan passes. ## Quick Start Ask the agent to fix the snyk-agent-scan alerts in your skill directory and re-run the scanner to verify the alert count drops.