windows-platform-integration
Pass
Audited by Gen Agent Trust Hub on Aug 8, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill documents several APIs that ingest untrusted data from external sources, creating an attack surface for indirect prompt injection. Ingestion points include
references/networking/http-client.md(HTTP content),references/networking/syndication.md(RSS/Atom feeds),references/windows-integration/clipboard.md(system clipboard content), andreferences/windows-integration/protocol-activation.md(URI parameters). While boundary markers are generally absent from code examples, theprotocol-activation.mdfile contains explicit warnings to treat URI parameters as untrusted input and to validate/sanitize them before use. The documented capabilities include high-privilege access such asinternetClient,privateNetworkClientServer, andrunFullTrust. - [COMMAND_EXECUTION]: The documentation includes guidance on executing system commands and launching external content via the
LauncherandStartupTaskAPIs.references/windows-integration/launcher.mddescribes launching files and URIs using default system handlers, whilereferences/windows-integration/startup-task.mdprovides instructions for registering applications to run automatically at system startup, which is a standard method for establishing persistence on Windows systems.
Audit Metadata