2026-05-22·February 2025
StackBlitz
WebContainer-based projects silently deleted user files during a refactor of the virtual filesystem layer.
Vibe coding score
68/100Strong signals
Reasoning
The StackBlitz team ships heavily with AI pair programming and has a small engineering org for the scope of the product. The bug pattern — incorrect path normalization leading to unintended deletion — is a common failure mode in AI-generated filesystem code where edge cases (trailing slashes, symlinks) are handled inconsistently. The refactor was shipped quickly without rollback. Moderate-high confidence.