Read before you run.

These are tips — quick, practical prompts you can paste into an AI coding assistant. They are not a certified security assessment, not a substitute for professional review, and they do not produce 100% accurate results. Treat every finding as a starting point for your own judgement, not a verdict. The author and this site accept no liability for decisions made on the basis of the output. See the full disclaimer in the footer.

This is a short, self-contained playbook for testing the AI tool or agent you are building today, without standing up a test infrastructure. The tips are intentionally short, tool-agnostic, and copy-pasteable. They assume you have access to some AI coding assistant with a chat or inline-edit interface; the prompts are written so they work the same way whichever one you use.

Foundations

The prompts

Working the results

How to use this series

If you are short on time, jump straight to Tip 2 and try the first three or four prompts against the tool you are building right now. The other tips fill in the supporting habit — scoping the assistant correctly, capturing answers, re-testing after fixes, and a short pre-release routine — but the prompts are the part that does the work.

Nothing in this series is specific to a particular AI assistant, IDE, language, or framework. The prompts are written in plain English and only assume that the assistant can see your tool’s source. If yours cannot, fix that first (Tip 1).

More field guides