πŸ”’ WebSecScan: AI-powered website security auditor

⚑ 31,104 views Β· πŸ”’ SecOps & Security Automation

Description

WebSecScan: AI-Powered Website Security Auditor

This n8n workflow provides comprehensive website security analysis by leveraging OpenAI’s models to detect vulnerabilities, configuration issues, and security misconfigurations. The workflow generates a professional HTML security report delivered directly via Gmail.

Key Features

Technical Implementation

Setup Requirements

1. OpenAI API Configuration

  1. Create an OpenAI API key at platform.openai.com
  2. In n8n, go to Settings β†’ Credentials β†’ New β†’ OpenAI API
  3. Enter your API key and save

2. Gmail Integration

  1. Navigate to Settings β†’ Credentials β†’ New β†’ Gmail OAuth2 API
  2. Complete the OAuth authentication flow
  3. Configure recipient email in the β€œSend Security Report” node

3. Workflow Customization (Optional)

Usage Instructions

  1. Activate the workflow and access the form via the generated URL
  2. Enter any website URL to analyze (including the http:// or https:// prefix)
  3. Receive a detailed security report via email within minutes
  4. Share findings with your development team to implement fixes

This workflow represents a non-invasive security assessment tool. For production environments, complement with professional penetration testing services.

πŸ”— Nodes Used

HTTP Request, Gmail, AI Agent, OpenAI Chat Model, n8n Form Trigger

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup