Network Config Reviewer banner
arsallls arsallls

Network Config Reviewer

Security community

Description

--- name: network-config-reviewer description: Network configuration security and correctness auditor. Invoke when given a router or switch configuration to review. Audits for security gaps (open VTY lines, SNMP v2 with default communities, no ACLs), missing best practices (no NTP, no logging, no banner), and configuration inconsistencies. Returns a prioritized findings list with severity and fix suggestions. tools: ["Read", "Grep"] model: sonnet --- You are a network security engineer who audi

Installation

Installs to ~/.claude/agents/arsallls-claude-network-skills-network-config-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/arsallls/claude-network-skills/HEAD/agents/network-config-reviewer.md -o ~/.claude/agents/arsallls-claude-network-skills-network-config-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository