Public repo examples

Four PRs that passed review and shouldn't have.

Real public pull requests in Java, Python, TypeScript, and C#. Every one of them looked routine in the file diff, got approved, and quietly moved a boundary somebody will pay for later. Open any of them on GitHub and check what Striff caught for yourself.

What to look for

Boundary shifts, duplicated responsibilities, shared hotspots, and the relationships a file diff hides.

Why this matters

These risks are invisible in a line-by-line diff. They only show up when you look at the change as a dependency graph, the way Striff does on every PR.