accidental-data-loss-prevention

Require explicit user confirmation before executing destructive SQL, cloud storage, or infrastructure commands.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/DaBigHomie/ugwtf --skill accidental-data-loss-prevention-dabighomie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accidental-data-loss-prevention
Source: https://github.com/DaBigHomie/ugwtf/tree/main/.claude/skills/accidental-data-loss-prevention
Command: npx skills add https://github.com/DaBigHomie/ugwtf --skill accidental-data-loss-prevention-dabighomie

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that no irreversible data loss occurs without explicit user consent, providing a safety net for critical operations.

Core Features & Use Cases

  • Consent Verification: Stops execution of commands that could lead to data loss unless explicit user consent is obtained.
  • Use Case: Before running a destructive SQL command or deleting cloud storage data, this Skill prompts for user confirmation to prevent accidental deletions.

Quick Start

Run the 'accidental-data-loss-prevention' skill before executing any high-risk command.

Frequently Asked Questions about accidental-data-loss-prevention

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent accidental data loss when running destructive SQL commands?

To prevent accidental data loss when running destructive SQL commands, you need a mechanism that stops execution and requires explicit user consent before the irreversible command is allowed to proceed.

What is explicit user consent verification for irreversible infrastructure operations?

Explicit user consent verification for irreversible infrastructure operations is a safety mechanism that intercepts destructive commands and prompts the user for confirmation, ensuring no data loss occurs without direct approval.

How do I add a safety prompt before deleting cloud storage data?

You can add a safety prompt before deleting cloud storage data by implementing a verification layer that halts command execution and requires explicit user confirmation to prevent accidental deletions.

Does this data loss prevention approach work for both SQL and cloud storage?

Yes, this data loss prevention approach works for both SQL and cloud storage, as it applies consent verification to any irreversible command that could lead to data loss across your infrastructure operations.

How do I require user confirmation for high-risk command execution?

To require user confirmation for high-risk command execution, you run a safety skill before the operation that intercepts the process and demands explicit consent to proceed with any destructive action.

When should I use a consent verification mechanism for command execution?

You should use a consent verification mechanism for command execution whenever you are preparing to run high-risk, irreversible operations that could lead to data loss in your databases or infrastructure.