AI AGENT ADDONS

Snyk Agent Scan Compliance

samber/cc-skills
Skill Development
1,821installs

An AI agent skill file must follow safety rules. This compliance expert scans every file in a skill directory. It checks for unsafe patterns like third-party content exposure, malicious URLs, and prompt injection. If an issue is found, it restructures the content instead of deleting information. This keeps all useful details intact.

Skill authors and developers can run this scanner when creating a new skill, editing one, or fixing a failed scan. It works with tools like Claude Code. The scanner covers the main skill file, references, assets, and other markdown files.

The scanner fixes three kinds of alerts. W011 for external content commands, W012 for unsafe URLs, and W001 for unsafe tool names. All fixes are done by rewriting instructions, never by hiding or removing important data.

Add Snyk Agent Scan Compliance skill to your workflow

Global

mkdir -p ~/.claude/skills/snyk-agent-scan-compliance

Project

mkdir -p .claude/skills/snyk-agent-scan-compliance

Source Repository

Stars
151
Forks
11
Watchers
151
License
MIT
Last Push
28 days ago
Created
4 months ago