network-audit

network-audit is a command for Claude Code from WYRE-AI/msp-claude-plugins. It costs 17 tokens per session (677 once invoked), scanned A, original, Apache-2.0.

A command that audits one Auvik client’s networks, interfaces, and saved device configurations. It checks network status, interface health, configuration backups, and possible changes from the known setup.

In plain words
What is it for?
Use it for quarterly health checks, renewal preparation, or investigating missing backups and network changes.
Why use it?
It brings network health, backup coverage, and configuration drift into one review instead of requiring separate checks.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the auvik plugin — 1 skill, 5 commands, 3 agents shipped together

Good fit Use it for quarterly health checks, renewal preparation, or investigating missing backups…

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/wyre-ai/msp-claude-plugins/network-audit
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.

Clone the repo
git clone --depth 1 https://github.com/WYRE-AI/msp-claude-plugins

Made for: Claude Code.

Or install auvik, the plugin that ships this one along with the rest of its 1 skill, 5 commands, 3 agents.

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 network-audit

README.md
[![agentmods](https://agentmods.dev/badge/commands/wyre-ai/msp-claude-plugins/network-audit.svg)](https://agentmods.dev/commands/wyre-ai/msp-claude-plugins/network-audit)
Your own site
<a href="https://agentmods.dev/commands/wyre-ai/msp-claude-plugins/network-audit"><img src="https://agentmods.dev/badge/commands/wyre-ai/msp-claude-plugins/network-audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 677 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.
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.00017 $0.00677
Opus 5 $0.00009 $0.00338
Sonnet 5 $0.00003 $0.00135
Haiku 4.5 $0.00002 $0.00068

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

Security

Grade A, and why

network-audit 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 3d 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.

msp-claude-plugins/auvik/auvik/commands/network-audit.md · 65 lines

How it starts

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

Auvik Network Audit

Walk a tenant's networks, interfaces, and configuration backups end-to-end. The output is meant to support a renewal conversation or a quarterly health check - what does the network look like, are configurations being backed up, and is anything drifting from a known-good state.

Prerequisites

  • Tools: auvik_networks_list, auvik_networks_get, auvik_interfaces_list, auvik_configurations_list, auvik_configurations_get, auvik_devices_list, auvik_entities_list_audits

Steps

  1. Enumerate networks

    Call auvik_networks_list for the tenant. Note the count, the IP ranges in use, and any networks marked private vs internet. Call auvik_networks_get on the largest few for detail (gateway, DHCP, scan status).

  2. List interfaces

    Call auvik_interfaces_list for the tenant. Bucket by interface type (ethernet, wireless, virtual, etc.) and by adminStatus / operStatus. Flag any interface that is admin-up but oper-down for more than a transient period.

  3. Audit saved configurations

    Call auvik_configurations_list for the tenant. For each managed network device (router, switch, firewall, accessPoint), check:

    • Is there at least one saved configuration? Devices with zero saved configs are a backup gap - call them out.
    • When was the most recent configuration saved? Anything > 30 days old on a device that should be actively managed is stale.
  4. Spot configuration drift

    For devices with multiple saved configurations, call auvik_configurations_get on the two most recent for any device that has changed in the last 7 days. Surface a one-line summary of what changed. Frequent unexpected changes on infrastructure devices warrant a conversation with the customer.

  5. Cross-reference with audit history

    Call auvik_entities_list_audits on the tenant or on suspect devices to surface who or what triggered recent changes - human edits, automation, or Auvik-driven actions.

  6. Produce the audit report

Read the full file on GitHub · 65 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. 3d ago First seen · 65 lines · 17 tokens per session scan A 1ea93212773a

Subscribe to this mod's changes

network-audit is a command published in the GitHub repository WYRE-AI/msp-claude-plugins (44 stars, last pushed 4d ago), licensed Apache-2.0. It adds 17 tokens to every session and 677 once invoked, about $0.0001 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-09-04.