{
  "schemaVersion": "1.0",
  "item": {
    "slug": "raini-skill-audit",
    "name": "Skill Audit by Raini",
    "source": "tencent",
    "type": "skill",
    "category": "安全合规",
    "sourceUrl": "https://clawhub.ai/0xRaini/raini-skill-audit",
    "canonicalUrl": "https://clawhub.ai/0xRaini/raini-skill-audit",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/raini-skill-audit",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=raini-skill-audit",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "package.json",
      "src/audit.js"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/raini-skill-audit"
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/raini-skill-audit",
    "agentPageUrl": "https://openagent3.xyz/skills/raini-skill-audit/agent",
    "manifestUrl": "https://openagent3.xyz/skills/raini-skill-audit/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/raini-skill-audit/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Skill Audit 🔍",
        "body": "扫描 OpenClaw skills 中的安全风险，防止供应链攻击。"
      },
      {
        "title": "/skill-audit scan [skill-name]",
        "body": "扫描已安装的 skill，检测可疑代码模式。\n\n# 扫描所有已安装 skill\nskill-audit scan\n\n# 扫描指定 skill\nskill-audit scan moltdash\n\n# 扫描本地目录\nskill-audit scan ./my-skill"
      },
      {
        "title": "/skill-audit check <clawhub-slug>",
        "body": "安装前检查 ClawHub 上的 skill。\n\nskill-audit check some-skill"
      },
      {
        "title": "🔴 高风险 (Critical)",
        "body": "读取凭证文件: ~/.ssh/, ~/.env, credentials.json\n外发数据: fetch(), curl, webhook, POST 到未知 URL\n代码执行: eval(), exec(), child_process\n读取环境变量中的密钥: process.env.API_KEY"
      },
      {
        "title": "🟠 中风险 (Warning)",
        "body": "网络请求到非知名域名\n文件系统遍历: fs.readdir(), glob\n动态 require/import\nBase64 编码的字符串 (可能是混淆)"
      },
      {
        "title": "🟡 低风险 (Info)",
        "body": "使用 shell 命令\n读写用户目录外的文件\n大量依赖包"
      },
      {
        "title": "输出示例",
        "body": "🔍 Skill Audit Report: suspicious-weather\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n\nRisk Score: 85/100 🔴 HIGH RISK\n\n┌─────────────┬──────────┬─────────────────────────────────┐\n│ File        │ Severity │ Finding                         │\n├─────────────┼──────────┼─────────────────────────────────┤\n│ index.ts    │ CRITICAL │ Reads ~/.openclaw/credentials/  │\n│ index.ts    │ CRITICAL │ POST to webhook.site            │\n│ utils.ts    │ WARNING  │ Uses eval()                     │\n└─────────────┴──────────┴─────────────────────────────────┘\n\n⚠️  DO NOT INSTALL - This skill may steal your credentials!"
      },
      {
        "title": "运行方式",
        "body": "该 skill 附带一个 CLI 脚本，agent 可直接调用：\n\nnode {baseDir}/src/audit.js scan ~/.openclaw/workspace/skills/moltdash\nnode {baseDir}/src/audit.js scan --all"
      },
      {
        "title": "参考",
        "body": "OWASP LLM Top 10\nMoltbook Security Discussion"
      }
    ],
    "body": "Skill Audit 🔍\n\n扫描 OpenClaw skills 中的安全风险，防止供应链攻击。\n\n指令\n/skill-audit scan [skill-name]\n\n扫描已安装的 skill，检测可疑代码模式。\n\n# 扫描所有已安装 skill\nskill-audit scan\n\n# 扫描指定 skill\nskill-audit scan moltdash\n\n# 扫描本地目录\nskill-audit scan ./my-skill\n\n/skill-audit check <clawhub-slug>\n\n安装前检查 ClawHub 上的 skill。\n\nskill-audit check some-skill\n\n检测规则\n🔴 高风险 (Critical)\n读取凭证文件: ~/.ssh/, ~/.env, credentials.json\n外发数据: fetch(), curl, webhook, POST 到未知 URL\n代码执行: eval(), exec(), child_process\n读取环境变量中的密钥: process.env.API_KEY\n🟠 中风险 (Warning)\n网络请求到非知名域名\n文件系统遍历: fs.readdir(), glob\n动态 require/import\nBase64 编码的字符串 (可能是混淆)\n🟡 低风险 (Info)\n使用 shell 命令\n读写用户目录外的文件\n大量依赖包\n输出示例\n🔍 Skill Audit Report: suspicious-weather\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n\nRisk Score: 85/100 🔴 HIGH RISK\n\n┌─────────────┬──────────┬─────────────────────────────────┐\n│ File        │ Severity │ Finding                         │\n├─────────────┼──────────┼─────────────────────────────────┤\n│ index.ts    │ CRITICAL │ Reads ~/.openclaw/credentials/  │\n│ index.ts    │ CRITICAL │ POST to webhook.site            │\n│ utils.ts    │ WARNING  │ Uses eval()                     │\n└─────────────┴──────────┴─────────────────────────────────┘\n\n⚠️  DO NOT INSTALL - This skill may steal your credentials!\n\n运行方式\n\n该 skill 附带一个 CLI 脚本，agent 可直接调用：\n\nnode {baseDir}/src/audit.js scan ~/.openclaw/workspace/skills/moltdash\nnode {baseDir}/src/audit.js scan --all\n\n参考\nOWASP LLM Top 10\nMoltbook Security Discussion"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/0xRaini/raini-skill-audit",
    "publisherUrl": "https://clawhub.ai/0xRaini/raini-skill-audit",
    "owner": "0xRaini",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/raini-skill-audit",
    "downloadUrl": "https://openagent3.xyz/downloads/raini-skill-audit",
    "agentUrl": "https://openagent3.xyz/skills/raini-skill-audit/agent",
    "manifestUrl": "https://openagent3.xyz/skills/raini-skill-audit/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/raini-skill-audit/agent.md"
  }
}