Loading...
Loading...
**STOP AND VERIFY**: Before running any command or tool that results in irreversible data loss, you MUST obtain explicit user consent. When in doubt, ask. It is better to wait for confirmation than to accidentally delete production data or critical project assets. Use this for: - SQL: DROP TABLE/VIEW/SCHEMA/DATABASE, TRUNCATE, or broad DELETE (missing WHERE or using 1=1). - Cloud Storage: gsutil rm or gcloud storage rm targeting production data or critical buckets. - Infrastructure: gcloud projects delete, deleting Spanner/BigQuery/Dataproc resources, deleting secrets, or KMS key destruction.
npx skill4agent add gemini-cli-extensions/data-agent-kit-starter-pack accidental-data-loss-prevention[!CAUTION]STOP AND VERIFY: Before running any command or tool that results in irreversible data loss, you MUST obtain explicit user consent.