Kai'Ros International Technologies

WATCHMAN

Silent threat detection for AI-era applications.

Detect prompt injection, exposed secrets, and dependency drift on every request — without adding latency to your users.

Drop-in middleware

// middleware.ts
import { withWatchman } from "@kairosinternational/watchman-nextjs";

export default withWatchman({
  telemetry: {
    apiKey: process.env.WATCHMAN_API_KEY!,
    endpoint: "https://watchman.guide",
  },
});

export const config = {
  matcher: ["/((?!_next|static).*)"],
};

How it works

Three moves, zero surprises.

01

Scan

Edge-safe pattern matching runs on every request — URL, headers, body. 13 rules across 4 scanners. Sub-5ms overhead.

02

Capture

Findings stream to Watchman via fire-and-forget telemetry. Network failures never delay your app's response.

03

Review

Filterable dashboard with commit, branch, and environment context. Severity triage, suppression rules, per-session drill-down.

Pricing

Start free. Scale when you're ready.

Free

Free

  • +1 project
  • +100 scans/month
  • +Community support

Pro

$29/mo

  • +5 projects
  • +Unlimited scans
  • +Email support

Team

$99/mo

  • +Unlimited projects
  • +Unlimited scans
  • +Priority support
  • +White-label config

Enterprise

Custom

  • +Unlimited everything
  • +Dedicated support
  • +Custom integrations
  • +SLA guarantee

Ready to see what your app is saying to the internet?

No credit card. One middleware line. Findings in minutes.

Create a free account →