security-scan

Automate static security analysis for .NET applications across six layers.

640|145|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/codewithmukesh/dotnet-claude-kit --skill security-scan-codewithmukesh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-scan
Source: https://github.com/codewithmukesh/dotnet-claude-kit/tree/main/skills/security-scan
Command: npx skills add https://github.com/codewithmukesh/dotnet-claude-kit --skill security-scan-codewithmukesh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deep security scanning for .NET applications across 6 layers: vulnerable packages, secrets detection, OWASP code patterns, auth configuration, CORS policy, and data protection. Produces severity-rated findings with specific remediation steps.

Core Features & Use Cases

  • Six-layer security scan pipeline covering package vulnerabilities, secrets detection, OWASP code patterns, authentication/authorization review, CORS configuration, and data protection checks. Outputs severity-rated findings and concrete remediation guidance.
  • Real-world use: integrate into CI/CD to catch issues before deployment, or run ad-hoc security health checks on existing codebases.

Quick Start

Run a static security scan on your .NET project to surface vulnerabilities, secrets, and misconfigurations.

Frequently Asked Questions about security-scan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a static security scan on a .NET application to find vulnerabilities and secrets?

Static security scans for .NET applications automate multi-layer analysis to surface vulnerabilities, secrets, and misconfigurations. This process covers package vulnerabilities, secrets detection, OWASP code patterns, auth configuration, CORS, and data protection checks.

What does OWASP code pattern analysis detect in .NET projects?

OWASP code pattern analysis in .NET projects detects insecure coding practices and potential security risks. It surfaces identified vulnerabilities as severity-rated findings, providing specific remediation guidance to fix authentication, authorization, and data protection misconfigurations.

Can I integrate automated secrets detection and security checks into my CI/CD pipeline for .NET?

Automated secrets detection and security checks integrate into CI/CD pipelines to catch issues before deployment. Running static security analysis on .NET projects ensures ongoing code health by identifying exposed secrets, vulnerable packages, and configuration flaws early.

Does this static security analysis work with .NET projects of any size?

Static security analysis applies to .NET projects of any size for security reviews and pre-deployment checks. The multi-layer scan pipeline evaluates package vulnerabilities, secrets, authentication, CORS policies, and data protection regardless of the application's scale.

What is the best way to review authentication and CORS configuration issues in .NET?

Reviewing authentication and CORS configuration issues in .NET is best handled through multi-layer static security analysis. This approach inspects auth configurations and CORS policies, generating severity-rated findings with actionable remediation steps to resolve any misconfigurations.

How are security vulnerabilities and misconfigurations reported after scanning a .NET codebase?

Security vulnerabilities and misconfigurations are reported as severity-rated findings after scanning a .NET codebase. The output includes concrete remediation guidance, detailing specific issues across package vulnerabilities, secrets, OWASP patterns, auth, CORS, and data protection.