kenproxy/security-scanner
0
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
SUPABASE_URL=your-supabase-url
SUPABASE_KEY=your-supabase-key
N8N_BASIC_AUTH_USER=admin
N8N_BASIC_AUTH_PASSWORD=secure-password
N8N_PORT=7860API Usage
Trigger a scan:
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.
