{
  "schemaVersion": "1.0",
  "item": {
    "slug": "skill-scanner-pro",
    "name": "Skill-Scanner-Pro",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/GravityPoet/skill-scanner-pro",
    "canonicalUrl": "https://clawhub.ai/GravityPoet/skill-scanner-pro",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/skill-scanner-pro",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-scanner-pro",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "_meta.json",
      "skill_scanner.py",
      "streamlit_ui.py"
    ],
    "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-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.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-scanner-pro"
    },
    "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-scanner-pro",
    "agentPageUrl": "https://openagent3.xyz/skills/skill-scanner-pro/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skill-scanner-pro/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skill-scanner-pro/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-Scanner-Pro",
        "body": "Security audit tool for Clawdbot/MCP skills - scans for malware, spyware, crypto-mining, and malicious patterns. Pro enhanced edition."
      },
      {
        "title": "Enhanced Edition (0.1.3)",
        "body": "Fixed Web UI scan result rendering and export compatibility\nReduced false positives in docs by limiting Markdown/RST scan scope to fenced code blocks\nReduced scanner self-trigger noise (pattern definitions/comments)\nSkips noisy directories and oversized/binary files for cleaner output"
      },
      {
        "title": "Capabilities",
        "body": "Scan skill folders for security threats\nDetect data exfiltration patterns\nIdentify system modification attempts\nCatch crypto-mining indicators\nFlag arbitrary code execution risks\nFind backdoors and obfuscation techniques\nOutput reports in Markdown or JSON format\nProvide Web UI via Streamlit"
      },
      {
        "title": "Command Line",
        "body": "python skill_scanner.py /path/to/skill-folder"
      },
      {
        "title": "Within Clawdbot",
        "body": "\"Scan the [skill-name] skill for security issues using skill-scanner-pro\"\n\"Use skill-scanner-pro to check the youtube-watcher skill\"\n\"Run a security audit on the remotion skill\""
      },
      {
        "title": "Web UI",
        "body": "pip install streamlit\nstreamlit run streamlit_ui.py"
      },
      {
        "title": "Requirements",
        "body": "Python 3.7+\nNo additional dependencies (uses Python standard library)\nStreamlit (optional, for Web UI)"
      },
      {
        "title": "Entry Point",
        "body": "CLI: skill_scanner.py\nWeb UI: streamlit_ui.py"
      },
      {
        "title": "Tags",
        "body": "#security #malware #spyware #crypto-mining #scanner #audit #code-analysis #mcp #clawdbot #agent-skills #safety #threat-detection #vulnerability"
      }
    ],
    "body": "Skill-Scanner-Pro\n\nSecurity audit tool for Clawdbot/MCP skills - scans for malware, spyware, crypto-mining, and malicious patterns. Pro enhanced edition.\n\nEnhanced Edition (0.1.3)\nFixed Web UI scan result rendering and export compatibility\nReduced false positives in docs by limiting Markdown/RST scan scope to fenced code blocks\nReduced scanner self-trigger noise (pattern definitions/comments)\nSkips noisy directories and oversized/binary files for cleaner output\nCapabilities\nScan skill folders for security threats\nDetect data exfiltration patterns\nIdentify system modification attempts\nCatch crypto-mining indicators\nFlag arbitrary code execution risks\nFind backdoors and obfuscation techniques\nOutput reports in Markdown or JSON format\nProvide Web UI via Streamlit\nUsage\nCommand Line\npython skill_scanner.py /path/to/skill-folder\n\nWithin Clawdbot\n\"Scan the [skill-name] skill for security issues using skill-scanner-pro\"\n\"Use skill-scanner-pro to check the youtube-watcher skill\"\n\"Run a security audit on the remotion skill\"\n\nWeb UI\npip install streamlit\nstreamlit run streamlit_ui.py\n\nRequirements\nPython 3.7+\nNo additional dependencies (uses Python standard library)\nStreamlit (optional, for Web UI)\nEntry Point\nCLI: skill_scanner.py\nWeb UI: streamlit_ui.py\nTags\n\n#security #malware #spyware #crypto-mining #scanner #audit #code-analysis #mcp #clawdbot #agent-skills #safety #threat-detection #vulnerability"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/GravityPoet/skill-scanner-pro",
    "publisherUrl": "https://clawhub.ai/GravityPoet/skill-scanner-pro",
    "owner": "GravityPoet",
    "version": "0.1.4",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/skill-scanner-pro",
    "downloadUrl": "https://openagent3.xyz/downloads/skill-scanner-pro",
    "agentUrl": "https://openagent3.xyz/skills/skill-scanner-pro/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skill-scanner-pro/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skill-scanner-pro/agent.md"
  }
}