security_audit
Analyze code for security vulnerabilities, OWASP compliance, and data flow issues across projects to identify and address potential security risks.
Instructions
Perform comprehensive security audit across entire project, analyzing data flows, authentication chains, and cross-file vulnerabilities with OWASP compliance checking
WORKFLOW: Perfect for understanding complex code, identifying issues, and technical debt assessment TIP: Use Desktop Commander to read files, then pass content here for analysis SAVES: Claude context for strategic decisions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
analysisDepth | No | Level of analysis detail | detailed |
analysisType | No | Type of analysis to perform | comprehensive |
auditDepth | No | Depth of security audit | standard |
code | No | The code to analyze for security issues (for single-file analysis) | |
filePath | No | Path to single file to analyze for security vulnerabilities | |
files | No | Array of specific file paths (for multi-file analysis) | |
focusAreas | No | Specific areas to focus on: authentication, data-flow, input-validation, authorization | |
includeOwasp | No | Include OWASP Top 10 checks | |
language | No | Programming language | javascript |
maxDepth | No | Maximum directory depth for multi-file discovery (1-5) | |
projectPath | No | Absolute path to project root directory | |
projectType | No | Project type for specific security checks | generic |