Terminating what shouldn't exist.
We kill compromised user sessions in 60 seconds. We kill the 1975 mainframe sessions holding your bank hostage. Same architecture. Zero data leaves your network.
Anonymized real-time feed across both products. Zero user-identifying data.
Check your email. Kill exposed sessions.
Scans breach databases, stealer logs, and dark-web sources. Kills compromised sessions across 120+ services. Generates account-deletion playbooks for 594 services.
AVG_SCAN_TIME
60s
SUPPORTED_SERVICES
120+
EXTENSION
FREE
Translate COBOL to modern APIs.
On-prem AI pipeline with deterministically verified field parity. Two-model consensus on every transformation. Runs entirely inside your VPC. Pilot engagements start at $250k.
FIELD_PARITY
100%
EGRESS_BYTES
0
PILOT_STARTING
$250K
Zero-Egress by Default
Source code, breach data, and mainframe content never leave your network. The only outbound packets are for verified package updates you explicitly opt into.
Local AI Pipeline
Translation runs on your hardware via Gemma 12B. No third-party LLM provider. No silent telemetry. No prompt logs sitting on someone else's S3.
Two-Model Consensus
Every transformation is verified by a secondary model. Disagreements escalate to deterministic consensus. The result is reproducible — same input, same output, every run.
Don't trust us. Read the diff.
Below are real artifacts from the in-repo proof-of-concept run. The COBOL is a real ACORD AL3 copybook. The TypeScript is what KillSesh produced from it. The gates ran. The kills are wired.
RECEIPT_001 · THE_ACORD_BOSS_FIGHT
01 ACORD-AL3-RECORD.
02 TRANSACTION-TYPE PIC X(4).
02 POLICY-NUMBER PIC X(20).
02 STATE-CODE PIC X(2).
01 INSURED-NAME-DATA.
02 NAME-TYPE PIC X(1).
02 INSURED-LAST-NAME PIC X(30).
02 INSURED-FIRST-NAME PIC X(20).
01 INSURED-ADDRESS-DATA REDEFINES INSURED-NAME-DATA.
02 ADDR-INDICATOR PIC X(1).
02 ADDRESS-LINE-1 PIC X(35).
02 CITY PIC X(25).
02 ZIP-CODE PIC X(9).
01 VEHICLE-DETAIL.
02 VEHICLE-COUNT PIC 9(2).
02 VEHICLE-ENTRY OCCURS 0 TO 10 TIMES
DEPENDING ON VEHICLE-COUNT.
03 VIN PIC X(17).
03 YEAR PIC 9(4).
03 DRIVER-COUNT PIC 9(1).
03 DRIVER-LIST OCCURS 0 TO 5 TIMES
DEPENDING ON DRIVER-COUNT.
04 DRIVER-NAME PIC X(30).
import { z } from "zod"; export const AcordAl3RecordSchema = z.object({ transaction_type: z.string().max(4), policy_number: z.string().max(20), state_code: z.string().max(2), }); // REDEFINES → discriminatedUnion (Gate 4) export const InsuredDataSchema = z.discriminatedUnion( "name_type", [ z.object({ name_type: z.literal("I"), insured_last_name: z.string().max(30), insured_first_name: z.string().max(20) }), z.object({ name_type: z.literal("A"), address_line_1: z.string().max(35), city: z.string().max(25), zip_code: z.string().max(9) }), ] ); // OCCURS DEPENDING ON → dynamic array const VehicleEntry = z.object({ vin: z.string().max(17), year: z.number().int().min(1900).max(2099), driver_list: z.array(z.object({ driver_name: z.string().max(30) })), }); export const VehicleDetailSchema = z.object({ vehicle_count: z.number().int().min(0).max(10), vehicle_entry: z.array(VehicleEntry), });
FIELDS
247
REDEFINES_RESOLVED
z.discriminatedUnion(2)
OCCURS_DEP_ON
z.array() · 0..10
PARITY
100%
HALLUCINATIONS
0
RECEIPT_002 · FIVE_GATES_PER_TRANSLATION
PARSER
Tree-sitter AST
Extracts field definitions, levels, OCCURS, REDEFINES from raw COBOL. No LLM involved — pure deterministic parse.
LLM_SANITY
Output well-formed
Local Gemma 12B output is valid Zod, no markdown wrappers, no commentary, no hallucinated imports.
FIELD_PARITY
COBOL fields = TS props
Counts fields in the AST and properties in the generated schema. Δ ≠ 0 fails the gate.
DARK_CORNER
REDEFINES guard
Any COBOL REDEFINES that didn't compile down to a discriminatedUnion fails. This is the gate that catches hallucinated translations.
MOCK_STRUCTURE
Roundtrip valid
Generated mock JSON parses through the generated schema cleanly. If the round-trip fails, the schema is wrong.
Plus a sixth: CONSENSUS_ENGINE — activates when Gate 4 fails. Two-model agreement required before code emits.
RECEIPT_003 · NATIVE_KILL_INTEGRATIONS · CONSUMER
14 native cookie-revocation integrations · verifiable in manifest.json · 120+ additional services covered via breach-DB lookups + manual playbooks
RECEIPT_004 · SUPPORTED_MAINFRAME_STACKS · ENTERPRISE
AS/400 (IBM i)
Level 01-99 with PIC, OCCURS, REDEFINES
Mainframe z/OS
Traditional COBOL with nested REDEFINES
VMS
Variable-length records, OCCURS DEPENDING ON
GCOS
French mainframe, IBM-similar syntax
The browser extension that kills sessions after we find them.
The web scan tells you which services exposed you. The extension is what actually terminates the live cookies, revokes OAuth tokens, and queues password rotations — one click per service, no copy-pasting through 17 logout pages.
VERSION
0.1.0
SIZE
7.5 KB
MANIFEST
v3
Chrome Web Store listing · in review
Or use the button on the left
Path persists — Chrome reloads from disk on restart
Toggle in the top-right of the page
Pin the K icon for one-click kills
Two products. One thesis. Both built to terminate.
Consumer is free and runs in your browser. Enterprise pilots start at $250k and scale with mainframe LOC. Every engagement is deployed inside your perimeter — we don't see your data, ever.
