Skill Detail

Block unsafe agent actions and scan newly added skills with AgentGuard

Add a runtime guard that evaluates agent actions, blocks dangerous commands or secret exposure, and audits new skills before they run.

Security & VerificationMulti-Framework
Security & Verification Multi-Framework Security Reviewed
⭐ 390 GitHub stars ⬇ 2.9k/wk npm
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill block-unsafe-agent-actions-and-scan-newly-added-skills-with-agentguard Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
Node.js, supported agent runtime such as Claude Code or OpenClaw, local skill directories and agent action hooks
Install & setup
Install with npm install @goplus/agentguard. For Claude Code, clone the repo and run ./setup.sh to install hooks, or install the skill manually from the repo. For OpenClaw, register the provided @goplus/agentguard/openclaw plugin entrypoint in plugin config.
Author
GoPlusSecurity
Publisher
Open Source Project
Last updated
Apr 21, 2026
Quick brief

Use AgentGuard when the job is to place a security review layer in front of agent actions and newly added skills, then stop obviously dangerous behavior before execution. The upstream project defines a concrete workflow: install the package, enable its hooks or plugin integration, scan new skills, and evaluate risky commands, secret access, and exfiltration patterns at runtime.

How it works

What this skill actually does

Invoke this instead of a generic security SDK or passive policy document when you need live guardrail enforcement around agent execution. The scope boundary is specific: AgentGuard audits skills and evaluates agent actions against explicit runtime security rules. That makes it a skill-shaped security workflow, not just a general-purpose library or broad platform listing.