diff --git a/README.md b/README.md index e38a5fa5..5518a1c9 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,7 @@ Below are a few bite‑size examples you can copy‑paste. Replace the text in q | 4 | `codex "Bulk‑rename *.jpeg → *.jpg with git mv"` | Safely renames files and updates imports/usages. | | 5 | `codex "Explain what this regex does: ^(?=.*[A-Z]).{8,}$"` | Outputs a step‑by‑step human explanation. | | 6 | `codex "Carefully review this repo, and propose 3 high impact well-scoped PRs"` | Suggests impactful PRs in the current codebase. | +| 7 | `codex "Look for vulnerabilities and create a security review report"` | Finds and explains security bugs. | ---