Skip to main content

dotnet-background-services

Implements patterns for long-running background work in .NET applications, focusing on lifecycle management and graceful shutdown.

Install this skill

or
95/100

Security score

The dotnet-background-services skill was audited on Mar 2, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 399

External URL reference

SourceSKILL.md
399- [Background tasks with hosted services](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/host/hosted-services)
low line 400

External URL reference

SourceSKILL.md
400- [BackgroundService](https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.hosting.backgroundservice)
low line 401

External URL reference

SourceSKILL.md
401- [IHostedService interface](https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.hosting.ihostedservice)
low line 402

External URL reference

SourceSKILL.md
402- [Generic host shutdown](https://learn.microsoft.com/en-us/dotnet/core/extensions/generic-host#host-shutdown)
low line 403

External URL reference

SourceSKILL.md
403- [PeriodicTimer](https://learn.microsoft.com/en-us/dotnet/api/system.threading.periodictimer)
Scanned on Mar 2, 2026
View Security Dashboard
Installation guide →