Free tools

Free security tools

A growing set of focused security tools for engineers and researchers, spanning web application security, AI and LLM security, digital forensics, and cryptography. Each one does a single job well, explains what it finds in plain language, and runs entirely in your browser.

Every tool runs entirely in your browser. Nothing is sent to any server.
Web and application security / 14
Headers

Security Headers and CSP Analyzer

Paste your HTTP response headers and get a graded report on HSTS, Content Security Policy, X-Frame-Options, cookies, and more.

Open tool →
CSP

Content Security Policy Generator

Build a strict nonce based policy from what your site actually loads, then copy it straight into your server or meta tag.

Open tool →
CSP

CSP Evaluator

Paste a Content Security Policy and surface its weaknesses, including the known allowlist bypass gadgets that quietly let script run.

Open tool →
Headers

Permissions Policy Builder

Choose which browser features a page may use and generate a locked down Permissions Policy header with ready server snippets.

Open tool →
Cookies

Cookie Security Auditor

Grade your Set-Cookie headers on Secure, HttpOnly, SameSite, the host and secure prefixes, and how widely the domain is scoped.

Open tool →
CORS

CORS Misconfiguration Checker

Spot the dangerous combinations in your CORS headers, like reflecting the request Origin while also allowing credentials.

Open tool →
Tokens

JWT Security Inspector

Decode a JSON Web Token and grade its security: the alg none trap, key confusion, expiry, and secrets left in the payload.

Open tool →
SSRF

SSRF IP and URL Normalizer

Expand every encoding of an address and classify it against private, loopback, and cloud metadata ranges that filters miss.

Open tool →
Parsing

URL Parser Confusion Analyzer

See how different parsers read the same URL and spot the host disagreements that defeat allowlists and enable open redirect and SSRF.

Open tool →
Uploads

MIME Sniffing Checker

Check whether a file served as one type can be sniffed to HTML and run script, the root of many file upload bugs.

Open tool →
Regex

ReDoS Regex Analyzer

Analyze a regular expression for catastrophic backtracking and see a sample input that would make it hang.

Open tool →
Supply chain

Subresource Integrity Hash Generator

Produce the integrity attribute that pins a third party script or stylesheet to one exact file, hashed locally with Web Crypto.

Open tool →
Disclosure

security.txt Generator and Validator

Build a valid RFC 9116 security.txt or check an existing one, including whether it has already expired.

Open tool →
DNS

Subdomain Takeover Fingerprint Checker

Match a CNAME target and the error page it serves against a database of known claimable service fingerprints.

Open tool →
AI and LLM security / 3
AI security

Prompt Template Injection Linter

Lint a prompt template for the spots where untrusted input becomes instructions, mapped to the OWASP Top 10 for LLM applications.

Open tool →
AI security

MCP Server Security Auditor

Statically audit a Model Context Protocol server manifest for tool poisoning, over broad scopes, and command injection.

Open tool →
AI security

OWASP LLM Top 10 Scorecard

Walk the OWASP Top 10 for LLM applications and produce a scored, exportable readiness report for your AI system.

Open tool →
Forensics and incident response / 4
Threat intel

IOC Extractor and Defanger

Pull indicators of compromise out of a report and defang them for safe sharing, or refang them back.

Open tool →
Malware triage

Encoded Payload Deobfuscator

Peel base64, gzip, hex, and PowerShell EncodedCommand layers to reveal what a blob actually contains, without running it.

Open tool →
Malware triage

File Entropy and Magic Byte Analyzer

Drop a file to see its entropy graph, its real type from magic bytes, a hexdump, and any appended or embedded payloads.

Open tool →
Forensics

Forensic Timestamp Converter

Convert Windows FILETIME, Chrome WebKit, Cocoa, and Unix timestamps, and auto detect which format a raw value is.

Open tool →
Cryptography and certificates / 2
Certificates

X.509 Certificate Decoder

Decode a PEM certificate to read its subject, alternative names, validity, and key, and flag weak signatures and expiry.

Open tool →
CTF crypto

Classical Cipher Solver

Auto identify and decode Caesar, Vigenere, XOR, and the common base encodings, ranked by how much the result reads as English.

Open tool →
Privacy and credentials / 3
Privacy

EXIF Metadata Viewer and Scrubber

See the GPS location and camera data hidden in a photo, then download a clean copy with the metadata stripped out.

Open tool →
Secrets

Hardcoded Secret Scanner

Scan code or config for leaked API keys, tokens, and private keys before they reach a commit, all in the browser.

Open tool →
Credentials

Password Strength and Entropy Analyzer

Estimate entropy and surface the patterns that make a password fall fast under real guessing. The password never leaves the page.

Open tool →

Why these run in your browser

Security tools often ask you to paste sensitive material: production response headers, a live session token, a cookie, a password, a malware sample, a photo with your location in it. Sending any of that to a server you do not control is its own risk. Every tool here is fully client side, which means the data you drop in is analyzed by JavaScript on this page and is never uploaded, logged, or stored. You can use them on internal systems and real evidence without the input ever leaving your machine.

They are built by UnboundCompute, where we work on autonomous security research for web apps and APIs. If you want to understand the ideas behind the tools, the security blog goes deep on the underlying attacks and defenses.