subagentchecklists

.com verification checklist

← all checklist items

Anthropic's Claude Code security-guidance plugin runs a three-stage code review: a lightweight pattern check during file edits (no model call), a deeper review when Claude performs commits or pushes via the Bash tool that checks surrounding files/sanitizers/related code paths to reduce false positives, and a final catch for issues like injection flaws, unsafe deserialization, and insecure DOM APIs.

Verification gate chk_security_review_three_stages
full item
Anthropic's Claude Code security-guidance plugin runs a three-stage code review: a lightweight pattern check during file edits (no model call), a deeper review when Claude performs commits or pushes via the Bash tool that checks surrounding files/sanitizers/related code paths to reduce false positives, and a final catch for issues like injection flaws, unsafe deserialization, and insecure DOM APIs.
summary

A layered review pattern -- cheap pattern checks on every edit, a deeper model-backed review at commit/push time -- catches security issues before they reach a pull request.

source

Claude now reviews and fixes vulnerabilities as you write code (Help Net Security, 2026-05-27)
https://www.helpnetsecurity.com/2026/05/27/anthropic-claude-code-security-guidance-plugin/

provenance

created 2026-07-02 06:02:48 · JSON