Tag: OWASP
September 7, 2026
Security Audit for AI-Generated Code: A Developer’s Checklist
This is Part 3 of our AI Code Audit Series — covering the essential audits every team should run when building with AI agentic editors. Security is where AI-generated code fails most dangerously. Not most frequently — business logic errors are more common. But most dangerously, because security vulnerabilities don’t produce visible symptoms until they’re […]
September 5, 2026
The Hidden Security Risks of Building Apps With AI — and How to Fix Them
AI coding tools have genuinely changed how software gets built. GitHub Copilot, Cursor, Claude, ChatGPT — developers are using them to write boilerplate, generate functions, scaffold entire features, and move faster than was previously possible. The productivity gains are real and significant. But there’s a problem that doesn’t get nearly enough attention: AI coding tools […]
July 12, 2026
Securing Laravel APIs in 2026: Beyond Basic Authentication
Most Laravel API tutorials cover Sanctum or Passport and call it done. Authentication is table stakes — it’s the minimum. A production API serving real business data needs significantly more. This guide covers advanced Laravel API security for 2026 — the layer above authentication that most developers skip. The OWASP API Security Top 10 — […]