← Back to home

This is a sample, not a scan of your site.

Every finding below comes from a fixed example run against a deliberately vulnerable demo application, so you can see the shape of the output before deciding whether it is worth paying for. Nothing on this page is live.

Deep agent analysis

Six agents run over a repository, a container image, or your logs. Each reports as it finishes; the results below are what you get at the end.

Pipeline

Log Monitordone

Parsed 412 lines, 3 anomalies

Threat Inteldone

2 IPs checked against AbuseIPDB

Vuln Scannerdone

60 files scanned, 4 findings

Docker Scannerdone

Trivy: 2 CVEs

Incident Responsedone

Action plan generated

Policy Checkerdone

NIST + SOC 2 mapped

Overall risk

CRITICAL

11 findings across 5 categories, from a sample repository scan.

Code findings (3)

  • [high]SQL InjectionOWASP-A03src/db/users.ts:42

    Use parameterised queries instead of interpolating user input into SQL strings.

  • [critical]Hardcoded credentialOWASP-A02src/config/mailer.ts:8

    Move the value to an environment variable and rotate it — anything committed to git must be treated as public.

  • [high]Missing authentication on an admin routeOWASP-A07src/routes/admin.ts:17

    Require an authenticated session and an explicit role check before the handler runs.

Vulnerabilities (2)

  • [high]Identification and Authentication FailuresOWASP-A07

    Add rate limiting and account lockout to the authentication path.

  • [medium]Missing content-security-policy response header

    Add a content-security-policy response header

Docker findings (2)

  • [critical]Out-of-bounds write in zlib MiniZipCVE-2023-45853
  • [high]The image reference uses the mutable :latest tagUsing :latest tag

Log anomalies (2)

  • [critical]brute force
  • [high]port scan

Compliance gaps (2)

  • [high]Vulnerability scanning is not performedDE.CM-8
  • [high]Logical access controls are not enforced on administrative functionsCC6.1

Want this run against your own code?

The deep analysis is part of the paid tiers. The surface scan is free and needs no account.