DEV Community

Cover image for Learn Claude Code: /security-review
Eduardo Aguilera
Eduardo Aguilera

Posted on • Originally published at aguilera.ee

Learn Claude Code: /security-review

Catch injection, broken auth, and secret leaks before your PR does.

Description

Reads the diff on the current branch and flags security risks — injection, broken auth, secret exposure, unsafe deserialization, dependency vulns surfaced in the diff, etc.

Use case

You're about to open a PR that touches authentication. You want a security-focused pass before reviewers do.

Top comments (0)