winapp-manifest
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFE
Full Analysis
- [Standard Development Tooling]: The skill documents the use of the
winappCLI, which is a utility for Windows application development. The commands described (generate, update-assets, add-alias) are focused on project configuration and asset management. - [Windows App Capabilities]: The manifest examples include the
runFullTrustcapability. This is a standard configuration in Windows development that allows a packaged application to run with the same permissions as the user. While this grants the application full user-level access, it is a documented and necessary feature for many types of desktop applications. - [Application Extensions]: The skill provides instructions for adding
AppExecutionAliasand mentions startup tasks. These are standard Windows extension points used to integrate applications with the shell and operating system environment.
Audit Metadata