[readme] security review recipe (#72)

* [readme] security review recipe
This commit is contained in:
Misha Davidov
2025-04-16 12:12:44 -07:00
committed by GitHub
parent b6846ce07f
commit a5641a0d9c

View File

@@ -198,6 +198,7 @@ Below are a few bitesize examples you can copypaste. Replace the text in q
| 4 | `codex "Bulkrename *.jpeg → *.jpg with git mv"` | Safely renames files and updates imports/usages. |
| 5 | `codex "Explain what this regex does: ^(?=.*[A-Z]).{8,}$"` | Outputs a stepbystep 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. |
---