Scan Your Codebase for Vulnerabilities
Anthropic released a Claude Code plugin that scans codebases for vulnerabilities, allowing developers to review and apply patches locally. The plugin runs on Claude Code v2.1.154 or later, supports Gi…
Anthropic released a Claude Code plugin that scans codebases for vulnerabilities, allowing developers to review and apply patches locally. The plugin runs on Claude Code v2.1.154 or later, supports Gi…
An engineer built PRForge, an AI code review agent that reviews pull requests in under 60 seconds and auto-merges them if they meet quality rules. It works across GitHub, GitLab, Bitbucket, and Azure …
DocuWriter.ai launched an AI-powered code documentation tool that generates book-style documentation, API docs, and UML diagrams from source code via AST parsing and a code-aware retrieval pipeline, a…
Rahnuma.io offers AI-driven sprint planning that replaces gut-feeling estimations with data from historical velocity, automatically breaks down vague tickets into technical sub-tasks, and warns manage…
LocalMask, a new open-source CLI tool, masks personally identifiable information (PII) and secrets in code repositories before sending them to large language models (LLMs). The tool creates private, m…
A developer successfully added Mermaid diagrams to OpenWiki, LangChain's LLM-powered code documentation tool, by modifying its prompts to generate sequence and entity-relationship diagrams. The experi…
FaultFixer, a new tool for websites and apps, offers self-healing capabilities by detecting front-end and back-end errors, diagnosing root causes with AI, and sending fixes to AI coding tools. It feat…
Kilo shipped six enterprise features during Focus Week, including feature adoption tracking, agent sandboxing, sub-organization management, Bitbucket and Jira integration, auto-efficient model routing…
A new automated workflow enables developers to run an overnight documentation sweep loop that reviews codebases for documentation gaps, updates outdated docs, and opens a pull request for human review…
A developer explored integrating AI code review into Bitbucket and Jira workflows, finding that tools like Qodo can add an additional validation layer beyond traditional PR summaries. The AI reviewer …
AWS announced new features for AWS Security Agent at re:Invent 2025, including threat modeling using the STRIDE framework, expanded code review integrations with GitLab, Bitbucket, and Confluence, and…
BootProof, a new tool for developers, cryptographically verifies that a GitHub repository boots locally by building an evidence-based run plan, executing only justifiable commands, and producing a sig…
CodeRabbit CEO Yiwen Xu argues that enterprises should not build their own AI code reviewers because maintaining consistency across teams, tools, and code sources is too difficult. CodeRabbit acts as …
This article is a comprehensive guide to Git, covering everything from initial setup and configuration to advanced branching strategies. It explains Git as a distributed version control system that tr…
The GitHub repository "AppSecEzine" by Simpsonpt compiles a list of URLs (from issue 1 to 309) linking to various application security (AppSec) resources, including articles, tools, and vulnerability …