Back to browse
GitHub Repository

AI agent safety shield — intercepts dangerous commands, requires password verification, sends alerts across all platforms and AI tools

1 starsShell

I built a safety shield for AI agents that intercepts dangerous commands

by Thomas_Zhou·Jul 6, 2026·1 point·0 comments

AI Analysis

●●SolidSolve My ProblemNiche Gem

Password-gated command interception beats silent AI agent failures.

Strengths
  • Multi-platform alert system covers Feishu, Telegram, Discord, WhatsApp, Signal, Slack
  • Tier-based blocking distinguishes filesystem destruction from git operations
  • Works at system level via shell script and git hooks, not just one AI tool
Weaknesses
  • Only 1 GitHub star suggests very early adoption and untested edge cases
  • No Windows support mentioned despite listing Windows destructive commands
Category
Target Audience

Developers using AI coding agents with shell access

Similar To

Cline · Cursor · Continue

Similar Projects

Security●●Solid

Clawsec - Open-source plugin for OpenClaw that blocks dangerous actions

Every tool call is caught by middleware, scored against built-in rulesets like destructive-commands, secrets/* and exfiltration/* in under 5ms, then enforced as block/confirm/allow via a clawsec.yaml — neat, pragmatic attack surface reduction. The demo and auto-generated config make onboarding trivial, but it currently reads as an OpenClaw-first solution; broader agent-framework integrations or stronger isolation guarantees would make this a must-install.

Solve My ProblemNiche GemSlick
subho007
114mo ago