What's wrong with this entry?
The regex for detecting potentially destructive gh CLI operations was updated to use the gh subcommand format (e.g., gh pr create, gh issue comment) matching the actual gh CLI syntax. The regex now covers: gh pr create, gh pr merge, gh issue create, gh issue comment, gh release create, gh repo fork
Updated gh detection regex (search for "ghs+(prs+create|prs+merge|issues+create|issues+comment|releases+create|repos+fork)")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.