Enforces security policies and safety guardrails by validating terminal commands against predefined rules before execution.
Command Guard provides a critical safety layer for AI agents by intercepting and evaluating CLI commands against local .agentpolicy and .agentignore files. It prevents accidental execution of destructive actions, enforces organizational security standards, and maintains a comprehensive action log for transparency. This skill is essential for developers who want to grant Claude autonomy while ensuring it operates within strictly defined safety boundaries, requiring explicit approval for guarded commands while blocking prohibited ones automatically.
主な機能
01Pre-execution command validation
02Comprehensive action logging and auditing
03Automated .agentpolicy enforcement
04Interactive confirmation for high-risk actions
05Seamless integration with .agentignore rules
060 GitHub stars
ユースケース
01Auditing AI-driven terminal activity for security compliance and post-mortem analysis
02Preventing accidental deletion of production databases or critical system files
03Standardizing allowed terminal commands across a distributed development team