
from cc-skills132
Rewrite and restructure skill files to fix snyk-agent-scan alerts (W001/W011/W012) without suppressing information; for authors and reviewers in CI or local sca
This skill provides a compliance-focused playbook for remediating snyk-agent-scan alerts in agent SKILL.md files and related directory assets. It guides authors to restructure content (not suppress it) to resolve three classes of scanner alerts: prompt-injection patterns (W001), third-party content exposure (W011), and potentially malicious external URLs or unpinned installs (W012). The goal is to make skills safe for automated scanning while preserving useful information.
Use during skill authoring, pre-commit checks, CI triage, or when a PR is blocked by snyk-agent-scan failures. It is appropriate for maintainers fixing multiple alerts, reviewers validating fixes, and test environments where a re-scan is required after each change.
Designed for coding-focused agents (Claude Code, Copilot/Copilot Chat, Cursor, Codex-style assistants) that assist with authoring and code review tasks.
A well-crafted compliance skill for fixing snyk-agent-scan alerts (W001/W011/W012) in skill files. The SKILL.md is thorough with clear remediation methodology, pattern catalogs, and a pre-authoring checklist. No bundled scripts to test — it's purely instructional. All external URLs point to legitimate GitHub repos. One minor note: references snyk-agent-scan@latest in a code block but it's documentation, not an imperative instruction.
Clean skill with no security concerns. Well-structured with proper frontmatter, reference file separation, and clear instructions. Niche but practical audience — skill authors working with snyk-agent-scan.