Scan Specific Skill
Scan a specific MCP skill by npm package name or GitHub URL.
Input
$ARGUMENTS — npm package name (e.g. mcp-server-filesystem) or GitHub URL
Steps
- If argument is a GitHub URL, extract the npm package name from package.json
- Run single-package audit:
cd /Users/user/Downloads/agent-threat-rules && npx tsx scripts/audit-npm-skills-v2.ts --limit 1 --offset 0 --output "data/scan-single-$(date +%Y%m%d%H%M%S).json"
Note: For single package scanning, we need to create a temporary registry entry. Instead:
cd /Users/user/Downloads/agent-threat-rules
mkdir -p /tmp/atr-single-scan
npm pack $ARGUMENTS --pack-destination /tmp/atr-single-scan 2>/dev/null
- If the package downloads successfully, run the ATR engine against it
- Present findings using the "Plain Language Consequences" template (T3):
- What the skill claims to do
- What it actually does (each finding in plain language)
- What consequences the user faces
- ATR rules triggered
- If CRITICAL or HIGH:
- Generate a Skills Sec post draft using templates from
templates/post-templates.json - Ask: "Post this? Which platforms?"
- Generate a Skills Sec post draft using templates from
- If CLEAN:
- Report clean status
- Ask if I want to add to whitelist
Skills similaires
TDD Red-Green-Refactor
Testing
Skill qui guide Claude a travers le cycle TDD complet.
Claude CodeWindsurfintermediate
650
189
2,218
Audit d'Accessibilité Web
Testing
Réalise un audit d'accessibilité web complet selon les normes WCAG.
claudeCursorWindsurfintermediate
129
37
522
Générateur de Tests UAT
Testing
Génère des cas de test d'acceptation utilisateur structurés et complets.
claudechatgptintermediate
87
24
448