cck-security-scan

Scan .NET codebases for vulnerabilities across packages, secrets, auth, CORS, and PII leaks.

2|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/s205109/AHKFlowApp --skill cck-security-scan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cck-security-scan
Source: https://github.com/s205109/AHKFlowApp/tree/main/.claude/skills/cck-security-scan
Command: npx skills add https://github.com/s205109/AHKFlowApp --skill cck-security-scan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill uncovers security blind spots in .NET applications by scanning dependencies, source code, configuration, and data handling so teams can find exploitable issues before they reach production. It reduces manual checklist work and translates findings into developer-ready remediation steps to accelerate fixes and reduce risk.

Core Features & Use Cases

  • Six-layer pipeline: package CVE checks, secrets detection, OWASP code pattern analysis, authentication and authorization review, CORS policy review, and data protection / PII checks.
  • Actionable findings: severity-rated results with file:line locations, OWASP mapping, impact explanation, and specific before/after remediation guidance.
  • Use Cases: pre-release security gates, dependency update scans, pre-penetration-test preparation, incident response triage, and periodic security reviews of ASP.NET and Blazor projects.

Quick Start

Run a full 6-layer security scan of the repository and produce a findings report that lists severity, file and line, OWASP category, impact, and specific remediation steps.

Frequently Asked Questions about cck-security-scan

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

FAQPage Schema
How do I run an OWASP security scan on a .NET codebase?

To run an OWASP security scan on a .NET codebase, execute a 6-layer pipeline that analyzes package CVEs, source code patterns, configuration, CORS, authentication, and data protection. This produces severity-rated findings mapped to OWASP categories with specific remediation steps.

Can I detect hardcoded secrets and CORS misconfigurations in ASP.NET projects?

Yes, you can detect hardcoded secrets and CORS misconfigurations in ASP.NET projects. The scanner reviews authentication policies and CORS configurations, identifying exploitable issues before production and providing developer-ready remediation guidance for each finding.

What is the best way to check .NET dependencies for known vulnerabilities?

The best way to check .NET dependencies for known vulnerabilities is using a package CVE check layer that scans dependencies during CI pre-release gates or updates. It identifies vulnerable packages and translates them into actionable findings with exploitability and impact analysis.

Does static analysis work for finding PII leaks in Blazor applications?

Static analysis works for finding PII leaks in Blazor applications by running a dedicated data protection layer. This layer scans source code patterns and data handling logic to detect sensitive information exposure and provides specific before and after code-level remediation steps.

How do I prepare a .NET application for a penetration test?

To prepare a .NET application for a penetration test, run a full 6-layer security scan to uncover blind spots across packages, source code, and configuration. This pre-penetration preparation identifies exploitable issues like auth misconfigurations and hardcoded secrets with file and line locations.

When should I use a .NET vulnerability scanner instead of manual code review?

You should use a .NET vulnerability scanner instead of manual code review during CI pre-release gates, dependency updates, or incident response to reduce manual checklist work. It automatically detects OWASP Top 10 patterns and PII leaks, accelerating fixes with severity-rated remediation steps.