Network config reviewer
Skill maxwellokumu/okaudit-claude-skills/network-security/network-config-reviewer
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 network-config-reviewerAssembled 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
Review firewall and network rule sets for overly permissive access, risky exposure, and other configuration weaknesses so Claude can explain the highest-priority findings clearly.
SKILL.md
1.7 KB, 288 tokens by cl100k_base, as published. Nobody here has run it
Network Config Reviewer
Use this skill when the user wants to audit firewall rules, security groups, ACLs, or other network access controls for risky patterns and excessive exposure.
Goal
Help Claude identify insecure network rules, explain why they are risky, and present practical remediation priorities for infrastructure or audit teams.
Workflow
- Confirm whether the user is reviewing local rule files or a live environment and note any use of sample data.
- Inspect the rule set for broad exposure, sensitive ports, overly permissive sources, or suspicious descriptions.
- Separate clear misconfigurations from items that may depend on environment context.
- Summarize the most important findings and explain their likely impact on network security posture.
- Present prioritized recommendations for tightening the rule set.
Inputs
Expected inputs from the bundled tool metadata:
- rules: Optional path to a CSV file of network rules.
- mode: Optional execution mode such as local or aws.
- dry_run: Optional flag to use bundled sample data.
Bundled Files
- main.py contains the executable network review logic.
- README.md provides examples and usage notes.
- skill.yaml captures the repo-native metadata for this skill.
- sample_input may contain representative firewall or rule data.
Guidance
Prioritize material exposure issues such as open access to sensitive ports or any-to-any style rules. Be explicit about assumptions when environment context is limited.
What ships with it: 4 files
19.0 KB alongside SKILL.md, 1 of them executable
sample_input/
- firewall_rules.csv1.2 KB
- main.pyruns15.7 KB
- README.md1.2 KB
- skill.yaml935 B