dotnet-minimal-api-audit

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

A security-audit guide for ASP.NET Core Minimal APIs, a lightweight way to build web APIs in .NET. It traces user-controlled input through routes and request handling to sensitive operations such as files, commands, databases, or deserialization.

In plain words
What is it for?
Use it to audit routes, endpoint filters, request delegates, binding models, source generators, and OpenAPI or Swagger integration, then produce repair recommendations.
Why use it?
It helps find vulnerabilities with concrete evidence instead of reviewing only endpoint names. It also covers common Minimal API features that can affect how input is received and processed.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to audit routes, endpoint filters, request delegates, binding models, source…

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/jinyimeng01/net-code-audit-skill-master/dotnet-minimal-api-audit.svg)](https://agentmods.dev/skills/jinyimeng01/net-code-audit-skill-master/dotnet-minimal-api-audit)
Your own site
<a href="https://agentmods.dev/skills/jinyimeng01/net-code-audit-skill-master/dotnet-minimal-api-audit"><img src="https://agentmods.dev/badge/skills/jinyimeng01/net-code-audit-skill-master/dotnet-minimal-api-audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 907 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.00080 $0.00907
Opus 5 $0.00040 $0.00453
Sonnet 5 $0.00016 $0.00181
Haiku 4.5 $0.00008 $0.00091

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

Security

Grade A, and why

dotnet-minimal-api-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 6d 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-minimal-api-audit/SKILL.md · 56 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. 6d ago First seen · 56 lines · 80 tokens per session scan A 296fe5e0fd57

Subscribe to this mod's changes

dotnet-minimal-api-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 80 tokens to every session and 907 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

agent-review

Critically review a Stencila agent and suggest improvements. Use when asked to review, audit, critique, evaluate, or improve an agent directory or AGENT.md file. Covers frontmatter validation, system instruction quality, configuration correctness, and adherence to the Agent schema.

stencila/stencila · 57 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

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

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

frontend-conventions

Frontend convention reference (SvelteKit / Svelte 5). Auto-injected into frontend-aware agents - not user-invocable.

fpindej/netrock · 27 tokens

address-review

Read PR review comments from GitHub, evaluate, address, and reply.

fpindej/netrock · 14 tokens