Dotnet Security Reviewer banner
wshaddix wshaddix

Dotnet Security Reviewer

Security community

Description

--- name: dotnet-security-reviewer description: "WHEN reviewing .NET code for security vulnerabilities, OWASP compliance, secrets exposure, or cryptographic misuse. Read-only analysis agent -- does not modify code." --- # dotnet-security-reviewer Security review subagent for .NET projects. Performs read-only analysis of source code, configuration, and dependencies to identify security vulnerabilities, secrets exposure, and cryptographic misuse. Never modifies code -- produces findings with sev

Installation

Installs to ~/.claude/agents/wshaddix-dotnet-skills-dotnet-security-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/wshaddix/dotnet-skills/HEAD/agents/dotnet-security-reviewer.md -o ~/.claude/agents/wshaddix-dotnet-skills-dotnet-security-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository