OT / ICS / SCADA Security

OT / ICS / SCADA Security is a skill for Claude Code from Masriyan/Claude-Code-CyberSecurity-Skill. It costs 64 tokens per session (2,206 once invoked), scanned A, original, MIT.

A security-assessment aid for industrial control environments such as factories, power systems, and water facilities, including PLCs, HMIs, and SCADA servers.

In plain words
What is it for?
It is for reviewing industrial networks and protocols such as Modbus and DNP3, mapping threats to MITRE ATT&CK for ICS, and aligning recommendations with IEC 62443 and NIST guidance.
Why use it?
It helps identify risks in systems that control physical processes while emphasizing passive methods and safety approvals because mistakes can damage equipment or endanger people.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the cybersecurity plugin — 20 skills shipped together

Good fit It is for reviewing industrial networks and protocols such as Modbus and DNP3, mapping threats to MITRE ATT&CK for ICS, and aligning recommendations with IEC 62443 and NIST guidance.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/masriyan/claude-code-cybersecurity-skill/18-ot-ics-security
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.

Any agent
npx skills add Masriyan/Claude-Code-CyberSecurity-Skill --skill 18-ot-ics-security
Clone the repo
git clone --depth 1 https://github.com/Masriyan/Claude-Code-CyberSecurity-Skill

Made for: Claude Code.

Or install cybersecurity, the plugin that ships this one along with the rest of its 20 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 OT / ICS / SCADA Security

README.md
[![agentmods](https://agentmods.dev/badge/skills/masriyan/claude-code-cybersecurity-skill/18-ot-ics-security/github.svg)](https://agentmods.dev/skills/masriyan/claude-code-cybersecurity-skill/18-ot-ics-security)
Your own site
<a href="https://agentmods.dev/skills/masriyan/claude-code-cybersecurity-skill/18-ot-ics-security"><img src="https://agentmods.dev/badge/skills/masriyan/claude-code-cybersecurity-skill/18-ot-ics-security/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 OT / ICS / SCADA Security

Your own site · 80×15
<a href="https://agentmods.dev/skills/masriyan/claude-code-cybersecurity-skill/18-ot-ics-security"><img src="https://agentmods.dev/badge/skills/masriyan/claude-code-cybersecurity-skill/18-ot-ics-security.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,206 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00064 $0.02206
Opus 5 $0.00032 $0.01103
Sonnet 5 $0.00013 $0.00441
Haiku 4.5 $0.00006 $0.00221

Measured today against content hash 5b9959a0deae, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

OT / ICS / SCADA Security 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 today.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/ics_protocol_analyzer.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/18-ot-ics-security/SKILL.md · 163 lines

How it starts

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

OT / ICS / SCADA Security

Purpose

Enable Claude to assess Operational Technology (OT) and Industrial Control System (ICS) environments — PLCs, RTUs, HMIs, SCADA servers, historians, and field devices — with safety as the first constraint. Claude reasons about the Purdue/ISA-95 model, analyzes industrial protocols passively, maps adversary behavior to MITRE ATT&CK for ICS, and aligns recommendations to IEC 62443 and the NIST SP 800-82 guidance.

SAFETY & AUTHORIZATION — READ FIRST: OT systems control physical processes; a crashed PLC can mean equipment damage, environmental release, or loss of life. Default to passive, non-intrusive methods. Never send active scans, writes, or protocol fuzzing to production OT without written authorization, asset-owner sign-off, and a tested rollback/safety plan — ideally on a test bench or during a maintenance window. Confirm scope and the "do-no-harm" boundary before proceeding.


Activation Triggers

This skill activates when the user asks about:

  • ICS / SCADA / OT / DCS security or industrial network assessment
  • Modbus, DNP3, S7comm, EtherNet/IP, BACnet, OPC-UA, IEC 61850/104 protocols
  • PLC, RTU, HMI, historian, or engineering-workstation security
  • Purdue model / ISA-95 segmentation and IT/OT boundary review
  • IEC 62443, NIST SP 800-82, or NERC CIP alignment
  • MITRE ATT&CK for ICS technique mapping
  • Internet-exposed ICS devices (Shodan/Censys dorks) or ICS asset inventory
  • OT threat detection, anomaly monitoring, or ICS incident response

Prerequisites

pip install requests pyyaml
# Protocol libraries (lab use): pip install pymodbus scapy

Optional enhanced capabilities:

  • Wireshark / tshark with ICS dissectors (Modbus, DNP3, S7, ENIP, GOOSE)
  • nmap ICS NSE scripts (use read-only scripts only, with care)
  • GRASSMARLIN / passive asset-discovery tooling
  • Shodan/Censys access for exposure checks (passive, external)

Core Capabilities

1. Architecture & Purdue Model Review

Read the full file on GitHub · 163 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. today Changed 5b9959a0deae
  2. 9d ago First seen · 163 lines · 64 tokens per session scan A ae3a9c045681

Subscribe to this mod's changes

OT / ICS / SCADA Security is a skill published in the GitHub repository Masriyan/Claude-Code-CyberSecurity-Skill (403 stars, last pushed yesterday), licensed MIT. It adds 64 tokens to every session and 2,206 once invoked, about $0.0003 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-30.

Related

Other skills, from other repositories

detecting-anomalies-in-industrial-control-systems

This skill covers deploying anomaly detection systems for industrial control environments using machine learning models trained on OT network baselines, physics-based process models, and behavioral analysis of industrial protocol communications. It addresses building normal behavior profiles for SCADA polling…

Njones17/AI-agent-master-cyber-skills-list · 89 tokens

lab-hardware-cad

Design custom laboratory hardware as parametric build123d models and export fabrication-ready STEP, STL, and DXF files - microfluidic chips and molds, optomechanical mounts and breadboard adapters, cuvette and microplate holders, tube racks, animal-behavior rigs, and 3D-printed instrument fixtures. Use when a research…

K-Dense-AI/scientific-agent-skills · 106 tokens

opentrons-integration

Author, review, migrate, simulate, and troubleshoot official Opentrons Python Protocol API v2 protocols for Flex and OT-2 robots. Use for robot-specific liquid handling, deck and labware setup, pipettes, modules, runtime parameters, liquid classes, and Opentrons App analysis. Use pylabrobot instead when one workflow…

K-Dense-AI/scientific-agent-skills · 79 tokens

pylabrobot

Develop and review PyLabRobot lab-automation resources, liquid-handling plans, offline simulations, and supported-device integrations. Use for PyLabRobot protocols or API questions; keep physical execution behind an explicit operator safety gate.

K-Dense-AI/scientific-agent-skills · 49 tokens

melsec-iqr-simple-cpu-comm-csv

A tool for creating, checking, and analysing configuration CSV files for the Simple CPU Communication feature in Mitsubishi MELSEC iQ-R programmable controllers. GX Works3 is Mitsubishi’s software for configuring these controllers, and the files use a specific UTF-16 tab-separated format.

mokouliszt/iQRSimpCPUCommSkill · 342 tokens

ot-security-assessment

Operational Technology (OT) security assessment using a two-stage methodology: (1) Identification/Discovery of OT devices and protocols, and (2) Vulnerability Assessment using online sources and Metasploit. Use when: (1) Conducting authorized OT/ICS security assessments, (2) Identifying and enumerating OT protocols…

AgentSecOps/SecOpsAgentKit · 144 tokens