Skip to main content

maui-aspire

Guides .NET MAUI apps in consuming .NET Aspire backend services, covering configuration, authentication, and development workflows.

Install this skill

or
76/100

Security score

The maui-aspire skill was audited on May 12, 2026 and we found 10 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 118

Access to system keychain/keyring

SourceSKILL.md
118| iOS Simulator | ✅ Yes | ✅ Yes (macOS keychain) | ATS exception for HTTP |
low line 22

External URL reference

SourceSKILL.md
22- ❌ Cannot use Aspire service discovery URIs (`https+http://apiservice`)
low line 44

External URL reference

SourceSKILL.md
44client.BaseAddress = new Uri("https+http://apiservice");
low line 47

External URL reference

SourceSKILL.md
47client.BaseAddress = new Uri("https://localhost:7001");
low line 56

External URL reference

SourceSKILL.md
56client.BaseAddress = new Uri("https://localhost:7001");
low line 60

External URL reference

SourceSKILL.md
60client.BaseAddress = new Uri("https://10.0.2.2:7001");
low line 62

External URL reference

SourceSKILL.md
62client.BaseAddress = new Uri("https://localhost:7001");
low line 75

External URL reference

SourceSKILL.md
75client.BaseAddress = new Uri("https://10.0.2.2:7001");
low line 109

External URL reference

SourceSKILL.md
109| Debugging API issues | Use the Aspire dashboard at `https://localhost:17178` |
low line 126

External URL reference

SourceSKILL.md
126- [ ] API base URL uses real endpoints, not `https+http://` URIs
Scanned on May 12, 2026
View Security Dashboard
Installation guide →