
Research
/Security News
Bitwarden CLI Compromised in Ongoing Checkmarx Supply Chain Campaign
Bitwarden CLI 2026.4.0 was compromised in the Checkmarx supply chain campaign after attackers abused a GitHub Action in Bitwarden’s CI/CD pipeline.
code-analyzer-b
Advanced tools
A tool to analyze code repositories for security vulnerabilities using DeepSeek AI
██████╗ ██████╗ ██████╗ ███████╗ █████╗ ███╗ ██╗ █████╗ ██╗ ██╗ ██╗ ███████╗███████╗██████╗
██╔════╝██╔═══██╗██╔══██╗██╔════╝ ██╔══██╗████╗ ██║██╔══██╗██║ ╚██╗ ██╔╝ ╚══███╔╝██╔════╝██╔══██╗
██║ ██║ ██║██║ ██║█████╗ ███████║██╔██╗ ██║███████║██║ ╚████╔╝ ███╔╝ █████╗ ██████╔╝
██║ ██║ ██║██║ ██║██╔══╝ ██╔══██║██║╚██╗██║██╔══██║██║ ██╔╝ ███╔╝ ██╔══╝ ██╔══██╗
╚██████╗╚██████╔╝██████╔╝███████╗██╗██║ ██║██║ ╚████║██║ ██║███████╗ ██║ ███████╗███████╗██║ ██║
╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝╚══════╝ ╚═╝ ╚══════╝╚══════╝╚═╝ ╚═╝
Code Analyzer 🛡️ is a powerful command-line tool for analyzing code repositories for security vulnerabilities 🐛 and bugs. It leverages the DeepSeek API 🤖 to provide AI-powered insights into your codebase, helping you identify and address potential issues efficiently.
Version: 0.2.x 🚀
To install Code Analyzer version 0.2.x, use pip:
pip install code-analyzer==0.2.x
After installation, set up your DeepSeek API key 🔑:
code_analyzer setup
Follow the prompts to enter your API key. You can obtain a key from DeepSeek.
To analyze a public GitHub repository:
code_analyzer analyze https://github.com/user/repo
For private repositories, use the --git-token option with a GitHub access token 🔒:
code_analyzer analyze https://github.com/user/private-repo --git-token YOUR_TOKEN
To analyze a local directory:
code_analyzer analyze /path/to/local/repo
Or, to analyze the current directory:
code_analyzer analyze .
-o, --output FILE 💾: Save the report to a file (supports .txt, .md, .html, .json, .sarif)-f, --format FORMAT 🎨: Specify the output format (txt, md, html, json, sarif)--verbose 📣: Enable detailed output for debugging--no-details 🚫: Exclude detailed findings from the report--lang LANG 🌍: Set the report language (en, uz, zh, ru)--no-stream 🤐: Suppress console output and save directly to the output fileExample with options:
code_analyzer analyze . --output report.sarif --format sarif --no-stream --lang zh
🔍 For more information, visit the GitHub repository🐙
FAQs
A tool to analyze code repositories for security vulnerabilities using DeepSeek AI
We found that code-analyzer-b demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Bitwarden CLI 2026.4.0 was compromised in the Checkmarx supply chain campaign after attackers abused a GitHub Action in Bitwarden’s CI/CD pipeline.

Research
/Security News
Docker and Socket have uncovered malicious Checkmarx KICS images and suspicious code extension releases in a broader supply chain compromise.

Product
Stay on top of alert changes with filtered subscriptions, batched summaries, and notification routing built for triage.