1. GitHub Pages Workflow Exposes Unmerged Development Code to Public Internet
A misconfigured GitHub Actions workflow in the InfraLens project publicly serves the `dev` branch alongside production code. The Pages deployment workflow checks out both `main` and `dev`, copying development work directly into the public artifact served at `https://floriancasse.github.io/InfraLens/dev/`. This means un...