Safeexec
Safeexec wraps your shell and blocks destructive commands (e.g., rm ‑rf, npm audit fix --force, git reset) unless you explicitly confirm, protecting uncommitted work.
- •You’re about to run a script that might accidentally delete files or reset git history.
- •Your team shares a terminal and you want a safety net against accidental rm ‑rf or git reset --hard.
- •You run CI/CD pipelines locally and need a guard against commands that could erase your repo.
safeexec npm audit fix --force # safeexec will pause, show you what will be changed, and ask "Proceed? (y/N)" before running the risky fix.
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/safeexec && curl -fsSL https://workflowstacks.com/api/skills/safeexec/claude-skill -o ~/.claude/skills/safeexec/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Safeexec is a small Shell project (~900 lines across 1 code files). Setup is light: installs like a normal app. Reading the code is optional. Last commit 5 months ago, MIT license, no tests found.
- 1README.mdStart here — what it does and how to install it
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/safeexec && curl -fsSL https://workflowstacks.com/api/skills/safeexec/claude-skill -o ~/.claude/skills/safeexec/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More ai-agent tools founders pair with this one.