{
  "schemaVersion": "1.0",
  "item": {
    "slug": "security-monitor-deploy",
    "name": "Security Monitor Deploy",
    "source": "tencent",
    "type": "skill",
    "category": "安全合规",
    "sourceUrl": "https://clawhub.ai/aiwithabidi/security-monitor-deploy",
    "canonicalUrl": "https://clawhub.ai/aiwithabidi/security-monitor-deploy",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/security-monitor-deploy",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=security-monitor-deploy",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/security_audit.sh"
    ],
    "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/security-monitor-deploy"
    },
    "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/security-monitor-deploy",
    "agentPageUrl": "https://openagent3.xyz/skills/security-monitor-deploy/agent",
    "manifestUrl": "https://openagent3.xyz/skills/security-monitor-deploy/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/security-monitor-deploy/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 Monitor 🛡️",
        "body": "Comprehensive security audit for OpenClaw deployments.\n\nScans your Docker configuration, SSH settings, firewall rules, OpenClaw config, and file permissions. Produces a security score (0-100) with actionable recommendations."
      },
      {
        "title": "Quick Start",
        "body": "# Run full audit\nbash {baseDir}/scripts/security_audit.sh\n\n# JSON output\nbash {baseDir}/scripts/security_audit.sh --json\n\n# Specific checks only\nbash {baseDir}/scripts/security_audit.sh --check docker\nbash {baseDir}/scripts/security_audit.sh --check ssh\nbash {baseDir}/scripts/security_audit.sh --check config\nbash {baseDir}/scripts/security_audit.sh --check files\nbash {baseDir}/scripts/security_audit.sh --check network"
      },
      {
        "title": "OpenClaw Config (25 points)",
        "body": "allowInsecureAuth must be false\ndmPolicy must not be open/allow-all\nPort bindings must use 127.0.0.1\nAPI keys not hardcoded in config\nSecure model permissions"
      },
      {
        "title": "Docker Security (25 points)",
        "body": "All port bindings use 127.0.0.1 (not 0.0.0.0)\nNo privileged containers (except necessary)\nDocker socket permissions\nContainer resource limits\nNo --net=host unless needed"
      },
      {
        "title": "SSH Configuration (20 points)",
        "body": "Root login disabled (PermitRootLogin no)\nPassword authentication disabled\nKey-based auth only\nNon-standard port (bonus)\nFail2ban or similar active"
      },
      {
        "title": "Network & Services (15 points)",
        "body": "No unnecessary exposed ports\nFirewall active (ufw/iptables)\nOnly expected services listening\nHTTPS/TLS termination configured"
      },
      {
        "title": "File Permissions (15 points)",
        "body": "openclaw.json not world-readable\nSSH keys proper permissions (600)\n.env files not world-readable\nDocker socket permissions\nNo sensitive files in /tmp"
      },
      {
        "title": "Scoring",
        "body": "ScoreRatingMeaning90-100🟢 ExcellentProduction-ready70-89🟡 GoodMinor improvements needed50-69🟠 FairSeveral issues to address0-49🔴 CriticalImmediate action required"
      },
      {
        "title": "Output Example",
        "body": "═══ Security Audit Report ═══\nDate: 2026-02-15 00:30:00\n\n[CONFIG] ✅ allowInsecureAuth: false\n[CONFIG] ✅ dmPolicy: allowlist\n[CONFIG] ✅ Ports bound to 127.0.0.1\n[DOCKER] ✅ All containers bind to 127.0.0.1\n[DOCKER] ⚠️  No resource limits on openclaw container\n[SSH]    ✅ Root login disabled\n[SSH]    ✅ Password auth disabled\n[NET]    ✅ UFW active\n[FILES]  ✅ Config file permissions OK\n\nScore: 92/100 — 🟢 Excellent\nIssues: 1 warning\n\nRecommendations:\n  1. Add resource limits to Docker containers"
      },
      {
        "title": "Credits",
        "body": "Built by M. Abidi | agxntsix.ai\nYouTube | GitHub\nPart of the AgxntSix Skill Suite for OpenClaw agents.\n\n📅 Need help setting up OpenClaw for your business? Book a free consultation"
      }
    ],
    "body": "Security Monitor 🛡️\n\nComprehensive security audit for OpenClaw deployments.\n\nScans your Docker configuration, SSH settings, firewall rules, OpenClaw config, and file permissions. Produces a security score (0-100) with actionable recommendations.\n\nQuick Start\n# Run full audit\nbash {baseDir}/scripts/security_audit.sh\n\n# JSON output\nbash {baseDir}/scripts/security_audit.sh --json\n\n# Specific checks only\nbash {baseDir}/scripts/security_audit.sh --check docker\nbash {baseDir}/scripts/security_audit.sh --check ssh\nbash {baseDir}/scripts/security_audit.sh --check config\nbash {baseDir}/scripts/security_audit.sh --check files\nbash {baseDir}/scripts/security_audit.sh --check network\n\nWhat It Checks\nOpenClaw Config (25 points)\nallowInsecureAuth must be false\ndmPolicy must not be open/allow-all\nPort bindings must use 127.0.0.1\nAPI keys not hardcoded in config\nSecure model permissions\nDocker Security (25 points)\nAll port bindings use 127.0.0.1 (not 0.0.0.0)\nNo privileged containers (except necessary)\nDocker socket permissions\nContainer resource limits\nNo --net=host unless needed\nSSH Configuration (20 points)\nRoot login disabled (PermitRootLogin no)\nPassword authentication disabled\nKey-based auth only\nNon-standard port (bonus)\nFail2ban or similar active\nNetwork & Services (15 points)\nNo unnecessary exposed ports\nFirewall active (ufw/iptables)\nOnly expected services listening\nHTTPS/TLS termination configured\nFile Permissions (15 points)\nopenclaw.json not world-readable\nSSH keys proper permissions (600)\n.env files not world-readable\nDocker socket permissions\nNo sensitive files in /tmp\nScoring\nScore\tRating\tMeaning\n90-100\t🟢 Excellent\tProduction-ready\n70-89\t🟡 Good\tMinor improvements needed\n50-69\t🟠 Fair\tSeveral issues to address\n0-49\t🔴 Critical\tImmediate action required\nOutput Example\n═══ Security Audit Report ═══\nDate: 2026-02-15 00:30:00\n\n[CONFIG] ✅ allowInsecureAuth: false\n[CONFIG] ✅ dmPolicy: allowlist\n[CONFIG] ✅ Ports bound to 127.0.0.1\n[DOCKER] ✅ All containers bind to 127.0.0.1\n[DOCKER] ⚠️  No resource limits on openclaw container\n[SSH]    ✅ Root login disabled\n[SSH]    ✅ Password auth disabled\n[NET]    ✅ UFW active\n[FILES]  ✅ Config file permissions OK\n\nScore: 92/100 — 🟢 Excellent\nIssues: 1 warning\n\nRecommendations:\n  1. Add resource limits to Docker containers\n\nCredits\n\nBuilt by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.\n\n📅 Need help setting up OpenClaw for your business? Book a free consultation"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/aiwithabidi/security-monitor-deploy",
    "publisherUrl": "https://clawhub.ai/aiwithabidi/security-monitor-deploy",
    "owner": "aiwithabidi",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/security-monitor-deploy",
    "downloadUrl": "https://openagent3.xyz/downloads/security-monitor-deploy",
    "agentUrl": "https://openagent3.xyz/skills/security-monitor-deploy/agent",
    "manifestUrl": "https://openagent3.xyz/skills/security-monitor-deploy/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/security-monitor-deploy/agent.md"
  }
}