Skip to main content

dotnet-cli-architecture

Structures .NET CLI applications with layered architecture, ensuring command separation and adherence to clig.dev principles.

Install this skill

or
82/100

Security score

The dotnet-cli-architecture skill was audited on Mar 2, 2026 and we found 10 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 266

Access to hidden dotfiles in home directory

SourceSKILL.md
266Many CLI tools support user-level config (e.g., `~/.mycli/config.json`, `~/.config/mycli/config.yaml`). Follow platform
medium line 271

Access to hidden dotfiles in home directory

SourceSKILL.md
271| Linux/macOS | `~/.config/mycli/` or `~/.mycli/` |
low line 43

External URL reference

SourceSKILL.md
43The [Command Line Interface Guidelines](https://clig.dev/) provide language-agnostic principles for well-behaved CLI
low line 513

External URL reference

SourceSKILL.md
513"sync --source https://api.example.com");
low line 537

External URL reference

SourceSKILL.md
537[InlineData("sync --source https://valid.example.com", 0)]
low line 634

External URL reference

SourceSKILL.md
634- [Command Line Interface Guidelines (clig.dev)](https://clig.dev/)
low line 635

External URL reference

SourceSKILL.md
635- [System.CommandLine overview](https://learn.microsoft.com/en-us/dotnet/standard/commandline/)
low line 636

External URL reference

SourceSKILL.md
636- [12 Factor CLI Apps](https://medium.com/@jdxcode/12-factor-cli-apps-dd3c227a0e46)
low line 637

External URL reference

SourceSKILL.md
637- [Generic Host in .NET](https://learn.microsoft.com/en-us/dotnet/core/extensions/generic-host)
low line 638

External URL reference

SourceSKILL.md
638- [Console logging in .NET](https://learn.microsoft.com/en-us/dotnet/core/extensions/console-log-formatter)
Scanned on Mar 2, 2026
View Security Dashboard
Installation guide →
GitHub Stars 2
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
rudironsoni/Synaxis