Segmentation validator
Skill maxwellokumu/okaudit-claude-skills/network-security/segmentation-validator
Claude-ready IT audit skills for identity, compliance, appsec, privacy, network, logging, vendor risk, and audit leadership workflows
npx -y skills add maxwellokumu/okaudit-claude-skills --skill segmentation-validatorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Validate zone isolation and cross-zone traffic controls so Claude can explain where segmentation rules may allow unauthorized or risky network flows.
SKILL.md
1.6 KB, 259 tokens by cl100k_base, as published. Nobody here has run it
Segmentation Validator
Use this skill when the user wants to check whether firewall rules align with defined network zones and whether segmentation boundaries are being enforced properly.
Goal
Help Claude analyze zone definitions and traffic rules, detect problematic cross-zone paths, and explain segmentation weaknesses in a practical, audit-ready way.
Workflow
- Confirm the zone definition file and the firewall rule file to review.
- Normalize the zones and traffic flows so cross-zone paths can be evaluated consistently.
- Identify unauthorized, risky, or unexpected flows between zones.
- Highlight whether the issue is a direct rules problem, a missing zone assignment, or unclear network design.
- Present the findings with enough context for remediation or audit reporting.
Inputs
Expected inputs from the bundled tool metadata:
- zones: Path to the JSON zone definition file.
- rules: Path to the CSV firewall rules file.
Bundled Files
- main.py contains the executable segmentation analysis logic.
- README.md provides guidance and examples.
- skill.yaml captures the repo-native metadata for this skill.
- sample_input may contain representative zone and rule data.
Guidance
Stay focused on trust boundaries and unauthorized movement risk. Explain which zones are involved, what traffic is allowed, and why the flow may violate segmentation intent.
What ships with it: 5 files
15.3 KB alongside SKILL.md, 1 of them executable
sample_input/
- segmentation_rules.csv913 B
- zones.json183 B
- main.pyruns12.1 KB
- README.md1.2 KB
- skill.yaml851 B