AI coding assistants make it incredibly easy to generate code and open a pull request.

The problem is that security review doesn't automatically become faster just because code generation does.

So I wanted to test something simple:

What happens if AI-generated code is treated like any other pull request and automatically security-scanned before it is merged?

I built a small GitHub Action called AI Code Guard to test that.