What problem does it solve?
This Skill acts as a crucial safety layer for AI Agents, preventing them from executing potentially destructive or insecure shell commands that could lead to data loss, system damage, or security breaches.
Core Features & Use Cases
- Command Interception: Monitors and intercepts shell commands before execution.
- Risk Assessment: Analyzes commands for dangerous patterns and assigns risk levels (CRITICAL, HIGH, MEDIUM, LOW).
- Approval Workflow: Requires explicit user approval for risky commands via in-session notifications.
- Audit Logging: Maintains a comprehensive log of all command executions, approvals, and rejections for traceability.
- Use Case: When an AI Agent is asked to "delete all old log files," SafeExec will intercept the
rm -rf command, notify the user of the HIGH risk, and wait for explicit approval before execution.
Quick Start
Enable SafeExec by telling your AI assistant to "Enable SafeExec".