One-click install
npx skills add https://github.com/aporto-tech/aporto-agent-skills --skill careful-aporto-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: careful
Source: https://github.com/aporto-tech/aporto-agent-skills/tree/main/skills/gstack/careful
Command: npx skills add https://github.com/aporto-tech/aporto-agent-skills --skill careful-aporto-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Mitigates the risk of accidental destructive operations in a command line environment by providing safety guardrails for known harmful commands.

Core Features & Use Cases

  • Prevention of Destructive Actions: Monitors for potentially dangerous commands and warns the user before executing.
  • Use Case: Use when working on a production system or performing risky operations, such as 'rm -rf', 'DROP TABLE', or 'git reset --hard'.
  • Override System Checks: Provides a system to override warnings after due consideration.

Quick Start

Activate careful mode before running any commands in a production environment to enable safety checks.

Frequently Asked Questions about careful

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

FAQPage Schema
How do I prevent accidental destructive operations like rm -rf in the command line?

To prevent accidental destructive operations in the command line, you can activate safety guardrails that monitor for harmful commands like 'rm -rf' and prompt user warnings before execution. This mitigates risks during interactive shell sessions.

What is the best way to add safety checks before executing shell commands on a production system?

The best way to add safety checks on a production system is to enable an oversight mode that monitors command execution and warns you before running known destructive operations like 'git reset --hard' or 'DROP TABLE'.

Can I override command line safety warnings when I know a shell command is safe?

Yes, you can override command line safety warnings after due consideration. The system provides an override mechanism to bypass the guardrails and proceed with executing the flagged command.

How does command execution oversight work for high risk tolerance systems?

Command execution oversight works by monitoring interactive shell sessions for known harmful patterns and prompting a user warning before executing destructive actions, thereby mitigating risks in high risk tolerance systems.

When do I need to enable shell checks for destructive operations prevention?

You need to enable shell checks for destructive operations prevention when working on a production system or performing risky operations such as 'rm -rf', 'DROP TABLE', or 'git reset --hard' to mitigate potential destructive actions.