Agent Plugins Marketplace
All plugins

ciso

v1.1.4

Organizes work toward security certifications (HITRUST CSF, SOC 2 Type II, ISO/IEC 27001:2022 and CMMC) alongside the development work that satisfies them. Action-oriented verbs -- register, interview, review a PR, attach evidence, audit readiness -- tracked via persistent local HTML dashboards, an index across every supported certification plus one page each. Ships structural control metadata, plus verbatim requirement text only where the publisher's work carries no copyright (CMMC's NIST and eCFR sources); licensed requirement wording is imported per-org at runtime and never stored in this repo.

Claude Code12 Skills

By claude-skills0 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
12 skill or MCP entries
Source updated
Sep 16, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install ciso for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install ciso@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/kuan51/claude-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/ciso/.

Plugin files

plugins/ciso/
├── .claude-plugin/plugin.json
├── skills/audit/SKILL.md
├── skills/evidence/SKILL.md
├── skills/hitrust-controls-compiler/SKILL.md
├── skills/import/SKILL.md
├── skills/init/SKILL.md
├── skills/interview/SKILL.md
├── skills/register/SKILL.md
├── skills/review/SKILL.md
├── skills/roadmap/SKILL.md
├── skills/scope/SKILL.md
├── skills/sync-tasks/SKILL.md
└── skills/upgrade/SKILL.md

Included Skills12

auditskills/audit/SKILL.md

Use when checking how audit-ready the tracked certification data actually is -- controls claimed as met with no evidence behind them, assessments that have gone stale, thin or evasive justifications, controls never assessed at all. Also produces ISO 27001's draft Statement of Applicability. Reports on data already recorded; use ciso:interview to record or change it.

evidenceskills/evidence/SKILL.md

Use when attaching a merged pull request, commit, CI/CD run, scan result, or document to a tracked security control as durable proof that it is implemented -- typically right after a PR merges or a pipeline finishes. Records the artifact against the control; it does not change the control's assessed status.

hitrust-controls-compilerskills/hitrust-controls-compiler/SKILL.md

Use when compiling or refreshing the public, non-authoritative topic-level HITRUST e1/i1 control structure files shipped in the ciso plugin -- e.g. after a new HITRUST CSF framework version ships, or to close a coverage gap in an existing compile. r2's full structure is out of scope for this skill until its own dedicated pass (its real scope is 2000+ entries, an order of magnitude beyond e1/i1).

importskills/import/SKILL.md

Use when importing an organization's own licensed HITRUST MyCSF requirements export (an .xlsx file) into ciso tracking, replacing the shipped non-authoritative topic-level control set with the real per-statement requirements. Only HITRUST has an importable publisher export.

initskills/init/SKILL.md

Use when setting up ciso security-certification tracking in a project for the first time, or when its state file or dashboard is missing and needs to be scaffolded.

interviewskills/interview/SKILL.md

Use when running the control-by-control (or criterion-by-criterion, or requirement-by-requirement) assessment that records whether each one is met, in progress, a gap, or not applicable, together with the justification behind that answer. This is the main assessment conversation; use ciso:audit instead to check readiness of assessments already recorded.

registerskills/register/SKILL.md

Use when adding a security certification -- HITRUST CSF, SOC 2, ISO/IEC 27001, or CMMC -- to ciso tracking for the first time, loading its control set into docs/ciso/state.json so the controls can then be assessed. This is the setup step that comes before any assessment; use ciso:interview to actually assess the controls it registers.

reviewskills/review/SKILL.md

Use when reviewing a pull request, branch, or diff for security-compliance impact before it merges -- which tracked controls the change supports, which it might regress, and which open gaps it leaves untouched. Reads code and tracking data; writes nothing. Use ciso:evidence afterwards to record what the change actually proves.

roadmapskills/roadmap/SKILL.md

Use when researching budget-appropriate vendor, SaaS, or open-source solutions for controls that the assessment recorded as gaps or in progress -- what to buy or adopt to close them. Runs the research in the background without blocking other work.

scopeskills/scope/SKILL.md

Use when defining the boundaries of a SOC 2 engagement before the assessment starts -- Type I versus Type II, which Trust Services Categories are in scope, the observation period, subservice organizations and how they are treated, the system description. Only SOC 2 has a scope step; HITRUST, ISO 27001 and CMMC do not.

sync-tasksskills/sync-tasks/SKILL.md

Use when pushing outstanding HITRUST control gaps from ciso's docs/ciso/state.json into JIRA or Linear as trackable tickets, or when re-running that sync to pick up newly-resolved or newly-gapped controls.

upgradeskills/upgrade/SKILL.md

Use when the plugin ships a newer version of a certification's control set than a project has recorded, and the existing assessment data needs reconciling against it -- controls added, removed, or changed between framework versions. Also use when a version-mismatch warning sends you here.

Plugin manifests1

plugins/ciso/.claude-plugin/plugin.json
{
  "name": "ciso",
  "version": "1.1.4",
  "description": "Organizes work toward security certifications (HITRUST CSF, SOC 2 Type II, ISO/IEC 27001:2022 and CMMC) alongside the development work that satisfies them. Action-oriented verbs -- register, interview, review a PR, attach evidence, audit readiness -- tracked via persistent local HTML dashboards, an index across every supported certification plus one page each. Ships structural control metadata, plus verbatim requirement text only where the publisher's work carries no copyright (CMMC's NIST and eCFR sources); licensed requirement wording is imported per-org at runtime and never stored in this repo.",
  "author": {
    "name": "claude-skills"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[ciso on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ciso)