Blog

Insights & Updates

Thoughts on AI code safety, security research, product updates, and engineering best practices from the Jumbi team.

Research
8 min read

The Hidden Risks of Vibe Coding: What Every Team Should Know

AI coding assistants accelerate development, but the code they generate carries unique risks. We analyzed 10,000 AI-generated codebases to find the most common vulnerabilities.

Jan 28, 2026Read
Product
5 min read

Introducing Jumbi: AI Code Risk Assessment for the Modern Era

Today we are launching Jumbi - a purpose-built platform for assessing the risks of AI-generated code. Here is why we built it and how it works.

Jan 15, 2026Read
Engineering
10 min read

Why Traditional SAST Tools Miss AI-Generated Vulnerabilities

Static analysis tools were designed for human-written code patterns. AI-generated code introduces hallucinated APIs, phantom imports, and other patterns these tools cannot detect.

Jan 8, 2026Read
Security
6 min read

5 Security Patterns Every AI-Assisted Developer Should Check

From hardcoded secrets to eval() in user input handlers - here are the five most dangerous patterns we see in vibe-coded projects, and how to fix them.

Dec 20, 2025Read
Product
7 min read

How We Calculate the Jumbi Risk Score

A deep dive into our weighted scoring algorithm across four dimensions: Security (35%), Code Quality (25%), Dependencies (20%), and Test Coverage (20%).

Dec 12, 2025Read
Tutorial
9 min read

Building a CI/CD Gate for AI-Generated Code Quality

Learn how to integrate Jumbi into your GitHub Actions workflow to automatically block pull requests that exceed your team's risk threshold.

Dec 5, 2025Read