Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计提醒

jjy-agentguard杰杰特工卫士

Agent Skill

jjy-agentguard 用于辅助安全审计、权限检查和凭据风险排查,适合在 OpenClaw 中需要复核安全边界、认证流程或敏感配置时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,656

周安装

194

GitHub Stars

公开资料未说明

下载量

1,552
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:jjy-agentguard(杰杰特工卫士)
来源仓库:https://github.com/zxz333zxz/jjy-agentguard
安装命令:
openclaw skills install jjy-agentguard
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install jjy-agentguard

简介

拦截危险操作并审核所有敏感行为。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

  • 提供安全审计和凭据风险防护能力。
  • 所有命令需经 ag_* 前缀安全检查。
  • 需提前配置白名单和操作权限策略。
  • 建议定期更新安全规则库。jjy-agentguard 属于效率类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
agentguard
description
AgentGuard security engine — intercept dangerous operations, audit all actions, protect sensitive data. All commands/file/network operations go through ag_* tools for rule engine review. AgentGuard 安全引擎 — 拦截危险操作、审计所有行为、保护敏感数据。所有命令/文件/网络操作通过 ag_* 工具经规则引擎审核后执行。
homepage
https://www.agentguard.site
user-invocable
true
command-dispatch
tool
command-tool
ag_status
command-arg-mode
raw
metadata
{ "openclaw": { "emoji": "🛡️", "requires": { "bins": ["agentguard"] }, "env": { "AGENTGUARD_DAEMON_PORT": { "description": "AgentGuard daemon dashboard port", "default": "19821" } }, "os": ["darwin", "linux"] } }

AgentGuard Security Engine

You now have the AgentGuard Security Engine integrated. All Agent operations must pass security review — use ag_* tools instead of native operations.

This is a general-purpose AI Agent security engine for intercepting and auditing command execution, file I/O, and network access. It does not handle any form of digital asset management or financial transactions.

Security Architecture

AgentGuard provides four layers of protection to ensure agents cannot bypass security controls:

  1. Gateway Tool Blocking (L1) — During setup, setup.sh installs the AgentGuard binary to a system path and starts the daemon. Users must manually add tools.deny entries to openclaw.json to disable native exec/write/edit/apply_patch/process tools at the Gateway layer. Agents are physically unable to call blocked native tools. Rollback: manually delete the tools.deny entries in openclaw.json to restore native tools.
  2. Rule Engine (L2) — All ag_* tool calls are reviewed against command blacklists/whitelists, file path controls, and domain whitelists.
  3. Redaction Engine (L3) — Automatically filters API credentials, auth tokens, SSH keys, and 15 categories of sensitive information (bidirectional input+output redaction).
  4. Audit Log (L4) — All operations are logged to local SQLite, viewable in the Dashboard, tamper-proof.
⚠️ Native dangerous tools are blocked at the Gateway layer. You can only use the ag_* tools listed below to perform operations.

Security Tools

Operation Tools (replace native tools)

ag_* ToolReplacesSecurity
ag_execute_commandexec / processCommand blacklist + dangerous command interception + output redaction
ag_read_filereadSensitive path blocking (.ssh/, system credential store, browser data) + content redaction
ag_write_filewrite / edit / apply_patchPath access control + write content redaction check
ag_list_directoryread (directory)Directory access control
ag_http_requestbrowser / network toolsDomain whitelist + data exfiltration prevention

Inspection Tools

ag_* ToolPurpose
ag_skill_checkCheck if a skill/plugin is on the security whitelist
ag_statusView engine status: mode / audit stats / Panic state

Control Tools

ag_* ToolPurpose
ag_panicEmergency stop — immediately reject all subsequent operations
ag_resumeResume normal operation

Usage Rules

  1. **Must use ag_* tools** for all command, file, and network operations. Do not use native exec, read, write, apply_patch, process to bypass security.
  2. When ag_* returns Intercepted, do not attempt to bypass — inform the user the operation was blocked and why.
  3. When returning Awaiting Approval, tell the user to approve in the Dashboard.
  4. If AgentGuard daemon is not running (connection failed), prompt the user:

- Install: run setup.sh in the skill directory (installs from local binary, no network download) - Start: agentguard daemon start

  1. Use ag_status anytime to check current security state.
  2. Use ag_panic for emergency stop when suspicious behavior is detected.

Security Modes

  • enforce — Violations are rejected immediately
  • supervised — Suspicious operations pause for user approval
  • permissive — Audit logging only, no blocking

Dashboard

Audit logs viewable at: http://127.0.0.1:19821

Features: real-time operation timeline / audit statistics / rule configuration / one-click Panic

Uninstall & Rollback

  1. agentguard daemon stop — stop the daemon
  2. Delete the tools.deny entries in openclaw.json
  3. rm /usr/local/bin/agentguard — remove the binary

AgentGuard 安全引擎

你现在集成了 AgentGuard 安全引擎。所有 Agent 操作必须经过安全审核,你需要使用 ag_* 系列工具替代原生操作。

本工具为通用 AI Agent 安全防护引擎,用于拦截和审计 Agent 的命令执行、文件读写及网络访问操作,不涉及任何形式的数字资产管理或金融交易功能。

安全架构

AgentGuard 通过 四层防护 确保 Agent 无法绕过安全监管:

  1. Gateway 工具封锁 (L1) — 安装时 setup.sh 将 AgentGuard 二进制文件安装到系统路径并启动守护进程。用户需在 openclaw.json 中手动添加 tools.deny 条目以在 Gateway 层禁用原生 exec/write/edit/apply_patch/process 工具。Agent 物理上无法调用被封锁的原生工具。回滚方式:手动删除 openclaw.json 中的 tools.deny 条目即可恢复原生工具。
  2. 规则引擎 (L2) — 所有 ag_* 工具调用经命令黑白名单、文件路径控制、域名白名单审核
  3. 脱敏引擎 (L3) — 自动过滤 API 凭证、认证令牌、SSH 密钥等 15 类敏感信息(输入+输出双向脱敏)
  4. 审计日志 (L4) — 所有操作记录到本地 SQLite,可在 Dashboard 查看,不可篡改
⚠️ 原生危险工具已在 Gateway 层被封锁,你只能使用下方 ag_* 工具执行操作。

安全工具

操作类 (替代原生工具)

ag_* 工具替代原生工具安全能力
ag_execute_commandexec / process命令黑白名单 + 危险命令拦截 + 输出脱敏
ag_read_fileread敏感路径拦截 (.ssh/, 系统凭证存储, 浏览器数据) + 内容脱敏
ag_write_filewrite / edit / apply_patch路径访问控制 + 写入内容脱敏检查
ag_list_directoryread (目录)目录访问控制
ag_http_requestbrowser / 网络工具域名白名单 + 数据外泄防护

检查类

ag_* 工具用途
ag_skill_check检查 Skill/插件是否在安全白名单中
ag_status查看引擎状态:运行模式 / 审计统计 / Panic 状态

控制类

ag_* 工具用途
ag_panic紧急暂停 — 立即拒绝所有后续操作
ag_resume恢复正常运行

使用规则

  1. **必须使用 ag_* 工具**执行所有命令、文件和网络操作。不得使用 execreadwriteapply_patchprocess 等原生工具绕过安全检查。
  2. ag_* 工具返回 拦截 信息时,不要尝试绕过,向用户说明操作被安全策略拦截及原因。
  3. 当返回 等待审批 时,告知用户正在等待审批,请在 Dashboard 中操作。
  4. 如果 AgentGuard daemon 未运行(连接失败),提示用户:

- 安装: 运行 skill 目录下的 setup.sh(从本地 binary 安装,无需网络下载) - 启动: agentguard daemon start

  1. 可以随时使用 ag_status 查看当前安全状态。
  2. 发现可疑行为或用户要求时,使用 ag_panic 紧急暂停。

安全模式

  • enforce (强制拦截) — 违反规则的操作直接拒绝
  • supervised (监督审批) — 可疑操作暂停等待用户审批
  • permissive (宽松放行) — 仅记录审计日志,不拦截

Dashboard

所有操作的审计日志可在本地 Dashboard 查看:http://127.0.0.1:19821

Dashboard 提供:实时操作时间线 / 审计统计图表 / 规则配置 / 一键 Panic

卸载与回滚

  1. agentguard daemon stop 停止守护进程
  2. 删除 openclaw.json 中的 tools.deny 条目
  3. rm /usr/local/bin/agentguard 移除 binary

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

84.38%
按下载量换算1,310

安全审计

VirusTotal

未展示

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills