Skip to main content

aspire-cli

Guides users in managing Aspire AppHost projects with .NET Aspire CLI, including resource management and E2E testing workflows.

Install this skill

or
84/100

Security score

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

Categories Tested

Security Issues

medium line 313

Access to hidden dotfiles in home directory

SourceSKILL.md
313- **Channel persistence**: When you run `aspire update --self` and select a channel, your selection is saved to `~/.aspire/globalsettings.json` and becomes the default for future `aspire new` and `asp
medium line 354

Access to hidden dotfiles in home directory

SourceSKILL.md
354This writes the appropriate config file (`.vscode/mcp.json`, `~/.copilot/mcp-config.json`, or `.mcp.json`) pointing your IDE's MCP client to `aspire mcp start`. The IDE auto-starts the stdio server as
low line 398

External URL reference

SourceSKILL.md
398# { "name": "api", "endpoints": [{ "name": "http", "url": "http://localhost:5234" }] }
low line 426

External URL reference

SourceSKILL.md
426# Prints: Dashboard: https://localhost:17213/login?t=<token>
low line 431

External URL reference

SourceSKILL.md
431# Response: "web" endpoint → http://localhost:5173
low line 432

External URL reference

SourceSKILL.md
432# "api" endpoint → http://localhost:5234
low line 435

External URL reference

SourceSKILL.md
435playwright-cli open http://localhost:5173
low line 452

External URL reference

SourceSKILL.md
452playwright-cli --session=e2e open http://localhost:5173
Scanned on Mar 7, 2026
View Security Dashboard