CoolFace
Apppublic

kenproxy/security-scanner

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

Security Scanner Space

This Hugging Face Space runs an n8n workflow for security scanning and analysis.

Features

  • Automated security scanning with multiple tools
  • Integration with Supabase for result storage
  • Webhook endpoints for scan triggers
  • Result analysis and reporting

Environment Variables Required

env
SUPABASE_URL=your-supabase-url
SUPABASE_KEY=your-supabase-key
N8N_BASIC_AUTH_USER=admin
N8N_BASIC_AUTH_PASSWORD=secure-password
N8N_PORT=7860

API Usage

Trigger a scan:

bash
curl -X POST https://your-space.hf.space/webhook/security-scan \
  -H "X-API-Key: your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "target": "example.com",
    "tools": ["nuclei"],
    "options": {
      "severity": "high,critical"
    }
  }'

Deployment

This Space is automatically deployed on Hugging Face's infrastructure.