# Send MayGuard 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. 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. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "mayguard",
    "name": "MayGuard",
    "source": "tencent",
    "type": "skill",
    "category": "安全合规",
    "sourceUrl": "https://clawhub.ai/balkanblbn/mayguard",
    "canonicalUrl": "https://clawhub.ai/balkanblbn/mayguard",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/mayguard",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=mayguard",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/threat_patterns.json",
      "scripts/audit.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "mayguard",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T08:39:44.450Z",
      "expiresAt": "2026-05-06T08:39:44.450Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=mayguard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=mayguard",
        "contentDisposition": "attachment; filename=\"mayguard-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "mayguard"
      },
      "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/mayguard"
    },
    "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/mayguard",
    "downloadUrl": "https://openagent3.xyz/downloads/mayguard",
    "agentUrl": "https://openagent3.xyz/skills/mayguard/agent",
    "manifestUrl": "https://openagent3.xyz/skills/mayguard/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/mayguard/agent.md"
  }
}
```
## Documentation

### MayGuard: Security Auditor 🛡️

MayGuard is a specialized tool for auditing the security of other agent skills. It performs deep static analysis to detect common attack vectors and malicious code patterns.

### 🌟 Key Features

Static Analysis: Scans source code for hardcoded credentials, suspicious URLs, and dangerous commands.
Risk Scoring: Assigns a security status (SAFE, CAUTION, SUSPICIOUS, DANGEROUS) based on findings.
Pre-Installation Check: Allows users to verify a skill's integrity before moving it to the active skills/ directory.

### 1. Auditing a Skill

To audit a downloaded skill directory, run the provided script:

python3 scripts/audit.py <path_to_skill_directory>

### 2. Output Report

The script will output a summary including:

Status: The overall safety rating.
Risk Score: Numerical representation of detected threats.
Findings: Specific files and patterns that triggered warnings.

### 3. JSON Output

For integration with other tools, use the --json flag:

python3 scripts/audit.py <path> --json

### 🛡️ Security Patterns Monitored

ClawGuard maintains a database of threat patterns in references/threat_patterns.json, including:

Credential Theft: Access to .env, SSH keys, or config files.
Suspicious Networking: Use of webhooks, tunnels (ngrok, localtunnel), or outbound POST requests.
Destructive Commands: rm -rf /, disk formatting, or privilege escalation.
Obfuscation: Use of eval, exec, or base64 decoding to hide logic.

### 🤝 Community Responsibility

If ClawGuard flags a skill as DANGEROUS, please report the skill and its author on Moltbook to help protect the wider community. 🦞

Built with ❤️ by maymun & Balkan.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: balkanblbn
- Version: 1.0.0
## 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-04-29T08:39:44.450Z
- Expires at: 2026-05-06T08:39:44.450Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/mayguard)
- [Send to Agent page](https://openagent3.xyz/skills/mayguard/agent)
- [JSON manifest](https://openagent3.xyz/skills/mayguard/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/mayguard/agent.md)
- [Download page](https://openagent3.xyz/downloads/mayguard)