Quiz 16 Question 13 of 20

A security team wants to ensure that code generated by their autonomous coding agent meets organizational security standards before being merged. They propose running SAST (Static Application Security Testing) scans on agent-generated pull requests. A developer suggests adding the SAST scan as a GitHub Actions workflow triggered by the PR creation event. An architect suggests making the SAST scan a blocking evaluation gate in the agent's own execution loop. Which approach BEST integrates security scanning into the agentic evaluation pipeline?

Select an answer to reveal the explanation.

Motivation