information-security-manager-iso27001

information-security-manager-iso27001 is a skill for Claude Code, Codex from CloudChef/atlasclaw-providers. It costs 74 tokens per session (2,600 once invoked), scanned A, a copy of information-security-manager-iso27001, Apache-2.0.

A guide for building and managing an information security management system, or ISMS, under ISO 27001. ISO 27001 is an international standard for organizing information-security practices, with added healthcare and medical-device guidance.

In plain words
What is it for?
Use it for security risk assessments, ISO 27001 gap analysis, control checks, security policies, incident-response planning, and compliance verification.
Why use it?
It helps teams structure security risks, controls, incident response, audits, and certification work. This is especially relevant when systems handle patient or medical data.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python scripts/risk_assessment.py --scope "patient-data-system" --output risk_register.json.

Good fit Use it for security risk assessments, ISO 27001 gap analysis, control checks, security policies, incident-response planning, and compliance verification.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/CloudChef/atlasclaw-providers
agentmods
npx agentmods add skills/cloudchef/atlasclaw-providers/information-security-manager-iso27001

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for information-security-manager-iso27001

README.md
[![agentmods](https://agentmods.dev/badge/skills/cloudchef/atlasclaw-providers/information-security-manager-iso27001/github.svg)](https://agentmods.dev/skills/cloudchef/atlasclaw-providers/information-security-manager-iso27001)
Your own site
<a href="https://agentmods.dev/skills/cloudchef/atlasclaw-providers/information-security-manager-iso27001"><img src="https://agentmods.dev/badge/skills/cloudchef/atlasclaw-providers/information-security-manager-iso27001/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for information-security-manager-iso27001

Your own site · 80×15
<a href="https://agentmods.dev/skills/cloudchef/atlasclaw-providers/information-security-manager-iso27001"><img src="https://agentmods.dev/badge/skills/cloudchef/atlasclaw-providers/information-security-manager-iso27001.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,600 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 92% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00074 $0.02600
Opus 5 $0.00037 $0.01300
Sonnet 5 $0.00015 $0.00520
Haiku 4.5 $0.00007 $0.00260

Measured 11d ago against content hash effb1650311e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

information-security-manager-iso27001 scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

92% identical to information-security-manager-iso27001 — 13 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/information-security-manager-iso27001/SKILL.md · 420 lines

How it starts

The opening of the file, as written. The whole thing — 420 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Information Security Manager - ISO 27001

Implement and manage Information Security Management Systems (ISMS) aligned with ISO 27001:2022 and healthcare regulatory requirements.


Table of Contents


Trigger Phrases

Use this skill when you hear:

  • "implement ISO 27001"
  • "ISMS implementation"
  • "security risk assessment"
  • "information security policy"
  • "ISO 27001 certification"
  • "security controls implementation"
  • "incident response plan"
  • "healthcare data security"
  • "medical device cybersecurity"
  • "security compliance audit"

Quick Start

Run Security Risk Assessment

python scripts/risk_assessment.py --scope "patient-data-system" --output risk_register.json

Check Compliance Status

python scripts/compliance_checker.py --standard iso27001 --controls-file controls.csv

Generate Gap Analysis Report

python scripts/compliance_checker.py --standard iso27001 --gap-analysis --output gaps.md

Tools

risk_assessment.py

Automated security risk assessment following ISO 27001 Clause 6.1.2 methodology.

Usage:

# Full risk assessment
python scripts/risk_assessment.py --scope "cloud-infrastructure" --output risks.json

# Healthcare-specific assessment
python scripts/risk_assessment.py --scope "ehr-system" --template healthcare --output risks.json

# Quick asset-based assessment
python scripts/risk_assessment.py --assets assets.csv --output risks.json

Parameters:

Parameter Required Description
--scope Yes System or area to assess
--template No Assessment template: general, healthcare, cloud
--assets No CSV file with asset inventory
--output No Output file (default: stdout)
--format No Output format: json, csv, markdown

Read the full file on GitHub · 420 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 420 lines · 74 tokens per session scan A effb1650311e

Subscribe to this mod's changes

information-security-manager-iso27001 is a skill published in the GitHub repository CloudChef/atlasclaw-providers (15 stars, last pushed 7d ago), licensed Apache-2.0. It adds 74 tokens to every session and 2,600 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 92% identical to information-security-manager-iso27001, differing in 13 lines, and is treated as a copy.