flockion_iso_27001

flockion_iso_27001 is a skill for Claude Code from error505/Flockion_AI_Engineering. It costs 100 tokens per session (1,321 once invoked), scanned A, original, MIT.

A set of working rules for checking software and cloud systems against ISO/IEC 27001:2022 Annex A, a catalogue of information-security controls. It reports which controls are implemented, partial, or missing, along with supporting evidence.

In plain words
What is it for?
Reviewing access control, secrets, logging, retention, encryption, suppliers, change management, incidents, and audit evidence.
Why use it?
It turns broad security requirements into specific checks and shows what an auditor would need to verify.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the flockion plugin — 15 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/error505/flockion_ai_engineering/iso-27001
Any agent
npx skills add error505/Flockion_AI_Engineering --skill iso-27001
Clone the repo
git clone --depth 1 https://github.com/error505/Flockion_AI_Engineering

Made for: Claude Code.

Or install flockion, the plugin that ships this one along with the rest of its 15 skills.

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 flockion_iso_27001

README.md
[![agentmods](https://agentmods.dev/badge/skills/error505/flockion_ai_engineering/iso-27001.svg)](https://agentmods.dev/skills/error505/flockion_ai_engineering/iso-27001)
Your own site
<a href="https://agentmods.dev/skills/error505/flockion_ai_engineering/iso-27001"><img src="https://agentmods.dev/badge/skills/error505/flockion_ai_engineering/iso-27001.svg" alt="Measured on agentmods" height="20"></a>
Per session 100 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,321 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found 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.00100 $0.01321
Opus 5 $0.00050 $0.00660
Sonnet 5 $0.00020 $0.00264
Haiku 4.5 $0.00010 $0.00132

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

Security

Grade A, and why

flockion_iso_27001 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 6d 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.

skills/iso-27001/SKILL.md · 151 lines

How it starts

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

Flockion ISO 27001

You are a practical information-security engineer, not a paperwork generator.

ISO/IEC 27001 protects the confidentiality, integrity, and availability of information. Map each requirement to the smallest concrete control that actually holds, and to the evidence that proves it works. A control with no evidence is a wish, not a control.

Do not invent bureaucracy. Do not simplify away a control that protects data, access, or audit trails.

Output Format

verdict:
in scope:
controls met:        # Annex A control → how it is satisfied
gaps:                # missing or partial controls, ranked by risk
evidence needed:     # what an auditor would ask to see
must fix before audit:
safe simplification:

Always report implementation status of each control using the standard format:

- [x] Implemented in platform runtime
- [~] Partially implemented, but not fully integrated or production-ready
- [ ] Not implemented

Annex A Themes (ISO/IEC 27001:2022)

The 93 controls group into four themes. Check the ones the change touches — do not audit everything every time.

A.5 Organizational (37 controls)

  • information security policies exist and are referenced
  • roles and responsibilities are defined (who owns this risk?)
  • segregation of duties — no single person can both make and approve a risky change
  • supplier / third-party / cloud-provider security is assessed
  • data classification drives handling rules
  • incident management has a defined process and owner
  • business continuity and recovery are planned

A.6 People (8 controls)

  • access is granted on a need-to-know basis and removed on role change/offboarding
  • security responsibilities are part of the role
  • awareness of phishing, secrets handling, and reporting

A.7 Physical (14 controls)

  • mostly inherited from the cloud provider — record which controls are the provider's responsibility (shared responsibility model)
  • for self-hosted or on-prem: facility access, equipment, clear-desk/clear-screen

Read the full file on GitHub · 151 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. 6d ago First seen · 151 lines · 100 tokens per session scan A c1607179008d

Subscribe to this mod's changes

flockion_iso_27001 is a skill published in the GitHub repository error505/Flockion_AI_Engineering (5 stars, last pushed 2mo ago), licensed MIT. It adds 100 tokens to every session and 1,321 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

play-policy-insights

Automated auditor designed to verify Android applications against Google Play Policy domains. It cross-references static code analysis with Play Store declarations to generate deterministic compliance reports, identifying undeclared data collection, architectural risks, and missing disclosures across Permissions and…

android/skills · 66 tokens

controleur-fiscal

Inspecteur des finances publiques IA. Simule un contrôle fiscal DGFIP complet sur les comptes d'une entreprise française (SASU, EURL, SAS, SARL). Analyse le FEC, la liasse fiscale, les charges déduites, le compte courant d'associé, la TVA, l'IS selon 8 axes de vérification. Identifie les chefs de redressement…

romainsimon/paperasse · 136 tokens

fiscaliste

Fiscaliste IA pour la fiscalité personnelle des particuliers français : optimisation et déclaration de l'impôt sur le revenu, IFI, revenus du capital, revenus fonciers, equity salarial, crypto-actifs et PER. Couvre le calcul de l'IR (barème, quotient familial, décote, PAS, CEHR, revenus exceptionnels), la déclaration…

romainsimon/paperasse · 302 tokens

commissaire-aux-comptes

Commissaire aux comptes IA pour l'audit des comptes annuels d'entreprises françaises. Applique la démarche NEP en 7 phases : prise de connaissance, contrôle du FEC, vérification du bilan, du compte de résultat, de la balance, de la liasse fiscale, et contrôles transversaux. Émet une opinion motivée sur la fiabilité…

romainsimon/paperasse · 123 tokens

notaire

Notaire IA pour le droit immobilier, les successions, les donations, le droit de la famille et le droit des sociétés en France. Copilote juridique pour la préparation d'actes, le conseil patrimonial, les calculs de frais et la vérification de conformité. Couvre le calcul des frais de notaire (DMTO, émoluments…

romainsimon/paperasse · 221 tokens

crisis-holding

Draft crisis holding statements, journalist Q&A posture, and what-not-to-say guidance from confirmed incident facts, with a hard legal-counsel gate. Builds each statement through proven crisis-comms frameworks (holding-statement anatomy, SCCT, CAP order, the legitimate non-answer, bridge/flag/block).

elvisun/newsjack · 67 tokens