No hand-waving. Here's exactly what runs, what it proves, and — honestly — what it doesn't.
A common misconception: that a chatbot "generates" the results. It doesn't. 19 real tools (Python, running on the server, in parallel) do the scanning. The AI only translates their raw output into plain Hebrew/English and a copy-paste fix. Every finding is backed by an actual tool result — mapped to CVSS, CWE and OWASP — not invented by a language model.
Plus — in the deep / PT scan
Each tool returns a 0–100 sub-score. The overall score is a weighted average (weights sum to 100 — e.g. TLS 13%, headers 9%, HTML 9%). A tool that couldn't run is excluded from the average rather than scored as zero, so the number stays honest and stable.
A passive scan measures your external security hygiene. It does not prove nobody can break in — you can score 100 and still be vulnerable to an injection that only shows up when you actively attack the input. Proving real resilience requires exploitation, which is a different, gated capability.
Active testing runs only on a domain you've proven you control (DNS record — not just a checkbox). Probes are non-destructive canaries: they prove a vulnerability exists, never delete or damage anything. This is the standard every professional pentest firm follows.