Run automated security scanning tools (Bandit, Semgrep, Trivy, TruffleHog) against a codebase and return structured findings as markdown for LLM consumption. Use this skill whenever a security review requires tool-based scanning — whether invoked by the security-analysis agent or directly by the user. Trigger on any request to: run a security scan, check for vulnerabilities, scan for secrets, audit dependencies, or perform SAST analysis. Also trigger proactively when the security-analysis agent needs automated findings to supplement its manual review.
$npx -y skills add casedone/claude-code-security-plugins --skill security-scannerInstalls into the current project.
Run `npx skills use "https://github.com/casedone/claude-code-security-plugins" --skill "casedone/claude-code-security-plugins/security-scanner"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/casedone/claude-code-security-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/casedone/claude-code-security-plugins"` and select the relevant skills, then follow their instructions.