How to use

A quick guide to running scans and understanding your report.

1

Scan a live website

Paste the URL of your site on the home page, choose Standard or Deep, and press Run scan. The Standard scan covers common misconfigurations and leaks in about 15–25 seconds. The Deep scan runs more exhaustive probes and can take up to 90 seconds.

If your site is not publicly hosted yet, use the Scan code & files option instead to paste or upload HTML, JS, and CSS files.

2

Scan code & files

Click Scan code & files instead below the URL form (or go to the code scanner). You can paste raw code or upload up to 20 files (200 KB each, 1.5 MB total). We analyse them in memory for exposed secrets, risky patterns, and missing security controls. Files are never stored on our servers.

3

Read your score

When the scan finishes you get an overall score out of 100 and a coloured ring that tells you the general shape of the result at a glance:

Strong (80–100)Good (70–79)Fair (55–69)Weak (40–54)Poor (20–39)Critical (0–19)

The score is a weighted summary of what was found. It is not a pass/fail certificate; a lower score simply means more issues were detected and should be reviewed.

4

Understand the findings

Each issue is tagged with a severity that indicates how urgently you should look at it:

  • Critical / High — Likely exploitable or clearly misconfigured. Fix these first.
  • Medium — Worth fixing in your next maintenance window.
  • Low / Info — Minor or informational. Address when convenient.

The report has a Simple view for a plain-language summary, and an Advanced view that shows technical details, evidence, and references. Switch between them at any time.

5

Download fix prompts

If you want to fix the findings with an AI coding assistant (Claude, ChatGPT, Cursor, etc.), click Download fix prompts on the results page. The file contains each finding turned into a copy-pasteable prompt that describes the issue, the evidence, and the recommended fix. You can paste these directly into whichever agent you are using to build or maintain your site.

The prompts are written to be self-contained: they include the severity, a description of the problem, observed evidence, and a suggested approach, so the agent has enough context to resolve the issue without extra back-and-forth.

Quick tips

  • One Standard scan uses 1 credit. One Deep scan uses 1 Deep credit.
  • If you run out of credits you will be redirected to the pricing section to top up.
  • Scan history is saved to your dashboard so you can compare results over time.
  • For best results, scan the exact URL your users see (including any sub-paths).