winmd-api-search
Pass
Audited by Gen Agent Trust Hub on Mar 3, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill retrieves the 'Microsoft.WindowsAppSDK' and 'System.Reflection.Metadata' packages from the official NuGet registry. These are well-known, trusted libraries provided by Microsoft for Windows development.
- [COMMAND_EXECUTION]: The 'Update-WinMdCache.ps1' script invokes the .NET CLI (
dotnet) to compile the cache generator from its provided source code. It subsequently runs the compiled binary to process local metadata. These operations are transparent and use trusted local build tools. - [DATA_EXFILTRATION]: No unauthorized network operations or data transmission patterns were identified. The skill only communicates with official package registries during the initial setup and performs all metadata analysis on the local file system.
- [PROMPT_INJECTION]: The AI agent instructions are technical and task-oriented, focusing on how to search and interpret Windows API signatures without attempting to override safety protocols or system behavior.
Audit Metadata