secscan
Configure and run security scans. Reports written to ./reports/.
New scan
Target URL or hostname
Local repo path (optional, for code scanners)
Quick profiles
{% for profile, names in profiles.items() %}
{{ profile }}
{% endfor %}
clear
Scanners
{% for s in scanners %}
{{ s.title }}
{{ s.risk }}
{{ s.description }}
{% if s.risk in ("medium", "high") %}
Damage: {{ s.damage }}
{% endif %}
{% endfor %}
Remediation enrichment
Enrich findings with curated fixes (free, always on)
Use AI for tailored fixes (needs ANTHROPIC_API_KEY env var)
Send code/config snippets to AI for context-aware fixes
Run scan
Live progress
No scan running.
Past reports
Loading...