Real Skill packageSource verifiedClawHub registryAutomatic security hold

AgentGuard

GoPlus AgentGuard — AI agent security guard. Run /agentguard checkup for a full security health check, scans all installed skills, checks credentials, permis...

Identity and source

Publisher attributionGoPlusregistry owner unverified by skillvetai
Functional categoryAgent Engineering, Security & Governanceautomatically inferred · 68% rule confidence
Package forminstruction with code17 recorded files
Canonical sourceClawHub registryclawhub:0xbeekeeper:security
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/14/2026.claude/skills/agentguard

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/14/2026.agents/skills/agentguard

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/14/2026skills/agentguard

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

Installation commands are hidden while this fixed release is under an automatic security hold. Review the evidence and canonical source manually.

Security evidence

SkillVetAI static result: critical signal

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
17 / 17 inspected as text
Checked
8/14/2026, 1:49:27 PM
Scanner
0.1.3
Policy
1.0.3
6 automated findings
criticalDestructive command targets a system rootSKILL.md:603 · confidence 98%rm -rf /
highRemote content is piped directly to a shellSKILL.md:332 · confidence 98%curl|bash
highRemote content is piped directly to a shellaction-policies.md:67 · confidence 98%wget\|sh
highDynamic code or shell execution is presentscan-rules.md:49 · confidence 78%eval(
highEncoded content is decoded and executedscan-rules.md:5 · confidence 90%base64
mediumWorld-writable permissions are requestedaction-policies.md:64 · confidence 95%chmod 777
5 High/Critical review queue entries
STATIC_DESTRUCTIVE_ROOT_COMMANDpending
STATIC_DOWNLOAD_PIPE_TO_SHELLpending
STATIC_DOWNLOAD_PIPE_TO_SHELLpending
STATIC_DYNAMIC_CODE_EXECUTIONpending
STATIC_OBFUSCATED_EXECUTIONpending
Open human review queue →
6 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
  • browser control — automatically inferred
11 dependency and API indicators
  • npm: @goplus/agentguard ^1.0.6
  • npm: open 11.0.0
  • api: clawhub.ai
  • api: discord.com
  • api: docs.gopluslabs.io
  • api: fonts.googleapis.com
  • api: github.com
  • api: t.me
  • api: wa.me
  • api: www.w3.org
  • api: x.com
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
7/10/2026, 4:18:37 AM
Release binding
Matches this record
  • vt: suspicious
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:ac300657cca162ff14ec530ef390232ba03fe2625b9327a5610998e978dab11a
Show up to 17 recorded paths
  • action-policies.md
  • evals.md
  • package.json
  • patrol-checks.md
  • README.md
  • scan-rules.md
  • scripts/action-cli.ts
  • scripts/auto-scan.js
  • scripts/checkup-report.js
  • scripts/data/registry.json
  • scripts/guard-hook.js
  • scripts/node_modules/.package-lock.json
  • scripts/package-lock.json
  • scripts/trust-cli.ts
  • skill-card.md
  • SKILL.md
  • web3-patterns.md

Source changelog

- Added scripts directory with required files for registry and trust management. - Improved documentation for safer script execution: always resolve the absolute path for scripts/ and cd into the skill directory before running commands. - Updated allowed-tools to include Write and Bash(node *) for improved compatibility. - Enhanced filesystem-access section to document required read/write permissions for audit and configuration. - Removed scripts/package.json; split lockfiles for better node_modules management.