Help us improve
Share bugs, ideas, or general feedback.
From code-guardian
Scans codebase for OWASP Top 10 vulnerabilities and common security patterns. Defaults to entire project or limits to specified path.
npx claudepluginhub rohitg00/awesome-claude-code-toolkit --plugin code-guardianHow this command is triggered — by the user, by Claude, or both
Slash command
/code-guardian:security-scanThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /code-guardian:security-scan Perform a security-focused scan of the codebase targeting OWASP Top 10 and common vulnerability patterns. ## Process 1. Determine the scan scope: - Default: scan the entire project from the repository root - If an argument is provided, limit scanning to that path - Identify the primary language(s) and framework(s) by checking package.json, requirements.txt, go.mod, Cargo.toml, etc. 2. Scan for each vulnerability category: ### A01: Broken Access Control - Search for endpoints missing authentication middleware - Check for direct object reference pa...
/auditPerforms security audit of codebase for dependency vulnerabilities, secrets, OWASP Top 10, input validation, auth issues, and misconfigs. Outputs findings report by severity with fixes and references.
/scanScans codebase for security vulnerabilities, hardcoded secrets, insecure patterns, and web security headers. Generates Markdown report with issues, code snippets, and remediation examples.
/security-scanScans codebase for hardcoded secrets, vulnerable dependencies, common vulnerabilities like injections and XSS, and config issues, producing a structured security report with remediation steps.
/security-scanScans codebase for vulnerabilities, hardcoded secrets, OWASP Top 10 compliance, and security best practices violations. Produces report with issues and fix recommendations.
/security-scanRuns AgentShield security scan against agent, hook, MCP, permission, and secret surfaces, producing a prioritized remediation plan with severity counts and fix suggestions.
/security-scanScans PostgreSQL and MySQL databases for 50+ OWASP security vulnerabilities, generates compliance reports, automated remediation scripts, and audit trails.
Share bugs, ideas, or general feedback.
Perform a security-focused scan of the codebase targeting OWASP Top 10 and common vulnerability patterns.
Determine the scan scope:
Scan for each vulnerability category:
*)npm audit should be run.env files committed to the repositorykey, token, secretGroup findings by OWASP category. For each finding provide: