Claude Skill

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.

LLM Mart · 0 points · 0 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download agentskillexchange-skills-skills_block-unsafe-agent-actions-and-scan-newly-added-skills-with-agentguard-07beb56.zip · 1 KB
Part of agentskillexchange/skills — 249 skills

Install

skills CLI npx skills add https://github.com/agentskillexchange/skills/tree/main/skills/block-unsafe-agent-actions-and-scan-newly-added-skills-with-agentguard
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install agentskillexchange-skills@llmmart
Git git clone https://github.com/agentskillexchange/skills.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole agentskillexchange/skills collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

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.

Prerequisites

Node.js, supported agent runtime such as Claude Code or OpenClaw, local skill directories and agent action hooks

Installation

Use the upstream install or setup path that matches your environment:

Requirements and caveats from upstream:

  • Requires the local OpenClaw Gateway at 127.0.0.1:18789.

  • | 3 | Network Exposure | Detects dangerous ports bound to 0.0.0.0 (Redis, Docker API, MySQL, etc.), checks firewall status, flags suspicious outbound connections |
  • Note: Patrol requires an OpenClaw environment. For non-OpenClaw setups, use /agentguard scan and /agentguard report for manual security checks.

Basic usage or getting-started notes:

Documentation

Source

Files (skills)
  • SKILL.md 2.2 KB
    ---
    name: "Block unsafe agent actions and scan newly added skills with AgentGuard"
    slug: "block-unsafe-agent-actions-and-scan-newly-added-skills-with-agentguard"
    description: "Add a runtime guard that evaluates agent actions, blocks dangerous commands or secret exposure, and audits new skills before they run."
    github_stars: 390
    verification: "security_reviewed"
    source: "https://github.com/GoPlusSecurity/agentguard"
    author: "GoPlusSecurity"
    publisher_type: "open_source_project"
    category: "Security & Verification"
    framework: "Multi-Framework"
    tool_ecosystem:
      github_repo: "GoPlusSecurity/agentguard"
      github_stars: 390
      npm_package: "@goplus/agentguard"
      npm_weekly_downloads: 2947
    ---
    
    # 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.
    
    ## Prerequisites
    
    Node.js, supported agent runtime such as Claude Code or OpenClaw, local skill directories and agent action hooks
    
    ## Installation
    
    Use the upstream install or setup path that matches your environment:
    - npm install -g @goplus/agentguard
    - git clone https://github.com/GoPlusSecurity/agentguard.git
    - npm install @goplus/agentguard
    
    Requirements and caveats from upstream:
    - # Requires the local OpenClaw Gateway at 127.0.0.1:18789.
    - | 3 | **Network Exposure** | Detects dangerous ports bound to 0.0.0.0 (Redis, Docker API, MySQL, etc.), checks firewall status, flags suspicious outbound connections |
    - **Note:** Patrol requires an OpenClaw environment. For non-OpenClaw setups, use /agentguard scan and /agentguard report for manual security checks.
    
    Basic usage or getting-started notes:
    - 8 comprehensive security checks run on a configurable schedule
    - # skills, and reports matches back. Run in cron / on boot.
    - # Optional: after one subscribe run, install an OpenClaw isolated cron job that
    
    - Source: https://github.com/GoPlusSecurity/agentguard
    - Extracted from upstream docs: https://raw.githubusercontent.com/GoPlusSecurity/agentguard/HEAD/README.md
    
    ## Documentation
    
    - https://github.com/GoPlusSecurity/agentguard
    
    ## Source
    
    - [Agent Skill Exchange](https://agentskillexchange.com/skills/block-unsafe-agent-actions-and-scan-newly-added-skills-with-agentguard/)
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related