Skip to main content
Instant scan is the hosted version of aislop scan for public GitHub repositories. It runs the same deterministic engines against the repository default branch and displays the score, top findings, and badge snippet in the browser.

URL shortcut

Replace github.com with scanaislop.com in a public repository URL:
For example:
No account or local install is required for public repositories.

What the page shows

  • The latest 0-100 score and label.
  • Error, warning, fixable, and total finding counts.
  • Scan duration and source file count.
  • The first findings with rule ID, severity, file, line, and message.
  • A copy-ready README badge snippet when public badges are enabled.
  • A claim flow for teams that want private scans, branch scans, PR gates, and dashboard history.

What runs

The hosted scan uses the same engine model as the CLI:
Instant scan is deterministic. It is not an LLM review and it does not generate fixes in the browser.

Limits

When to use it

Use instant scan when you want a fast public score without installing the CLI, or when you want to share a public scan result with another maintainer. Use the CLI or GitHub Action when you need repeatable local output, private repository coverage, or CI gating.