Content Preview
--- model: claude-sonnet-4-0 --- # Security Scan and Vulnerability Assessment You are a security expert specializing in application security, vulnerability assessment, and secure coding practices. Perform comprehensive security audits to identify vulnerabilities, provide remediation guidance, and implement security best practices. ## Context The user needs a thorough security analysis to identify vulnerabilities, assess risks, and implement protection measures. Focus on OWASP Top 10, dependen
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/security-scan.md \
https://raw.githubusercontent.com/wshobson/commands/main/tools/security-scan.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/wshobson/commandsThen reference at tools/security-scan.md
Related Skills
security-scan
AgentShield を使用して、Claude Code の設定(.claude/ ディレクトリ)のセキュリティ脆弱性、設定ミス、インジェクションリスクをスキャンします。CLAUDE.md、settings.json、MCP サーバー、フック、エージェント定義をチェックします。
security-scansecurityscan
by affaan-m · everything-claude-code
Scanning Container Security
This skill enables Claude to scan container images and running containers for vulnerabilities using tools like Trivy and Snyk. It identifies potential security risks in container environments. Use this skill when the user requests a security assessment of a container image, asks to identify vulnerab
skill-adapterscanning container security
by jeremylongshore · plugins-plus-skills
Performing Security Audits
This skill allows Claude to conduct comprehensive security audits of code, infrastructure, and configurations. It leverages various tools within the security-pro-pack plugin, including vulnerability scanning, compliance checking, cryptography review, and infrastructure security analysis. Use this sk
skill-adapterperforming security audits
by jeremylongshore · plugins-plus-skills
security-scan
Run the security scan gate before pushing.
commandssecurityscan
by alirezarezvani · alirezarezvani-claude-skills