# Send Skill 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. 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": "skill-security",
    "name": "Skill Security Scanner",
    "source": "tencent",
    "type": "skill",
    "category": "安全合规",
    "sourceUrl": "https://clawhub.ai/suryast/skill-security",
    "canonicalUrl": "https://clawhub.ai/suryast/skill-security",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/skill-security",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-security",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "allowlist.txt",
      "audit-all.sh",
      "audit.sh",
      "blocklist.txt",
      "preinstall-check.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "skill-security",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T15:33:49.542Z",
      "expiresAt": "2026-05-06T15:33:49.542Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-security",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-security",
        "contentDisposition": "attachment; filename=\"skill-security-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "skill-security"
      },
      "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/skill-security"
    },
    "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/skill-security",
    "downloadUrl": "https://openagent3.xyz/downloads/skill-security",
    "agentUrl": "https://openagent3.xyz/skills/skill-security/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skill-security/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skill-security/agent.md"
  }
}
```
## Documentation

### Skill Security Scanner

Security audit tool for OpenClaw skills. Run before installing any new skill.

### Quick Audit

# Audit a skill directory
~/workspace/skills/skill-security/audit.sh /path/to/skill

# Audit all installed skills
~/workspace/skills/skill-security/audit-all.sh

### What It Checks

CheckRisk LevelPatternNetwork Exfiltration🚨 HIGHrequests., urllib, http.client, socket., fetch(, axiosCredential Harvesting🚨 HIGH.ssh/, .aws/, pass , keyring, credential, secret, token file readsCode Injection🚨 CRITICALexec(, eval(, compile(, Function(, __import__Obfuscation⚠️ MEDIUMbase64.decode, atob, encoded payloadsEnv Dumping⚠️ MEDIUMos.environ, process.env, getenv bulk accessSubprocess Abuse⚠️ MEDIUMsubprocess.run, os.system, child_process with credentials

### Severity Levels

CRITICAL (🚨): Block installation, report to owner
HIGH (🔴): Requires manual review before use
MEDIUM (🟡): Note but allow if from trusted source
LOW (🟢): Informational only

### Safe Skill Checklist

Before using any skill:

✅ Is it from a trusted source? (official OpenClaw, known publisher)
✅ Is the code readable (not obfuscated)?
✅ Does it document why it needs network/credential access?
✅ Does it scope file access to its own directory?
✅ Has it been audited by the community?

### Integration with AGENTS.md

Add this to your workflow:

## Skill Installation Protocol

Before loading any new skill:
1. Run \`~/workspace/skills/skill-security/audit.sh <skill-path>\`
2. If CRITICAL/HIGH findings → STOP, alert the user
3. If MEDIUM findings → Review manually, proceed if justified
4. If CLEAN → Safe to use

### Automatic Protection

The scanner creates a blocklist at ./blocklist.txt.
Skills with CRITICAL findings are automatically added.

### Manual Override

If a skill is flagged but you've verified it's safe:

echo "skill-name:verified:YYYY-MM-DD:reason" >> allowlist.txt

### Premium Skills

Like this? Check out our premium skills at skillpacks.dev:

🛡️ Security Suite — Full PII scanning, secrets detection, prompt injection defense — $9.90
🧠 Structured Memory — Three-tier memory replacing flat MEMORY.md — $9.90
📋 Planning & Execution — Systematic task plans with batch execution — $9.90
💎 Bundle — all 3 for $24.90
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: suryast
- Version: 1.0.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-04-29T15:33:49.542Z
- Expires at: 2026-05-06T15:33:49.542Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/skill-security)
- [Send to Agent page](https://openagent3.xyz/skills/skill-security/agent)
- [JSON manifest](https://openagent3.xyz/skills/skill-security/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/skill-security/agent.md)
- [Download page](https://openagent3.xyz/downloads/skill-security)