winapp-manifest
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Windows Application Capabilities: The skill demonstrates how to configure application manifests, including the use of the
runFullTrustcapability. This capability allows applications to operate with the same access levels as the user, which is a standard requirement for many non-sandboxed desktop applications. - Command-Line Interface Usage: The skill provides documentation and examples for using the
winappCLI to generate manifests, update assets, and manage execution aliases. These operations involve standard file system interactions to create and modify XML files and image assets. - Metadata Extraction: When generating manifests from existing executables, the tool reads application metadata (such as FileVersionInfo) to automatically populate manifest fields. This is a common automation feature for maintaining consistency across application files.
- Execution Aliases: The skill facilitates the creation of execution aliases, which allows applications to be launched directly from a terminal. This configuration is a standard extension of the Windows application model.
Audit Metadata