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. Bearer CLI
    Bearer CLI icon

    Bearer CLI

    Code Security

    A static application security testing (SAST) CLI tool that scans source code and analyzes data flows to discover, filter, and prioritize security and privacy risks.

    Visit Website

    At a Glance

    Pricing
    Open Source
    Free tier available

    Free and open-source SAST CLI tool for security and privacy scanning under the Elastic License 2.0.

    Bearer Pro: Custom/contact

    Engagement

    Available On

    macOS
    Linux
    Web
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Code SecurityApplication SecurityCompliance Tools

    Alternatives

    ChainguardCheckmarxEndor Labs
    Developer
    Cycode (Bearer)Cycode builds an Agentic Development Security Platform that…

    Listed Aug 2026

    About Bearer CLI

    Bearer CLI is an open-source static application security testing (SAST) tool built by Bearer (now part of Cycode) that scans source code and analyzes data flows to identify security vulnerabilities and privacy risks. It is available as a free CLI tool under the Elastic License 2.0, with a commercial extension called Bearer Pro available through Cycode. The project is part of Cygives, described as the community hub for free and open developer security tools.

    What It Is

    Bearer CLI is a command-line SAST scanner that goes beyond traditional vulnerability detection by combining security analysis with sensitive data flow tracking. It scans codebases in Go, Java, JavaScript, TypeScript, PHP, Python, and Ruby, checking against built-in rules that cover the OWASP Top 10 and CWE Top 25. Its distinguishing feature is the ability to trace how personally identifiable information (PII), personal health information (PHI), and other sensitive data types move through an application — enabling both security and privacy compliance reporting from a single scan.

    Security and Privacy Coverage

    Bearer CLI covers a broad range of vulnerability categories through its built-in rule set:

    • Access control: Path traversal, open redirect, exposure of sensitive information (OWASP A01)
    • Cryptographic failures: Weak algorithms, insecure communication (A02)
    • Injection: SQL injection, XSS, XPath, input validation (A03)
    • Design flaws: Missing encryption of sensitive data, persistent cookies with sensitive info (A04)
    • Security misconfiguration: Cleartext storage in cookies or JWTs (A05)
    • Authentication failures: Hard-coded passwords, improper certificate validation (A07)
    • Data integrity failures: Deserialization of untrusted data (A08)
    • Logging failures: Insertion of sensitive information into log files (A09)
    • SSRF (A10)

    On the privacy side, Bearer CLI identifies over 120 sensitive data types and can detect components — databases like pgSQL, third-party APIs like OpenAI and Sentry — that process sensitive data. This output feeds directly into Privacy Impact Assessments (PIA), Data Protection Impact Assessments (DPIA), and Records of Processing Activities (RoPA) for GDPR compliance.

    How It Works

    Bearer CLI performs static analysis without ever reading actual runtime values — it analyzes code patterns and data flow paths. The scanner classifies data types by matching patterns in source code, then traces how those data types flow through the application. Findings are ranked by severity (CRITICAL, HIGH, MEDIUM, LOW) and linked to specific file locations and line numbers.

    The tool supports multiple installation methods: a shell install script, Homebrew, Debian/Ubuntu apt, RHEL/CentOS yum, Docker (available on Docker Hub and ghcr.io), and direct binary download. It integrates with CI/CD pipelines via GitHub Actions and GitLab CI/CD, and supports diff scanning to limit checks to changed code on a branch.

    Bearer Pro and Open-Source Distinction

    The README distinguishes between two tiers: Bearer CLI (open source) and Bearer Pro (commercial, via Cycode). Bearer Pro extends the open-source tool with:

    • Advanced cross-file and interprocedural analysis for Java, Python, C#, and Go
    • Additional language support: C#, Kotlin, Elixir, VB.Net, Rust, and Swift

    The README notes that Bearer Pro's interprocedural analysis for Java achieved a score of 76% on the OWASP Java Benchmark with a reported false positive rate of less than 2%.

    Update: v2.1.1

    The latest release is v2.1.1, published on August 24, 2026, according to the GitHub repository metadata. The project remains actively maintained, with the repository last pushed to on August 24, 2026, and 2,737 stars and 149 forks as of that date. Bearer CLI is licensed under the Elastic License 2.0 (ELv2), which permits free internal use within an organization but restricts offering it as a hosted or managed service to third parties without explicit approval from Bearer Inc.

    Bearer CLI - 1

    Community Discussions

    Be the first to start a conversation about Bearer CLI

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

    Pricing

    OPEN SOURCE

    Bearer CLI (Open Source)

    Free and open-source SAST CLI tool for security and privacy scanning under the Elastic License 2.0.

    • SAST scanning for Go, Java, JavaScript, TypeScript, PHP, Python, Ruby
    • OWASP Top 10 and CWE Top 25 built-in rules
    • Sensitive data flow analysis
    • Privacy report generation
    • CI/CD integration

    Bearer Pro

    Commercial extension via Cycode with advanced cross-file analysis and additional language support.

    Custom
    contact sales
    • All Bearer CLI open-source features
    • Advanced cross-file and interprocedural analysis for Java, Python, C#, Go
    • Additional languages: C#, Kotlin, Elixir, VB.Net, Rust, Swift
    • Reduced false positives with interprocedural analysis
    View official pricing

    Capabilities

    Key Features

    • Static application security testing (SAST)
    • OWASP Top 10 and CWE Top 25 coverage
    • Sensitive data flow analysis
    • PII and PHI detection
    • Privacy report generation (PIA, DPIA, RoPA)
    • 120+ sensitive data type classifications
    • Custom rule creation
    • CI/CD integration (GitHub Actions, GitLab CI/CD)
    • Diff scanning for PRs
    • Multiple report types (security, privacy, dataflow)
    • Docker support
    • Shell completions
    • Built-in rules for SQL injection, XSS, SSRF, and more

    Integrations

    GitHub Actions
    GitLab CI/CD
    Docker
    Homebrew
    Debian/Ubuntu apt
    RHEL/CentOS yum
    pgSQL
    OpenAI
    Sentry
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

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

    Developer

    Cycode (Bearer)

    Cycode builds an Agentic Development Security Platform that enables enterprises to secure software development from prompt to cloud. The platform converges AST, SSCS, and ASPM with deterministic and AI-scanning engines, third-party integrations, and a Context Intelligence Graph. Bearer CLI, Cycode's open-source SAST tool, is part of Cygives — the community hub for free and open developer security tools. Cycode was founded in 2019 and has raised over $81M in funding.

    Read more about Cycode (Bearer)
    WebsiteGitHubLinkedIn
    1 tool in directory

    Similar Tools

    Chainguard icon

    Chainguard

    Chainguard provides minimal, hardened container images, malware-resistant language libraries, and VM images with CVE remediation and compliance support for secure software supply chains.

    Checkmarx icon

    Checkmarx

    Checkmarx is an enterprise application security testing platform that helps organizations find and fix vulnerabilities across their software development lifecycle.

    Endor Labs icon

    Endor Labs

    AI-powered application security platform that pinpoints and fixes critical risks across code, open source dependencies, and container images.

    Browse all tools

    Related Topics

    Code Security

    Tools that analyze code for security vulnerabilities and issues.

    49 tools

    Application Security

    AI tools for securing software applications and identifying vulnerabilities.

    111 tools

    Compliance Tools

    Tools for security standards, auditing, and regulatory compliance.

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