# Send ZugaShield Security Scanner to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "zugashield",
    "name": "ZugaShield Security Scanner",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Zuga-luga/zugashield",
    "canonicalUrl": "https://clawhub.ai/Zuga-luga/zugashield",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/zugashield",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=zugashield",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "openclaw.plugin.json",
      "package-lock.json",
      "package.json",
      "README.md",
      "SKILL.md",
      "src/commands/report.ts"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "zugashield",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-11T13:29:48.918Z",
      "expiresAt": "2026-05-18T13:29:48.918Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=zugashield",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=zugashield",
        "contentDisposition": "attachment; filename=\"zugashield-0.1.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "zugashield"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/zugashield"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/zugashield",
    "downloadUrl": "https://openagent3.xyz/downloads/zugashield",
    "agentUrl": "https://openagent3.xyz/skills/zugashield/agent",
    "manifestUrl": "https://openagent3.xyz/skills/zugashield/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/zugashield/agent.md"
  }
}
```
## Documentation

### ZugaShield Security Scanner

7-layer AI security scanning plugin for OpenClaw. Protects all channels simultaneously by hooking into the Gateway — the single chokepoint for all traffic.

### What It Blocks

AttackHookDetectionPrompt injectionpreRequest150+ signatures, unicode smuggling, encoding evasionSSRF / Command injectionpreToolExecutionCloud metadata URLs, shell metacharacters (always fail-closed)Secret / PII leakagepreResponseAPI keys, tokens, credentials, high-entropy stringsMemory poisoningpreRecallEmbedded instructions, sleeper payloads in recalled memoriesDNS exfiltrationpreResponseHigh-entropy subdomains, data-in-DNS patternsPath traversalpreToolExecutionDirectory traversal sequences, symlink attacks

### Install

pip install "zugashield[mcp]"
npm install zugashield-openclaw-plugin
openclaw plugins install ./node_modules/zugashield-openclaw-plugin
openclaw restart

### Verify

/shield status

Should show: CONNECTED with 7 active layers.

### Configuration

In openclaw.json under plugins.entries.openclaw-plugin.config:

fail_closed (default: true) — Block requests when scanner is down
strict_mode (default: false) — Block medium+ threats (not just high/critical)
scan.inputs / scan.outputs / scan.tool_calls / scan.memory — Toggle individual hooks

### How It Works

ZugaShield spawns a Python MCP server as a managed child process. Each message, tool call, and response passes through the scanner in <15ms. The plugin uses OpenClaw's Gateway hooks, meaning one install protects Signal + Telegram + Discord + WhatsApp + web simultaneously.

Tool calls are always fail-closed regardless of configuration — SSRF and command injection are too dangerous to allow through even temporarily.

### Links

GitHub
npm
PyPI
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Zuga-luga
- Version: 0.1.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-11T13:29:48.918Z
- Expires at: 2026-05-18T13:29:48.918Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/zugashield)
- [Send to Agent page](https://openagent3.xyz/skills/zugashield/agent)
- [JSON manifest](https://openagent3.xyz/skills/zugashield/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/zugashield/agent.md)
- [Download page](https://openagent3.xyz/downloads/zugashield)