1. AI‑generated PRs can create real security holes
“Quote injection still alive and well in 2026. Gawd.” – chrisjj
2. Human review is eroding; “LGTM” lets low‑value changes slip through
“The real problem isn’t AI generating insecure code. It’s that AI makes it cheaper to introduce changes, while the cost of verifying them hasn’t gone down.” – CodeWithLeo
3. CI/CD pipelines (e.g., GitHub Actions/YAML) are inherently foot‑gun‑prone and need strict linting
“The workflow had an if: condition that appeared protective… it reduces to (null != ‘whitesource-for-github-com[bot]’) and is always true.” – btown