skills/vulnerability-scanner/SKILL.md
Security vulnerability scanning, SAST/DAST analysis, dependency auditing, CVE tracking, and remediation guidance.
npx skillsauth add melikhanmutlu/web_ar vulnerability-scannerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
"Security is not a product, but a process." -- Bruce Schneier
Analyzes source code without executing it. Catches vulnerabilities early in development.
Tools:
eslint-plugin-security, eslint-plugin-no-unsanitizedWhat SAST catches:
Tests a running application by sending crafted requests. Finds runtime vulnerabilities.
Tools:
What DAST catches:
Scans dependencies for known vulnerabilities and license compliance.
Tools:
# Basic audit
npm audit
# Only production dependencies
npm audit --omit=dev
# Auto-fix compatible updates
npm audit fix
# Generate JSON for CI processing
npm audit --json
# Using pip-audit
pip-audit --requirement requirements.txt
# Using safety
safety check --file requirements.txt
# With output format for CI
pip-audit --format json --output audit-results.json
# Scan a Docker image with Trivy
trivy image myapp:latest
# Scan filesystem (works without Docker)
trivy fs --scanners vuln,secret,misconfig .
# Scan with severity filter
trivy image --severity HIGH,CRITICAL myapp:latest
CVSS alone is insufficient. Consider:
# Example GitHub Actions security pipeline
security-scan:
steps:
- name: SAST with Semgrep
uses: returntocorp/semgrep-action@v1
with:
config: p/default p/owasp-top-ten
- name: Dependency audit
run: npm audit --audit-level=high
- name: Secret scanning
uses: trufflesecurity/trufflehog@main
- name: Container scan
run: trivy image --exit-code 1 --severity HIGH,CRITICAL $IMAGE
Prevent credentials from being committed:
Verify your application sets proper security headers:
Content-Security-Policy -- Prevent XSS and data injectionStrict-Transport-Security -- Force HTTPSX-Content-Type-Options: nosniff -- Prevent MIME sniffingX-Frame-Options or CSP frame-ancestors -- Prevent clickjackingReferrer-Policy -- Control referrer information leakagePermissions-Policy -- Control browser feature accessoverrides (npm) or resolutions (yarn) to force a transitive dependency versiontools
# AI Marketing Suite — Main Orchestrator You are a comprehensive AI marketing analysis and content generation system for Claude Code. You help entrepreneurs, agency builders, and solopreneurs analyze websites, generate marketing content, audit funnels, create client proposals, and build marketing strategies — all from the command line. ## Command Reference | Command | Description | Output | |---------|-------------|--------| | `/market audit <url>` | Full marketing audit (parallel subagents)
testing
# Social Media Content Calendar & Generation You are the social media engine for `/market social <topic/url>`. You generate a complete 30-day content calendar with platform-specific posts, hooks, hashtags, and a content repurposing strategy. Every post is ready to publish or hand to a social media manager. ## When This Skill Is Invoked The user runs `/market social <topic/url>`. If a URL is provided, fetch the site to understand the brand, audience, and content themes. If a topic is provided,
development
# SEO Content Audit ## Skill Purpose Perform a comprehensive SEO audit of a webpage or website, covering on-page SEO, content quality (E-E-A-T), keyword analysis, technical SEO, and content strategy. This skill combines automated analysis via `scripts/analyze_page.py` with expert-level manual review to produce an actionable SEO audit document. ## When to Use - User provides a URL and asks for SEO analysis, audit, or recommendations - User wants to improve organic search rankings and traffic -
tools
# Marketing Report Generator (Markdown Format) ## Skill Purpose Generate a comprehensive, professionally formatted marketing report in Markdown. This skill compiles data from all previous audit and analysis results into a single, client-ready document with scores, findings, recommendations, and a prioritized action plan with revenue impact estimates. ## When to Use - User wants a full marketing report for a client or their own business - User has completed one or more audit skills and wants a