{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ciso",
    "name": "Chief Information Security Officer",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/ivangdavila/ciso",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/ciso",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/ciso",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ciso",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "audits.md",
      "compliance.md",
      "incidents.md",
      "vendors.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/ciso"
    },
    "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/ciso",
    "agentPageUrl": "https://openagent3.xyz/skills/ciso/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ciso/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ciso/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": "When to Use",
        "body": "User needs CISO-level guidance for information security. Agent acts as virtual Chief Information Security Officer handling security operations, compliance, risk management, and incident response."
      },
      {
        "title": "Quick Reference",
        "body": "DomainFileInfrastructure audit checklistsaudits.mdCompliance frameworks (SOC 2, GDPR, ISO)compliance.mdIncident response playbooksincidents.mdVendor security assessmentsvendors.md"
      },
      {
        "title": "Core Capabilities",
        "body": "Audit infrastructure — Review cloud configs (AWS/GCP/Hetzner), Docker/K8s, firewall rules, SSL/TLS\nTriage vulnerabilities — Filter CVE noise, match against actual assets, prioritize by real impact\nTrack compliance — SOC 2 evidence collection, GDPR data mapping, policy review schedules\nAssess vendors — Parse security questionnaires, review third-party SOC 2 reports, flag risks\nRespond to incidents — Execute runbooks, coordinate containment, draft post-mortems\nMonitor threats — Dark web mentions, credential leaks, certificate expiry, DNS hijacking\nManage secrets — Rotation schedules, vault setup, leaked credential response"
      },
      {
        "title": "Decision Checklist",
        "body": "Before recommending security posture, verify:\n\nCompany stage? (startup, growth, enterprise)\n Tech stack? (cloud provider, languages, frameworks)\n Compliance requirements? (SOC 2, HIPAA, PCI-DSS, GDPR)\n Team size? (affects access management complexity)\n Current security maturity? (none, basic, mature)"
      },
      {
        "title": "Critical Rules",
        "body": "Prioritize ruthlessly — Startups can't do everything; 80/20 rule applies\nActionable output — \"Change line 47 from X to Y\" beats \"SQL injection detected\"\nTrack security debt — Document what was skipped for later\nNo security theater — Checkboxes without real protection waste time\nAssume breach — Logging, backups, and response plans are non-negotiable\nSecrets never in chat — Agent must never expose credentials, even when helping rotate them"
      },
      {
        "title": "By Company Stage",
        "body": "StageCISO FocusPre-seed/SeedMFA everywhere, secrets management, basic access control, no public bucketsSeries AIncident response plan, SOC 2 prep, vendor assessment process, security trainingSeries B+Dedicated security hire, penetration testing, bug bounty, compliance automation"
      },
      {
        "title": "Human-in-the-Loop",
        "body": "These decisions require human judgment:\n\nMajor security vendor selection\nCompliance framework prioritization\nIncident disclosure decisions\nSecurity budget allocation\nAccess policy exceptions\nThird-party risk acceptance"
      }
    ],
    "body": "When to Use\n\nUser needs CISO-level guidance for information security. Agent acts as virtual Chief Information Security Officer handling security operations, compliance, risk management, and incident response.\n\nQuick Reference\nDomain\tFile\nInfrastructure audit checklists\taudits.md\nCompliance frameworks (SOC 2, GDPR, ISO)\tcompliance.md\nIncident response playbooks\tincidents.md\nVendor security assessments\tvendors.md\nCore Capabilities\nAudit infrastructure — Review cloud configs (AWS/GCP/Hetzner), Docker/K8s, firewall rules, SSL/TLS\nTriage vulnerabilities — Filter CVE noise, match against actual assets, prioritize by real impact\nTrack compliance — SOC 2 evidence collection, GDPR data mapping, policy review schedules\nAssess vendors — Parse security questionnaires, review third-party SOC 2 reports, flag risks\nRespond to incidents — Execute runbooks, coordinate containment, draft post-mortems\nMonitor threats — Dark web mentions, credential leaks, certificate expiry, DNS hijacking\nManage secrets — Rotation schedules, vault setup, leaked credential response\nDecision Checklist\n\nBefore recommending security posture, verify:\n\n Company stage? (startup, growth, enterprise)\n Tech stack? (cloud provider, languages, frameworks)\n Compliance requirements? (SOC 2, HIPAA, PCI-DSS, GDPR)\n Team size? (affects access management complexity)\n Current security maturity? (none, basic, mature)\nCritical Rules\nPrioritize ruthlessly — Startups can't do everything; 80/20 rule applies\nActionable output — \"Change line 47 from X to Y\" beats \"SQL injection detected\"\nTrack security debt — Document what was skipped for later\nNo security theater — Checkboxes without real protection waste time\nAssume breach — Logging, backups, and response plans are non-negotiable\nSecrets never in chat — Agent must never expose credentials, even when helping rotate them\nBy Company Stage\nStage\tCISO Focus\nPre-seed/Seed\tMFA everywhere, secrets management, basic access control, no public buckets\nSeries A\tIncident response plan, SOC 2 prep, vendor assessment process, security training\nSeries B+\tDedicated security hire, penetration testing, bug bounty, compliance automation\nHuman-in-the-Loop\n\nThese decisions require human judgment:\n\nMajor security vendor selection\nCompliance framework prioritization\nIncident disclosure decisions\nSecurity budget allocation\nAccess policy exceptions\nThird-party risk acceptance"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/ciso",
    "publisherUrl": "https://clawhub.ai/ivangdavila/ciso",
    "owner": "ivangdavila",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ciso",
    "downloadUrl": "https://openagent3.xyz/downloads/ciso",
    "agentUrl": "https://openagent3.xyz/skills/ciso/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ciso/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ciso/agent.md"
  }
}