maui-project-setup
Pass
Audited by Gen Agent Trust Hub on Feb 22, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill automates project setup using the
dotnetCLI and PowerShell scripts. These operations are restricted to the local project directory and follow standard development practices. - [DATA_EXFILTRATION] (SAFE): Manifest files for Android and Apple platforms contain standard permissions (e.g., INTERNET, ACCESS_NETWORK_STATE) necessary for application functionality. No patterns of unauthorized data collection or transmission were detected.
- [EXTERNAL_DOWNLOADS] (SAFE): The skill utilizes the official .NET SDK for project initialization, which is a trusted external dependency.
- [PRIVILEGE_ESCALATION] (SAFE): The Windows manifest includes the
runFullTrustcapability, which is the default requirement for WinUI 3/MAUI desktop applications to execute as standard desktop processes. - [DYNAMIC_EXECUTION] (SAFE): The
create-project.ps1script generates aBaseViewModel.csfile from a static template. This is a standard and safe scaffolding technique for providing boilerplate code.
Audit Metadata