💡 How to use these prompts:
Replace everything in [BRACKETS] with your specific details before sending.
Click Copy to copy any prompt to your clipboard instantly.
Here is my agent setup: [DESCRIBE TOOLS, CREDENTIALS, NETWORK ACCESS, STORAGE]
List everything it can reach, including things I probably did not intend as capabilities:
- Anything writable
- Anything that persists between runs
- Anything reachable on the network
- Anything another process reads
For each, tell me whether it could be used to communicate or store state, whether or not that is its purpose.
My agent currently has these permissions: [LIST]
For the task it actually performs: [DESCRIBE], tell me:
- Which permissions are genuinely required
- Which are convenience rather than necessity
- What breaks if I remove each one
- What the narrowest workable set looks like
Assume I would rather the agent fail than overreach.
Here is what I currently log for agent runs: [DESCRIBE]
If the agent did something I did not anticipate, would I know? Specifically:
- What actions would appear in my logs
- What would not appear at all
- Whether I log where traffic went, or only what the agent reported doing
- What I would need to add to close that gap
Be specific about the blind spots rather than reassuring.
My agent runs unattended doing: [DESCRIBE]
Define the conditions under which it should stop automatically:
- Spend thresholds per run
- Action counts that suggest a loop
- Any destination or resource it should never touch
- Anything that means something has gone wrong even if each step looks fine
Give me thresholds I can implement, not principles.
My agent reads content from: [LIST SOURCES]
For each, tell me:
- Whether that content could contain instructions
- What an attacker would try to make the agent do
- What in my setup would stop it
- What would not be stopped
Include hidden text, comments and unusual formatting as attack surfaces.
I want this to run without supervision: [DESCRIBE]
Argue against it. Specifically:
- What could go wrong, ranked by severity rather than likelihood
- Which steps genuinely need a person
- How quickly I would find out if it went wrong
- Whether the time saved justifies the exposure
Then tell me whether your argument holds.