EveryDev.ai
Subscribe
Home
Tools

3,697+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Tblue
    Tblue icon

    Tblue

    Application Security

    Passive blue-team security scanner with 582 read-only modules and 32 opt-in probes that runs locally with no accounts or telemetry required.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT license. Install via pip, Docker, or from source.

    Engagement

    Available On

    macOS
    Web
    API
    VS Code
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Application SecurityCode SecurityMCP Servers

    Alternatives

    RunSec0xAuditClaude Security
    Developer
    Taylan NuhoğluTaylan Nuhoğlu builds open-source security tooling focused o…

    Listed Aug 2026

    About Tblue

    Tblue is a free, open-source CLI security scanner built for website owners and developers who want to understand what their site exposes — without needing a security background. It runs entirely on your machine, requires no account or API key, and never uploads findings. The project is maintained by Taylan Nuhoğlu and published on PyPI under the MIT license.

    What It Is

    Tblue is a blue-team-only web security scanner: it reads what your site sends back and reports what an attacker would learn from it, without modifying anything or brute-forcing credentials. The 582 default passive modules run in parallel using a ThreadPoolExecutor (default 50 workers), issuing only GET and HEAD requests. A further 32 opt-in modules are split into a "probe" tier (12 side-effect-free checks like GraphQL introspection and CORS reflection) and an "active" tier (20 intrusive checks including authentication attempts and injection payloads, intended only for systems you own).

    Scanner Coverage

    The 614 total modules span a wide range of web security categories:

    • TLS and Transport — certificate validity, cipher weakness, HSTS, compression oracle
    • HTTP Headers — CSP with dangerous-value detection, CORS, Permissions-Policy, X-Frame-Options, 30+ checks
    • Cookies — HttpOnly, Secure, SameSite, cookie prefixes, partitioned cookies
    • Authentication — JWT algorithm confusion, session fixation, MFA detection, WebAuthn
    • Authorization — IDOR, broken object-level auth, mass assignment, path traversal
    • OAuth and Identity — PKCE, redirect URI validation, SAML signature wrapping, OIDC nonce
    • Injection — SSTI, XXE, LDAP injection, CRLF injection, command injection patterns
    • Supply Chain — SRI validation, dependency confusion signals, polyfill hijacking
    • Cloud — public S3 buckets, K8s API exposure, Docker daemon, CI/CD secret leakage
    • Compliance — PCI-DSS, HIPAA, SOC 2, ISO 27001, NIST CSF mapped to root security controls
    • Browser APIs — 78 checks covering WebUSB, WebBluetooth, WebXR, Payment Request, Geolocation

    Full scanner reference with CWE mappings and remediation guidance is in SCANNERS.md.

    Output Formats and CI Integration

    Tblue produces terminal output with colored PASS/WARN/FAIL results and a letter grade (A+ to F) plus a numeric score (0–100). Additional output formats include HTML reports with fix instructions, JSON for dashboards and pipelines, SARIF for GitHub Code Scanning and VS Code, and SIEM exports for ArcSight CEF, Elastic SIEM, Splunk SPL, Sigma detection rules, and Microsoft Sentinel KQL.

    A GitHub Actions integration (taylannuhogluofficial-png/Tblue@v2) lets teams gate pull requests on findings: --fail-on high returns exit code 1 on any high-severity finding, while --fail-below N blocks score regression. SARIF output can be uploaded to GitHub's Security tab for inline PR annotations.

    MCP Integration

    Tblue ships a built-in MCP server, making it usable as a native tool for AI assistants like Claude. Once connected via claude mcp add or Claude Desktop config, the AI gains three tools: scan (run any modules against a URL with auth support), list_modules (search available scanners by keyword or category), and explain_module (get plain-language explanations of what a scanner checks and how to fix findings). Scan categories include authentication, cors, csp, tls, oauth, ssrf, secrets, graphql, supply_chain, and more.

    Update: Version 2.0.1

    The current release is 2.0.1, available on PyPI. Version 2.0.0 fixed a credential-scoping bug where --cookie/--header/--bearer/--auth values were attached to a shared HTTP session that also reached third-party lookup services. Version 2.0.1 further fixed a redirect-scoping issue where those values and the cookie jar could follow a redirect off the target host. The README explicitly warns users who ran authenticated scans on 1.0.0, 1.0.1, or 2.0.0 to rotate their credentials. The project is actively maintained with a test suite of 6,741 tests, five of which are property-based tests enforcing the README's core safety claims.

    Tblue - 1

    Community Discussions

    Be the first to start a conversation about Tblue

    Share your experience with Tblue, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT license. Install via pip, Docker, or from source.

    • 582 passive security scanners
    • 32 opt-in probe and active modules
    • HTML, JSON, SARIF, SIEM output formats
    • GitHub Actions integration
    • MCP server for AI assistants

    Capabilities

    Key Features

    • 582 passive read-only security scanners
    • 32 opt-in probe and active modules
    • Parallel scanning with ThreadPoolExecutor (50 workers)
    • HTML, JSON, SARIF, CEF, Elastic, Splunk, Sigma, Sentinel output formats
    • GitHub Actions integration with severity and score gates
    • Built-in MCP server for AI assistant integration
    • Browser-powered scanning via Playwright for SPA and DOM XSS
    • Authenticated scans via cookie, bearer token, or basic auth
    • Continuous monitoring mode with configurable intervals
    • Local scan history with diff against previous run
    • Compliance modules for PCI-DSS, HIPAA, SOC 2, ISO 27001, NIST CSF
    • No accounts, no telemetry, no credential uploads
    • Docker support
    • MITRE ATT&CK technique mappings
    • CWE mappings and remediation guidance per finding

    Integrations

    GitHub Actions
    GitHub Code Scanning (SARIF)
    Claude (MCP)
    Claude Desktop (MCP)
    ArcSight (CEF)
    QRadar (LEEF)
    Elastic SIEM
    Splunk
    Microsoft Sentinel
    VS Code Problems panel
    Playwright
    crt.sh
    OSV
    NVD
    Docker
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Tblue and help others make informed decisions.

    Developer

    Taylan Nuhoğlu

    Taylan Nuhoğlu builds open-source security tooling focused on blue-team defense. Tblue, the flagship project, provides passive web security scanning for site owners and developers without requiring security expertise. The project is MIT-licensed, runs entirely locally, and emphasizes enforced safety guarantees over assertions.

    Read more about Taylan Nuhoğlu
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    RunSec icon

    RunSec

    AI-powered MCP server for secure coding that delivers zero-noise security findings with ready-to-run proof-of-concept exploits for instant verification.

    0xAudit icon

    0xAudit

    AI-powered security audit platform for autonomous agents with MCP protocol support, automated vulnerability scanning, and code fix generation.

    Claude Security icon

    Claude Security

    Claude Security is Anthropic's AI-powered security product designed to help security teams detect threats, analyze vulnerabilities, and accelerate security workflows.

    Browse all tools

    Related Topics

    Application Security

    AI tools for securing software applications and identifying vulnerabilities.

    111 tools

    Code Security

    Tools that analyze code for security vulnerabilities and issues.

    49 tools

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

    206 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions