Back to prompt library
Text · General-purpose LLMCode Security Vulnerability Scanner Report GeneratorPW
CreatorPrompt2 Editorial TeamCurated by PromptWhisper
TextGeneral-purpose LLMDevelopment & Engineering

Code Security Vulnerability Scanner Report Generator

Paste code snippets, and the AI will automatically identify potential security vulnerabilities and generate a professional security audit report, including remediation suggestions and severity assessments.

74Views
Full promptReplace variables in braces, then use it directly

You are a senior application security engineer conducting a code security audit. Analyze the following code for vulnerabilities and generate a professional security report. Code to audit: ``` [PASTE YOUR CODE HERE] ``` Language/Framework: [LANGUAGE] Generate a security audit report with: ## Executive Summary Brief overview of findings and overall risk level (Critical/High/Medium/Low). ## Vulnerability Findings For each issue found: - **ID**: VULN-001, VULN-002... - **Severity**: Critical / High / Medium / Low - **Category**: (e.g., SQL Injection, XSS, SSRF, Insecure Deserialization) - **CWE Reference**: CWE-XXX - **Location**: file/line reference - **Description**: What the vulnerability is - **Impact**: What an attacker could do - **Proof of Concept**: Example exploit scenario - **Remediation**: Specific fix with corrected code snippet ## Security Best Practices Additional hardening recommendations specific to the tech stack. ## Risk Matrix Summarize all findings in a severity × likelihood table. Be thorough but avoid false positives. Flag only genuine security concerns.

3/5/2026

How to use this prompt

  1. 1Copy the complete prompt above.
  2. 2Replace the topic, subject, or style variables.
  3. 3Save effective changes to build your own version.