dotnet-xxe-audit

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

A security-audit guide for .NET applications that parse XML, a structured text format used by many software systems.

In plain words
What is it for?
Use it to trace user-controlled data into .NET XML parsers and related import or SOAP handlers, then document evidence and suggested fixes.
Why use it?
It helps find XML External Entity (XXE) risks, where specially crafted XML may make an application read files or access other resources.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to trace user-controlled data into .NET XML parsers and related import or SOAP handlers, then document evidence and suggested fixes.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/jinyimeng01/net-code-audit-skill-master/dotnet-xxe-audit/github.svg)](https://agentmods.dev/skills/jinyimeng01/net-code-audit-skill-master/dotnet-xxe-audit)
Your own site
<a href="https://agentmods.dev/skills/jinyimeng01/net-code-audit-skill-master/dotnet-xxe-audit"><img src="https://agentmods.dev/badge/skills/jinyimeng01/net-code-audit-skill-master/dotnet-xxe-audit/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 dotnet-xxe-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/jinyimeng01/net-code-audit-skill-master/dotnet-xxe-audit"><img src="https://agentmods.dev/badge/skills/jinyimeng01/net-code-audit-skill-master/dotnet-xxe-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,295 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.00071 $0.01295
Opus 5 $0.00036 $0.00647
Sonnet 5 $0.00014 $0.00259
Haiku 4.5 $0.00007 $0.00129

Measured 8d ago against content hash 8433d7ba5f0a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

dotnet-xxe-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 8d 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-xxe-audit/SKILL.md · 144 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

3 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. 8d ago First seen · 144 lines · 71 tokens per session scan A 8433d7ba5f0a

Subscribe to this mod's changes

dotnet-xxe-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 71 tokens to every session and 1,295 once invoked, about $0.0004 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

performing-soap-web-service-security-testing

Perform security testing of SOAP web services by analyzing WSDL definitions and testing for XML injection, XXE, WS-Security bypass, and SOAPAction spoofing.

xalgorix/xalgorix · 41 tokens

xxe-xml-external-entity-injection

Exploit XML External Entity (XXE) vulnerabilities in web applications to read arbitrary files, perform SSRF, or execute denial of service attacks. Use this skill when the server parses XML input from the user (such as SAML, SOAP, DOCX, or direct XML payloads).

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

performing-soap-web-service-security-testing

Perform security testing of SOAP web services by analyzing WSDL definitions and testing for XML injection, XXE, WS-Security bypass, and SOAPAction spoofing.

Njones17/AI-agent-master-cyber-skills-list · 41 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