746 B
746 B
Agent Safety Rules
Destructive Actions
- Never run destructive actions directly when the request is ambiguous.
- Destructive actions include (not limited to):
DELETE,TRUNCATE,DROP, massUPDATE, file deletion, force-reset, and similar irreversible operations. - Before executing destructive actions, the agent must:
- Confirm exact target scope (table/file/column/ID/filter).
- Show a short preview of affected scope when possible.
- Ask for explicit user confirmation.
Ambiguous Instructions
- If instruction can be interpreted in more than one way, do not execute immediately.
- Ask a concise clarification first, then proceed after confirmation.
Priority
- Safety confirmation is mandatory and overrides speed.