workflows.fit
Back to n8n workflows
n8n templateFreeBy Javier Rieiro

Scan single URLs for security vulnerabilities with GPT-4 (JS, PHP, Python)

Overview This workflow automates static security analysis for JavaScript, PHP, and Python codebases. It’s designed for bug bounty hunters and security researchers who need fast, structured, and AI-assisted vulnerabili...

Data & StorageDevelopmentCore NodesAILangchainForm TriggerAgentLm Chat Open Ai
Loading interactive preview...

Template notes

Overview This workflow automates static security analysis for JavaScript, PHP, and Python codebases. It’s designed for bug bounty hunters and security researchers who need fast, structured, and AI-assisted vulnerability detection across multiple sources.

---

Features

- 🤖 AI-Powered Analysis: - Specialized agents for each language: - AI JavaScript Expert - AI PHP Expert - AI Python Expert - Each agent detects only exploitable vulnerabilities (AST + regex heuristics). - Returns strict JSON with: json { "results": [ { "url": "file or URL", "code": "lines + snippet", "severity": "medium|high|critical", "vuln": "vulnerability type" } ] }

- 🧩 Post-Processing: - Cleans, formats, and validates JSON results. - Generates HTML tables with clear styling for quick visualization.

---

Output - ✅ JSON vulnerability reports per file. - 📊 HTML table summaries grouped by language and severity.

---