Traditional vulnerability scanners match observed signals against a database of known vulnerability patterns. A server returning a specific banner gets flagged. A version number matches a known CVE — flagged. A header is missing — flagged. None of these detections confirm whether the vulnerability is actually exploitable in your specific environment.
The result is thousands of findings, most of which are either false positives, unexploitable due to compensating controls, or too vague to act on without security expertise. A scan report with 3,000 items forces you to hire a security analyst just to triage the output.
VeilScan applies a tiered proof standard to every finding before it enters your report:
In your VeilScan dashboard and PDF report, each Critical or High finding includes the proof evidence alongside the finding description. This may be:
Proof artifacts serve two purposes: they confirm the finding is real, and they give your engineering team the exact evidence they need to understand and reproduce the issue for remediation verification.
Proof-based scanning dramatically reduces false positives at Critical and High severity. Because these findings require reproducible exploit evidence, findings that would be false positives in a traditional scanner — version-matched CVEs on patched systems, theoretical misconfigurations blocked by WAF, weak cipher suites not actually negotiated — are filtered out at the verification step.
The remaining Medium and Low findings (where a full proof standard is not applied) may include some theoretical signals. These are presented at lower severity with appropriate context.
See: What is a False Positive? · What is Verified Exploitability?
Slightly. Verification steps require additional requests and processing per finding candidate. VeilScan scans typically complete within 90 to 120 minutes, which includes full verification. For most domains this is fast enough to run on a continuous schedule without operational impact.
The free plan detects Critical and High findings but does not show their full proof evidence — the count is visible but the findings are locked. Full proof evidence for all findings is available on paid plans. See all plans.
If a genuine vulnerability cannot be confirmed with external evidence — for example, it requires internal network access or authenticated credentials — VeilScan will not report it at Critical or High severity. VeilScan is an external-only scanner. For internal vulnerabilities, a manual penetration test or internal scanner is required.