Skip to main content

csharp-decompile

Decompiles .NET assemblies to inspect types and debug third-party libraries, enhancing understanding of compiled code and runtime issues.

Install this skill

or
92/100

Security score

The csharp-decompile skill was audited on Feb 9, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 65

Access to hidden dotfiles in home directory

SourceSKILL.md
65NuGet packages are at `~/.nuget/packages/<package-name>/<version>/lib/<tfm>/`. To inspect:
low line 69

Access to hidden dotfiles in home directory

SourceSKILL.md
69find ~/.nuget/packages/sixlabors.imagesharp -name "*.dll" | grep -v ref
low line 72

Access to hidden dotfiles in home directory

SourceSKILL.md
72ilspycmd -l cisde ~/.nuget/packages/sixlabors.imagesharp/3.1.11/lib/net6.0/SixLabors.ImageSharp.dll
low line 75

Access to hidden dotfiles in home directory

SourceSKILL.md
75ilspycmd -t "SixLabors.ImageSharp.Numerics" ~/.nuget/packages/sixlabors.imagesharp/3.1.11/lib/net6.0/SixLabors.ImageSharp.dll
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →