🛡️ Security Tools Roadmap

Free, client-side cybersecurity tools — no backend, no login, no data leaves your browser. Every tool we build is open and auditable. Humans can't keep up with AI-scale threats — so we build tools that can. Plus platform-grade tools inspired by Strix's autonomous security model.

4Live Tools
2In Development
28Planned
🚩

AI Vulnerability Intelligence

The core strategic bet — tracking vulnerabilities introduced by AI-generated code. No CVE for "Claude generated an auth bypass" exists today. We're building the registry.

KBAI Registry — Known Bugs & Exploits from AI Code

Track vulnerabilities traced to AI-generated code by model (Mythos, Claude, GPT, Copilot). Each entry links to the real PR, the revert, and the discussion. Become the reference standard that answers: "How many bugs does AI code actually introduce?"

Phase 1: Manual submission + curation. Phase 2: Heuristic detection from public repos. Phase 3: Business intelligence service for enterprises using AI coding tools.

Building

CVE Database

Live

Search and browse the National Vulnerability Database. Filter by severity, date range, and keywords.

Browse CVEs →

Dependency Vulnerability Scanner

Planned

Paste a dependency manifest (package.json, requirements.txt, go.mod) → check every package against known vulnerabilities.

Known Exploit Database

Planned

Curated index of publicly available exploits with PoC links, affected versions, and patch status.

🖥️

Platform

Pentest dashboards, CI/CD integrations, and automated security scanning — inspired by Strix's autonomous security platform.

Pentest Dashboard

Building

Real-time scan status table showing targets, severity breakdown, and last scan date. Filter by status (pass/warn/fail), sort by risk score. Strix-style.

Open Dashboard →

PR Security Scanner

Planned

Paste a GitHub PR diff URL — scans for auth bypasses, IDOR patterns, SSRF, and credential leaks. Client-side only, no backend.

Vulnerability PoC Generator

Planned

Select a CVE from the database → generates a sandboxed proof-of-concept snippet showing how the exploit works. Educational, read-only.

Repo Health Check

Planned

Enter a GitHub repo URL → checks for SECURITY.md, dependabot config, SAST workflow, CODEOWNERS, and signed commits. Grade A-F.

CI/CD Security Linter

Planned

Paste a CI workflow YAML → detects secret exposure, missing SAST steps, runner misconfigurations, and privilege escalation vectors.

🔧

Remediation & Auto-Fix

Automated fix suggestions, policy builders, and patch tracking — close the loop from finding to fixing.

Fix Suggestion Engine

Planned

Select a vulnerability type (IDOR, XSS, SQLi, SSRF) → get a context-aware code fix block. Strix's auto-fix pattern adapted for education.

CSP Builder

Planned

Interactive Content-Security-Policy builder. Toggle directives → see the generated header + live scoring. Export as ready-to-deploy header value.

Dependency Patch Tracker

Planned

Enter a package name + version → shows available patches, severity, and changelog links. Covers npm, PyPI, Maven, Go modules.

🌐

Network Reconnaissance

Enumerate, map, and profile systems on the internet. All tools use public APIs and client-side DNS — no probes from our infrastructure.

Domain Scanner

Live

Scan any domain for DNS, SSL, and security header issues. 10 seconds, no login.

Scan a domain →

DNS Lookup

Planned

Query A, AAAA, MX, NS, TXT, CNAME, SOA records via DNS-over-HTTPS. Export as JSON.

WHOIS Lookup

Planned

Domain registration data — registrar, creation/expiry dates, name servers — via RDAP API.

Port Scanner

Planned

Probe common ports (HTTP, SSH, MySQL, etc.) to detect open services on a target domain.

IP Geolocator

Planned

IP address → location, ISP, ASN, and risk score via public geolocation APIs.

ASN Lookup

Planned

Autonomous System Number lookup — owner, prefix list, peer networks, and country.

MAC Address Lookup

Planned

OUI database lookup — identify the hardware vendor from a MAC address prefix.

Subnet Calculator

Planned

CIDR notation → network address, broadcast, usable hosts, subnet mask, wildcard.

🕸️

Web Security

Audit the security posture of web applications — headers, certificates, CORS, and transport security.

Headers Checker

Live

A-F grading for security headers — CSP, HSTS, X-Frame-Options, X-Content-Type-Options, and more. Remediation steps included.

Check headers →

CORS Tester

Planned

Test CORS policies — send preflight requests and report allowed origins, methods, and headers.

CSP Evaluator

Planned

Paste a Content-Security-Policy header → score it for bypass risks, missing directives, and unsafe allowlists.

SSL/TLS Certificate Checker

Planned

Certificate details, expiry countdown, issuer chain, cipher suite support, and protocol versions.

Open Redirect Checker

Planned

Test a URL for open redirect vulnerabilities — common bypass patterns and parameter injection.

Cookie Inspector

Planned

Analyze cookies for security flags: Secure, HttpOnly, SameSite, Path, Domain, and Expiry.

HTTP Request Builder

Planned

Build custom HTTP requests with headers, methods, and body. See raw response — like curl in the browser.

🔐

Cryptography & Encoding

Hash, encode, decode, and analyze cryptographic primitives — all client-side using Web Crypto API.

Hash Generator

Planned

Generate MD5, SHA-1, SHA-256, SHA-512 hashes from text or files. Copy to clipboard with one click.

Hash Identifier

Planned

Paste a hash → identify the type by length, character set, and format patterns (MD5, SHA*, bcrypt, NTLM, etc.).

Encoder / Decoder

Planned

Base64, Hex, URL encoding, Base32 — encode and decode in both directions with live preview.

JWT Debugger

Planned

Decode JWTs — inspect header, payload, signature algorithm. Validate expiration and common signing issues.

Password Strength Meter

Planned

Real-time entropy calculation, character class analysis, common password detection, and time-to-crack estimate.

Entropy Calculator

Planned

Shannon entropy and bit strength calculation for passwords, tokens, and keys.

⚙️

System Security

Tools for hardening systems, analyzing logs, and auditing configurations.

Log Parser

Planned

Paste Apache, NGINX, or syslog entries → parse into structured fields. Filter by status codes, IP, timestamps.

Security Regex Tester

Planned

Test regex patterns for log analysis, WAF rules, and detection signatures. Built-in patterns for IPs, URLs, hashes.

File Signature Analyzer

Planned

Identify file types by magic bytes / header signatures — detect mismatched extensions and covert payloads.

Cron Expression Parser

Planned

Parse and explain cron schedules — human-readable next 5 fire times from any expression.

🎯

Offensive Security (Educational)

Interactive demos for understanding common attack vectors. All sandboxed — no real exploits.

XSS Playground

Planned

Interactive demo of reflected, stored, and DOM-based XSS — see how payloads execute and how to fix them.

SQL Injection Simulator

Planned

Sandboxed SQL injection demo — test injection techniques against a simulated database. No real database connection.

Clickjacking Test

Planned

Check if a domain is vulnerable to clickjacking — test X-Frame-Options, CSP frame-ancestors, and framebusting.

CORS Exploit Demo

Planned

Interactive demo showing how misconfigured CORS policies enable cross-origin data theft.

📐

Security Frameworks

Industry-standard frameworks we map every post and tool to.

Framework Tracker

Live

MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, MITRE D3FEND, NIST AI RMF, and MITRE Fight Fraud Framework (F3).

View frameworks →