Skip to main content

dotnet-cli-distribution

Facilitates CLI distribution strategies for .NET tools, optimizing deployment formats and binary sizes for cross-platform applications.

Install this skill

or
75/100

Security score

The dotnet-cli-distribution skill was audited on Mar 2, 2026 and we found 7 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 302

Template literal with variable interpolation in command context

SourceSKILL.md
302```bash
high line 366

Template literal with variable interpolation in command context

SourceSKILL.md
3666. **Do not hardcode secrets in publish scripts.** Use environment variable placeholders (`${SIGNING_KEY}`) with a
low line 399

External URL reference

SourceSKILL.md
399- [.NET application publishing overview](https://learn.microsoft.com/en-us/dotnet/core/deploying/)
low line 400

External URL reference

SourceSKILL.md
400- [Single-file deployment](https://learn.microsoft.com/en-us/dotnet/core/deploying/single-file/overview)
low line 401

External URL reference

SourceSKILL.md
401- [Native AOT deployment](https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/)
low line 402

External URL reference

SourceSKILL.md
402- [Runtime Identifier (RID) catalog](https://learn.microsoft.com/en-us/dotnet/core/rid-catalog)
low line 403

External URL reference

SourceSKILL.md
403- [Trimming options](https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/trimming-options)
Scanned on Mar 2, 2026
View Security Dashboard
Installation guide →
GitHub Stars 2
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
rudironsoni/Synaxis