blazor-security-audit

Audit Blazor Server apps for security gaps across authentication, authorization, and SignalR circuits.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/scopweb/scp-skills --skill blazor-security-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blazor-security-audit
Source: https://github.com/scopweb/scp-skills/tree/main/blazor-security-audit
Command: npx skills add https://github.com/scopweb/scp-skills --skill blazor-security-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Blazor Server security auditing and hardening for .NET 10 applications, guiding teams to identify and remediate authentication, authorization, SignalR circuit protections, and deployment vulnerabilities.

Core Features & Use Cases

  • Comprehensive security checklist tailored for Blazor Server apps (authentication, authorization, circuit protection, and data protection)
  • Reference-guided remediation guidance covering authentication/authorization, circuit hardening, CSP, and deployment hardening
  • Reproducible audit workflow that maps findings to a structured report and prioritized fixes
  • Use Case: Security review of a Blazor Server deployment to ensure SignalR circuits are isolated and TLS, cookies, and headers are hardened

Quick Start

Run a security audit against a Blazor Server app using the included references and quick-checklist to surface misconfigurations.

Frequently Asked Questions about blazor-security-audit

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

FAQPage Schema
How do I audit a Blazor Server app for security vulnerabilities?

A Blazor Server security audit reviews authentication, authorization, SignalR circuits, CSP, TLS, and deployment configurations to surface misconfigurations and generate a structured report with prioritized fixes.

What security checks are needed for SignalR circuits in Blazor Server?

SignalR circuit protection in Blazor Server involves verifying circuit isolation, enforcing authorization on circuit endpoints, and hardening connections to prevent unauthorized access and data leakage.

Does this Blazor security audit work with .NET 10 applications?

Yes, the audit is designed for Blazor Server apps built on .NET 10, checking program configuration, middleware order, authentication, authorization, and deployment hardening against current recommended practices.

How do I configure Content Security Policy and TLS for Blazor Server?

Configuring CSP and TLS for Blazor Server requires reviewing middleware order and applying reference-guided rules to enforce secure transport, strict content security policies, and hardened response headers.

What is the best way to harden authentication and authorization in Blazor Server?

Hardening authentication and authorization in Blazor Server requires auditing middleware order, program configuration, and data protection settings, then applying reference-guided remediation to close identified gaps.