{
  "schemaVersion": "1.0",
  "item": {
    "slug": "skill-trust-guard",
    "name": "Skill Trust Guard",
    "source": "tencent",
    "type": "skill",
    "category": "安全合规",
    "sourceUrl": "https://clawhub.ai/Walkman1W/skill-trust-guard",
    "canonicalUrl": "https://clawhub.ai/Walkman1W/skill-trust-guard",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/skill-trust-guard",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-trust-guard",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "integrate.sh",
      "TEST_REPORT.md",
      "install.sh",
      "SKILL.md",
      "README.md",
      "TESTING.md"
    ],
    "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. 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."
        },
        {
          "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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/skill-trust-guard"
    },
    "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/skill-trust-guard",
    "agentPageUrl": "https://openagent3.xyz/skills/skill-trust-guard/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skill-trust-guard/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skill-trust-guard/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. 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."
      },
      {
        "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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "skill-trust-guard",
        "body": "在安装 skill 前强制执行 skill-trust-scanner 安全扫描，并按评分执行拦截策略。"
      },
      {
        "title": "目标",
        "body": "把 clawhub install 前置为“先扫描再安装”\n默认阻断高风险 skill，降低供应链投毒风险\n保持现有 CLI 习惯（可用 shim 覆盖原命令）"
      },
      {
        "title": "评分策略",
        "body": "score < 50：拒绝安装（block）\n50 <= score < 75：告警，需人工确认（--yes 可自动继续）\nscore >= 75：直接安装"
      },
      {
        "title": "组成",
        "body": "install.sh：主包装器（方案 B）\nhooks/pre-install.sh：可复用 pre-install hook（本地路径扫描 + 决策）\nintegrate.sh：生成 PATH shim，让 clawhub install 自动走 guard\nREADME.md：安装/集成/测试说明"
      },
      {
        "title": "依赖",
        "body": "scanner: /home/guofeng/clawd/skill-trust-scanner/src/cli.ts\nNode.js + npx\nclawhub CLI"
      },
      {
        "title": "用法",
        "body": "~/.openclaw/skills/skill-trust-guard/install.sh <slug|path|git-url>\n\n或执行：\n\n~/.openclaw/skills/skill-trust-guard/integrate.sh\nexport PATH=\"$HOME/.openclaw/bin:$PATH\"\n\n之后直接使用：\n\nclawhub install <skill>\n\n（自动触发 trust guard）"
      }
    ],
    "body": "skill-trust-guard\n\n在安装 skill 前强制执行 skill-trust-scanner 安全扫描，并按评分执行拦截策略。\n\n目标\n把 clawhub install 前置为“先扫描再安装”\n默认阻断高风险 skill，降低供应链投毒风险\n保持现有 CLI 习惯（可用 shim 覆盖原命令）\n评分策略\nscore < 50：拒绝安装（block）\n50 <= score < 75：告警，需人工确认（--yes 可自动继续）\nscore >= 75：直接安装\n组成\ninstall.sh：主包装器（方案 B）\nhooks/pre-install.sh：可复用 pre-install hook（本地路径扫描 + 决策）\nintegrate.sh：生成 PATH shim，让 clawhub install 自动走 guard\nREADME.md：安装/集成/测试说明\n依赖\nscanner: /home/guofeng/clawd/skill-trust-scanner/src/cli.ts\nNode.js + npx\nclawhub CLI\n用法\n~/.openclaw/skills/skill-trust-guard/install.sh <slug|path|git-url>\n\n\n或执行：\n\n~/.openclaw/skills/skill-trust-guard/integrate.sh\nexport PATH=\"$HOME/.openclaw/bin:$PATH\"\n\n\n之后直接使用：\n\nclawhub install <skill>\n\n\n（自动触发 trust guard）"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Walkman1W/skill-trust-guard",
    "publisherUrl": "https://clawhub.ai/Walkman1W/skill-trust-guard",
    "owner": "Walkman1W",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/skill-trust-guard",
    "downloadUrl": "https://openagent3.xyz/downloads/skill-trust-guard",
    "agentUrl": "https://openagent3.xyz/skills/skill-trust-guard/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skill-trust-guard/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skill-trust-guard/agent.md"
  }
}