networking-auditor

networking-auditor is an agent for Claude Code from IGTA-Tech/claude-skills-research. It costs 246 tokens per session (5,163 once invoked), scanned A, original, no licence file.

A networking code-review agent for Swift and Objective-C apps. It checks for older connection APIs and common networking mistakes such as hardcoded IP addresses, reachability checks, and missing error handling.

In plain words
What is it for?
Use it to review networking code, find deprecated APIs including SCNetworkReachability, CFSocket, and NSStream, investigate connection issues, and prepare an app for submission.
Why use it?
It helps uncover connection code that may be outdated, fragile, or likely to cause problems during App Store review. It also points out places where network failures may not be handled.

Agent for Claude Code

Written for Claude Code: a Claude Code plugin manifest. Also seen: model in frontmatter.

Part of the axiom plugin — 90 skills, 7 commands, 21 agents, 4 hooks shipped together

Good fit Use it to review networking code, find deprecated APIs including SCNetworkReachability, CFSocket, and NSStream, investigate connection issues, and prepare an app for submission.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/igta-tech/claude-skills-research/networking-auditor
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/IGTA-Tech/claude-skills-research

Made for: Claude Code.

Or install axiom, the plugin that ships this one along with the rest of its 90 skills, 7 commands, 21 agents, 4 hooks.

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 networking-auditor

README.md
[![agentmods](https://agentmods.dev/badge/agents/igta-tech/claude-skills-research/networking-auditor/github.svg)](https://agentmods.dev/agents/igta-tech/claude-skills-research/networking-auditor)
Your own site
<a href="https://agentmods.dev/agents/igta-tech/claude-skills-research/networking-auditor"><img src="https://agentmods.dev/badge/agents/igta-tech/claude-skills-research/networking-auditor/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 networking-auditor

Your own site · 80×15
<a href="https://agentmods.dev/agents/igta-tech/claude-skills-research/networking-auditor"><img src="https://agentmods.dev/badge/agents/igta-tech/claude-skills-research/networking-auditor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 246 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 5,163 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 unknown 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.00246 $0.05163
Opus 5 $0.00123 $0.02582
Sonnet 5 $0.00049 $0.01033
Haiku 4.5 $0.00025 $0.00516

Measured 9d ago against content hash 60ad0fc638ea, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

networking-auditor 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 9d 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.

Axiom/.claude-plugin/plugins/axiom/agents/networking-auditor.md · 571 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 9d ago First seen · 571 lines · 246 tokens per session scan A 60ad0fc638ea

Subscribe to this mod's changes

networking-auditor is an agent published in the GitHub repository IGTA-Tech/claude-skills-research (2 stars, last pushed today), with no licence file. It adds 246 tokens to every session and 5,163 once invoked, about $0.0012 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-31.

Related

Other agents, from other repositories

flutter-reviewer

Flutter and Dart code reviewer. Reviews Flutter code for widget best practices, state management patterns, Dart idioms, performance pitfalls, accessibility, and clean architecture violations. Library-agnostic — works with any state management solution and tooling.

affaan-m/ECC · 50 tokens

harmonyos-app-resolver

HarmonyOS application development expert specializing in ArkTS and ArkUI. Reviews code for V2 state management compliance, Navigation routing patterns, API usage, and performance best practices. Use for HarmonyOS/OpenHarmony projects.

affaan-m/ECC · 49 tokens

textkit-auditor

Use this agent when the user mentions TextKit review, text layout issues, Writing Tools integration, or UITextView/NSTextView code review. Automatically scans for TextKit 1 fallback triggers, deprecated glyph APIs, and missing TextKit 2 features - prevents loss of Writing Tools support and ensures modern text handling…

CharlesWiltgen/Axiom · 245 tokens

resize-auditor

Use this agent when the user mentions window resizing support, resizable-window readiness, iPhone Mirroring compatibility, scene-lifecycle migration checking, or preparing an app for the 27-cycle resizing model. Automatically scans UIKit code, Info.plist, and the scene manifest for resize-readiness violations …

CharlesWiltgen/Axiom · 294 tokens

swiftdata-auditor

Use this agent when the user mentions SwiftData review, @Model issues, SwiftData migration safety, or SwiftData performance checking. Automatically scans SwiftData code for the 10 most critical violations - struct models, missing VersionedSchema models, relationship defaults, migration timing, background context…

CharlesWiltgen/Axiom · 250 tokens

energy-auditor

Use this agent when the user mentions battery drain, energy optimization, power consumption audit, or pre-release energy check. Automatically scans codebase for the 8 most common energy anti-patterns - timer abuse, polling instead of push, continuous location, animation leaks, background mode misuse, network…

CharlesWiltgen/Axiom · 149 tokens