safe-shell-execution-claude-codePerform layered safety checks on shell commands: detect injections, warn before destructive ops, protect sensitive paths, and require confirmations before ex...
Install via ClawdBot CLI:
clawdbot install lizlzzzz/safe-shell-execution-claude-codeGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Accesses sensitive credential files or environment variables
/etc/passwdPotentially destructive shell commands in tool definitions
rm -rf /Accesses system directories or attempts privilege escalation
/etc/hostsAI Analysis
This skill is a local security policy definition that provides safety checks for shell command execution. It contains no external API calls, data exfiltration mechanisms, or hidden instructions that override user intent. The skill's purpose is purely defensive, implementing pattern detection and warnings to prevent destructive operations.
Generated May 7, 2026
An AI agent manages a CI/CD pipeline that executes shell commands for building, testing, and deploying code. The safe-shell-execution skill ensures that any command run by the agent is scanned for injection patterns, destructive operations are warned about, and sensitive files (e.g., deployment credentials) are protected before execution.
An AI assistant helps system administrators update server configurations by running shell commands. The skill prevents accidental overwrites of critical system files (like /etc/passwd or /etc/sudoers) and blocks injection attacks that could compromise the server.
A coding tutorial platform uses an AI agent that executes student-submitted shell commands in a sandbox. The skill detects malicious patterns like command substitution or zsh-specific attacks, protecting the platform while allowing safe learning commands.
A personal AI agent helps users automate daily tasks like file management, git operations, or script execution on their local machine. The skill warns before destructive commands (e.g., 'rm -rf') and blocks attempts to modify sensitive shell configs or credentials.
A security AI agent automates incident response by running shell commands for forensics, log analysis, and system lockdown. The skill ensures that commands are safe and do not inadvertently destroy evidence or modify system files without confirmation.
Offer a subscription-based AI agent platform that includes the safe-shell-execution skill as a premium safety feature. Customers pay per month or per user for secure shell execution capabilities, reducing liability and enhancing trust.
Integrate the skill as an add-on for existing development tools (e.g., IDEs, CI servers). Charge a one-time or annual license fee for the safety checks, appealing to enterprises that need to enforce secure AI-agent interactions.
Provide the skill as a service layer for third-party AI assistants (e.g., customer support chatbots with shell access). Charge per API call or per command execution, ensuring safe operations without the client building their own security.
💬 Integration Tip
Implement the execution flow as a middleware function that intercepts all shell commands before they reach the system shell, applying the four-layer checks sequentially.
Scored May 7, 2026
Audited Apr 16, 2026 · audit v1.0
Real-time search engine supporting web search, vertical domain search, parallel batch search, and URL content extraction.
Manage Feishu (Lark) calendars by listing, searching, checking schedules, syncing events, and marking tasks with automated date extraction.
Process multiple items with progress tracking, checkpointing, and failure recovery.
cad reference tool
Search, install, and create OpenClaw skills using intelligent matching across built-in, local, and GitHub skill repositories.
Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions.