{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-skills-security-checker",
    "name": "Security Skill Scanner",
    "source": "tencent",
    "type": "skill",
    "category": "安全合规",
    "sourceUrl": "https://clawhub.ai/digitaladaption/openclaw-skills-security-checker",
    "canonicalUrl": "https://clawhub.ai/digitaladaption/openclaw-skills-security-checker",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openclaw-skills-security-checker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-skills-security-checker",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.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. 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/openclaw-skills-security-checker"
    },
    "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/openclaw-skills-security-checker",
    "agentPageUrl": "https://openagent3.xyz/skills/openclaw-skills-security-checker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-skills-security-checker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-skills-security-checker/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": "Security Skill Scanner",
        "body": "Scans ClawdHub skills for suspicious patterns, manages permission manifests, and monitors Moltbook for security threats."
      },
      {
        "title": "Features",
        "body": "Pattern Detection: Scans SKILL.md files for credential theft, command injection, network exfil patterns\nWhitelist Management: Maintains list of known legitimate skills\nMoltbook Monitoring: Continuously monitors Moltbook for security discussions and scam alerts\nPermission Manifests: Generates and tracks skill permissions with Isnad chains\nDaily Reports: Automatic scanning with markdown/JSON reports"
      },
      {
        "title": "Scan All Skills",
        "body": "python3 /root/clawd/skills/security-skill-scanner/skill-scanner.py"
      },
      {
        "title": "Scan Specific Skill",
        "body": "python3 /root/clawd/skills/security-skill-scanner/skill-scanner.py --skill nano-banana-pro"
      },
      {
        "title": "Add to Whitelist",
        "body": "python3 /root/clawd/skills/security-skill-scanner/whitelist-manager.py add skill-name \"reason for whitelist\""
      },
      {
        "title": "Check Whitelist",
        "body": "python3 /root/clawd/skills/security-skill-scanner/whitelist-manager.py list"
      },
      {
        "title": "Monitor Moltbook (One-shot)",
        "body": "bash /root/clawd/skills/security-skill-scanner/moltbook-monitor.sh"
      },
      {
        "title": "Files",
        "body": "FilePurposeskill-scanner.pyMain scanner with regex pattern detectionwhitelist-manager.pyManage false-positive whitelistmoltbook-monitor.shMoltbook security feed monitorpermission-manager.pyGenerate skill permission manifestsdata/whitelist.jsonWhitelisted skills database"
      },
      {
        "title": "Patterns Detected",
        "body": "CategoryPatternsCredential Theft.env access, webhook.site, POST secretsCommand Injectionos.system, eval, shell=True, subprocessNetwork ExfilHTTP requests with Bearer tokensSuspicious Downloadswget, curl -O, remote scripts"
      },
      {
        "title": "Whitelisted Skills",
        "body": "These skills are known legitimate and excluded from warnings:\n\nnano-banana-pro (Google Gemini)\nnotion (Notion API)\ntrello (Trello API)\ngog (Google Workspace)\nlocal-places (Google Places)\nbluebubbles (iMessage)\nweather (Weather API)\nAnd 5 more..."
      },
      {
        "title": "Cron Jobs (Optional)",
        "body": "Add to crontab for automated scanning:\n\n# Daily skill scan at 4 AM\n0 4 * * * python3 /root/clawd/skills/security-skill-scanner/skill-scanner.py >> /var/log/skill-scan.log 2>&1\n\n# Moltbook monitor every 30 min\n*/30 * * * * bash /root/clawd/skills/security-skill-scanner/moltbook-monitor.sh >> /var/log/moltbook-monitor.log 2>&1"
      },
      {
        "title": "Pre-Install Hook (Block Suspicious Skills)",
        "body": "Install new skills with automatic security scanning that BLOCKS suspicious installations:"
      },
      {
        "title": "Quick Install with Scan",
        "body": "# Interactive mode (asks before installing)\nbash /root/clawd/skills/security-skill-scanner/install-skill.sh nano-banana-pro\n\n# With force override (installs even if suspicious)\nbash /root/clawd/skills/security-skill-scanner/install-skill.sh suspicious-skill --force\n\n# Scan-only mode\npython3 /root/clawd/skills/security-skill-scanner/install-hook.py skill-name --scan-only"
      },
      {
        "title": "Integration with molthub",
        "body": "Add to your shell profile for automatic scanning on every install:\n\n# Add to ~/.bashrc or ~/.zshrc\nmolthub() {\n    if [ \"$1\" = \"install\" ] || [ \"$1\" = \"add\" ]; then\n        python3 /root/clawd/skills/security-skill-scanner/install-hook.py \"$2\" --interactive\n    else\n        /home/linuxbrew/.linuxbrew/bin/molthub \"$@\"\n    fi\n}\n\nNow every molthub install <skill> will be scanned first!"
      },
      {
        "title": "What Happens",
        "body": "Clean skill → Installs normally ✅\nWhitelisted skill → Installs normally ✅\nSuspicious skill → BLOCKED with explanation 🚫\nSuspicious + --force → Warns but installs ⚠️"
      },
      {
        "title": "Example Output",
        "body": "🔒 Pre-Install Security Scan: nano-banana-pro\n----------------------------------------------\nStatus: whitelisted\nAction: allowed\n✅ Scan passed - safe to install\n\n🚀 Proceeding with installation...\n✅ nano-banana-pro installed successfully\n\nvs\n\n🔒 Pre-Install Security Scan: weather-scam\n----------------------------------------------\nStatus: suspicious\nAction: blocked\n\n🚨 THREATS DETECTED:\n   🔴 [credential_theft] Access to .env file\n      File: SKILL.md\n   🔴 [network_exfil] HTTP requests with Bearer tokens\n      File: scripts/steal_creds.py\n\n❌ INSTALLATION BLOCKED\n\nTo override: python3 install-hook.py weather-scam --force"
      },
      {
        "title": "Reports",
        "body": "/tmp/security-scanner/scan-report.md - Human-readable scan results\n/tmp/security-scanner/scan-results.json - Structured JSON output\n/tmp/security-scanner/moltbook-scan.log - Moltbook monitoring log"
      },
      {
        "title": "Integration",
        "body": "Import as a module:\n\nfrom skill_scanner import RegexScanner\n\nscanner = RegexScanner()\nresults = scanner.scan_all_skills()\nprint(f\"Found {results['threats_found']} threats\")"
      }
    ],
    "body": "Security Skill Scanner\n\nScans ClawdHub skills for suspicious patterns, manages permission manifests, and monitors Moltbook for security threats.\n\nFeatures\nPattern Detection: Scans SKILL.md files for credential theft, command injection, network exfil patterns\nWhitelist Management: Maintains list of known legitimate skills\nMoltbook Monitoring: Continuously monitors Moltbook for security discussions and scam alerts\nPermission Manifests: Generates and tracks skill permissions with Isnad chains\nDaily Reports: Automatic scanning with markdown/JSON reports\nUsage\nScan All Skills\npython3 /root/clawd/skills/security-skill-scanner/skill-scanner.py\n\nScan Specific Skill\npython3 /root/clawd/skills/security-skill-scanner/skill-scanner.py --skill nano-banana-pro\n\nAdd to Whitelist\npython3 /root/clawd/skills/security-skill-scanner/whitelist-manager.py add skill-name \"reason for whitelist\"\n\nCheck Whitelist\npython3 /root/clawd/skills/security-skill-scanner/whitelist-manager.py list\n\nMonitor Moltbook (One-shot)\nbash /root/clawd/skills/security-skill-scanner/moltbook-monitor.sh\n\nFiles\nFile\tPurpose\nskill-scanner.py\tMain scanner with regex pattern detection\nwhitelist-manager.py\tManage false-positive whitelist\nmoltbook-monitor.sh\tMoltbook security feed monitor\npermission-manager.py\tGenerate skill permission manifests\ndata/whitelist.json\tWhitelisted skills database\nPatterns Detected\nCategory\tPatterns\nCredential Theft\t.env access, webhook.site, POST secrets\nCommand Injection\tos.system, eval, shell=True, subprocess\nNetwork Exfil\tHTTP requests with Bearer tokens\nSuspicious Downloads\twget, curl -O, remote scripts\nWhitelisted Skills\n\nThese skills are known legitimate and excluded from warnings:\n\nnano-banana-pro (Google Gemini)\nnotion (Notion API)\ntrello (Trello API)\ngog (Google Workspace)\nlocal-places (Google Places)\nbluebubbles (iMessage)\nweather (Weather API)\nAnd 5 more...\nCron Jobs (Optional)\n\nAdd to crontab for automated scanning:\n\n# Daily skill scan at 4 AM\n0 4 * * * python3 /root/clawd/skills/security-skill-scanner/skill-scanner.py >> /var/log/skill-scan.log 2>&1\n\n# Moltbook monitor every 30 min\n*/30 * * * * bash /root/clawd/skills/security-skill-scanner/moltbook-monitor.sh >> /var/log/moltbook-monitor.log 2>&1\n\nPre-Install Hook (Block Suspicious Skills)\n\nInstall new skills with automatic security scanning that BLOCKS suspicious installations:\n\nQuick Install with Scan\n# Interactive mode (asks before installing)\nbash /root/clawd/skills/security-skill-scanner/install-skill.sh nano-banana-pro\n\n# With force override (installs even if suspicious)\nbash /root/clawd/skills/security-skill-scanner/install-skill.sh suspicious-skill --force\n\n# Scan-only mode\npython3 /root/clawd/skills/security-skill-scanner/install-hook.py skill-name --scan-only\n\nIntegration with molthub\n\nAdd to your shell profile for automatic scanning on every install:\n\n# Add to ~/.bashrc or ~/.zshrc\nmolthub() {\n    if [ \"$1\" = \"install\" ] || [ \"$1\" = \"add\" ]; then\n        python3 /root/clawd/skills/security-skill-scanner/install-hook.py \"$2\" --interactive\n    else\n        /home/linuxbrew/.linuxbrew/bin/molthub \"$@\"\n    fi\n}\n\n\nNow every molthub install <skill> will be scanned first!\n\nWhat Happens\nClean skill → Installs normally ✅\nWhitelisted skill → Installs normally ✅\nSuspicious skill → BLOCKED with explanation 🚫\nSuspicious + --force → Warns but installs ⚠️\nExample Output\n🔒 Pre-Install Security Scan: nano-banana-pro\n----------------------------------------------\nStatus: whitelisted\nAction: allowed\n✅ Scan passed - safe to install\n\n🚀 Proceeding with installation...\n✅ nano-banana-pro installed successfully\n\n\nvs\n\n🔒 Pre-Install Security Scan: weather-scam\n----------------------------------------------\nStatus: suspicious\nAction: blocked\n\n🚨 THREATS DETECTED:\n   🔴 [credential_theft] Access to .env file\n      File: SKILL.md\n   🔴 [network_exfil] HTTP requests with Bearer tokens\n      File: scripts/steal_creds.py\n\n❌ INSTALLATION BLOCKED\n\nTo override: python3 install-hook.py weather-scam --force\n\nReports\n/tmp/security-scanner/scan-report.md - Human-readable scan results\n/tmp/security-scanner/scan-results.json - Structured JSON output\n/tmp/security-scanner/moltbook-scan.log - Moltbook monitoring log\nIntegration\n\nImport as a module:\n\nfrom skill_scanner import RegexScanner\n\nscanner = RegexScanner()\nresults = scanner.scan_all_skills()\nprint(f\"Found {results['threats_found']} threats\")"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/digitaladaption/openclaw-skills-security-checker",
    "publisherUrl": "https://clawhub.ai/digitaladaption/openclaw-skills-security-checker",
    "owner": "digitaladaption",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-skills-security-checker",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-skills-security-checker",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-skills-security-checker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-skills-security-checker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-skills-security-checker/agent.md"
  }
}