🛡️ 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.
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.
BuildingCVE Database
LiveSearch and browse the National Vulnerability Database. Filter by severity, date range, and keywords.
Browse CVEs →Dependency Vulnerability Scanner
PlannedPaste a dependency manifest (package.json, requirements.txt, go.mod) → check every package against known vulnerabilities.
Known Exploit Database
PlannedCurated 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
BuildingReal-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
PlannedPaste a GitHub PR diff URL — scans for auth bypasses, IDOR patterns, SSRF, and credential leaks. Client-side only, no backend.
Vulnerability PoC Generator
PlannedSelect a CVE from the database → generates a sandboxed proof-of-concept snippet showing how the exploit works. Educational, read-only.
Repo Health Check
PlannedEnter a GitHub repo URL → checks for SECURITY.md, dependabot config, SAST workflow, CODEOWNERS, and signed commits. Grade A-F.
CI/CD Security Linter
PlannedPaste 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
PlannedSelect a vulnerability type (IDOR, XSS, SQLi, SSRF) → get a context-aware code fix block. Strix's auto-fix pattern adapted for education.
CSP Builder
PlannedInteractive Content-Security-Policy builder. Toggle directives → see the generated header + live scoring. Export as ready-to-deploy header value.
Dependency Patch Tracker
PlannedEnter 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
LiveScan any domain for DNS, SSL, and security header issues. 10 seconds, no login.
Scan a domain →DNS Lookup
PlannedQuery A, AAAA, MX, NS, TXT, CNAME, SOA records via DNS-over-HTTPS. Export as JSON.
WHOIS Lookup
PlannedDomain registration data — registrar, creation/expiry dates, name servers — via RDAP API.
Port Scanner
PlannedProbe common ports (HTTP, SSH, MySQL, etc.) to detect open services on a target domain.
IP Geolocator
PlannedIP address → location, ISP, ASN, and risk score via public geolocation APIs.
ASN Lookup
PlannedAutonomous System Number lookup — owner, prefix list, peer networks, and country.
MAC Address Lookup
PlannedOUI database lookup — identify the hardware vendor from a MAC address prefix.
Subnet Calculator
PlannedCIDR 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
LiveA-F grading for security headers — CSP, HSTS, X-Frame-Options, X-Content-Type-Options, and more. Remediation steps included.
Check headers →CORS Tester
PlannedTest CORS policies — send preflight requests and report allowed origins, methods, and headers.
CSP Evaluator
PlannedPaste a Content-Security-Policy header → score it for bypass risks, missing directives, and unsafe allowlists.
SSL/TLS Certificate Checker
PlannedCertificate details, expiry countdown, issuer chain, cipher suite support, and protocol versions.
Open Redirect Checker
PlannedTest a URL for open redirect vulnerabilities — common bypass patterns and parameter injection.
Cookie Inspector
PlannedAnalyze cookies for security flags: Secure, HttpOnly, SameSite, Path, Domain, and Expiry.
HTTP Request Builder
PlannedBuild 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
PlannedGenerate MD5, SHA-1, SHA-256, SHA-512 hashes from text or files. Copy to clipboard with one click.
Hash Identifier
PlannedPaste a hash → identify the type by length, character set, and format patterns (MD5, SHA*, bcrypt, NTLM, etc.).
Encoder / Decoder
PlannedBase64, Hex, URL encoding, Base32 — encode and decode in both directions with live preview.
JWT Debugger
PlannedDecode JWTs — inspect header, payload, signature algorithm. Validate expiration and common signing issues.
Password Strength Meter
PlannedReal-time entropy calculation, character class analysis, common password detection, and time-to-crack estimate.
Entropy Calculator
PlannedShannon entropy and bit strength calculation for passwords, tokens, and keys.
System Security
Tools for hardening systems, analyzing logs, and auditing configurations.
Log Parser
PlannedPaste Apache, NGINX, or syslog entries → parse into structured fields. Filter by status codes, IP, timestamps.
Security Regex Tester
PlannedTest regex patterns for log analysis, WAF rules, and detection signatures. Built-in patterns for IPs, URLs, hashes.
File Signature Analyzer
PlannedIdentify file types by magic bytes / header signatures — detect mismatched extensions and covert payloads.
Cron Expression Parser
PlannedParse 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
PlannedInteractive demo of reflected, stored, and DOM-based XSS — see how payloads execute and how to fix them.
SQL Injection Simulator
PlannedSandboxed SQL injection demo — test injection techniques against a simulated database. No real database connection.
Clickjacking Test
PlannedCheck if a domain is vulnerable to clickjacking — test X-Frame-Options, CSP frame-ancestors, and framebusting.
CORS Exploit Demo
PlannedInteractive 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
LiveMITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, MITRE D3FEND, NIST AI RMF, and MITRE Fight Fraud Framework (F3).
View frameworks →