home/writing/review-prompts-2

Review Prompts

GPTClaudeGemini··567 copies·updated 2026-07-14
review-prompts-2.prompt
# Security Review Prompts

Use these questions during a focused security pass.

- What untrusted input enters this path?
- Where can that input cross a privilege boundary?
- Could a secret be exposed through logs, docs, prompts, or generated files?
- Does this change make file, network, or execution authority broader than before?
- If configuration is missing or malformed, does the system fail safely?
- Is there any path where the user would assume consent but the code acts without it?

when to use it

Community prompt sourced from the open-source GitHub repo LeoYeAI/openclaw-coding-skills (MIT). A "Review Prompts" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

writingcommunitygeneral

source

LeoYeAI/openclaw-coding-skills · MIT