dotnet-ssrf-audit

dotnet-ssrf-audit is a skill for Codex from jinyimeng01/net-code-audit-skill-master. It costs 92 tokens per session (811 once invoked), scanned A, original, MulanPSL-2.0.

.NET security auditing guidance for finding server-side request forgery (SSRF), where an attacker makes a server send requests to unintended destinations.

In plain words
What is it for?
Use it to review HttpClient, WebRequest, or WebClient code, investigate access to cloud metadata endpoints, and document SSRF evidence and fixes.
Why use it?
It helps trace user-controlled input through .NET networking code to outgoing-request points and identify risky URL, redirect, DNS, proxy-header, and remote-import behavior.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to review HttpClient, WebRequest, or WebClient code, investigate access to cloud metadata endpoints, and document SSRF evidence and fixes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jinyimeng01/net-code-audit-skill-master/dotnet-ssrf-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.

Any agent
npx skills add jinyimeng01/net-code-audit-skill-master --skill dotnet-ssrf-audit
Clone the repo
git clone --depth 1 https://github.com/jinyimeng01/net-code-audit-skill-master

Made for: Codex.

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 dotnet-ssrf-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/jinyimeng01/net-code-audit-skill-master/dotnet-ssrf-audit.svg)](https://agentmods.dev/skills/jinyimeng01/net-code-audit-skill-master/dotnet-ssrf-audit)
Your own site
<a href="https://agentmods.dev/skills/jinyimeng01/net-code-audit-skill-master/dotnet-ssrf-audit"><img src="https://agentmods.dev/badge/skills/jinyimeng01/net-code-audit-skill-master/dotnet-ssrf-audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 811 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.00092 $0.00811
Opus 5 $0.00046 $0.00405
Sonnet 5 $0.00018 $0.00162
Haiku 4.5 $0.00009 $0.00081

Measured 7d ago against content hash 6f41476d8231, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

dotnet-ssrf-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 7d 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.

net-skill/dotnet-ssrf-audit/SKILL.md · 42 lines

The source is not reproduced here

Licensed MulanPSL-2.0

The repository is licensed MulanPSL-2.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 7d ago First seen · 42 lines · 92 tokens per session scan A 6f41476d8231

Subscribe to this mod's changes

dotnet-ssrf-audit is a skill published in the GitHub repository jinyimeng01/net-code-audit-skill-master (5 stars, last pushed 4mo ago), licensed MulanPSL-2.0. It adds 92 tokens to every session and 811 once invoked, about $0.0005 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 skills, from other repositories

ssrf-server-side-request-forgery

Detect and exploit Server-Side Request Forgery (SSRF) vulnerabilities to access internal services, cloud metadata endpoints, and restricted network resources. Use this skill when testing URL fetch features, webhook configurations, file imports, PDF generators, or any functionality that makes server-side HTTP requests.…

akashrpatil/awesome-offensive-security-skills · 92 tokens

date-formatter

Converts dates between formats and handles timezone differences.

Azure/azure-sdk-for-net · 13 tokens

semantic-kernel

Build AI-enabled .NET applications with Semantic Kernel using services, plugins, prompts, and function-calling patterns that remain testable and maintainable. USE FOR: adding AI-driven prompts, plugins, or orchestration to a .NET app; reviewing kernel construction, service registration, or plugin usage; building…

managedcode/dotnet-skills · 116 tokens

opentelemetry-net-instrumentation

Provides guidance for implementing OpenTelemetry instrumentation in .NET codebases, covering tracing (Activities/Spans), metrics, logs, naming conventions, error handling, performance, SDK setup, resources, context propagation, and API design best practices.

Aaronontheweb/dotnet-skills · 56 tokens

grpc

Build or review gRPC services and clients in .NET. USE FOR: ASP.NET Core gRPC, protobuf contracts, unary or streaming RPC, gRPC client factory, interceptors, deadlines, cancellation, channel reuse, backend service integration. DO NOT USE FOR: broad browser-facing APIs without gRPC-Web tradeoff review, SignalR realtime…

managedcode/dotnet-skills · 95 tokens

winforms

Build, maintain, or modernize Windows Forms applications with practical guidance on designer-driven UI, event handling, data binding, MVP separation, and migration to modern .NET. USE FOR: working on Windows Forms UI, event-driven workflows, or classic LOB applications; migrating WinForms from .NET Framework to modern…

managedcode/dotnet-skills · 122 tokens