embedded-python-launcher
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
setup_embedded_python.ps1script is designed to download the official Python embeddable distribution (python-3.13.x-embed-amd64.zip) to facilitate portable deployment. - [COMMAND_EXECUTION]: The launcher utilizes the
subprocessmodule to execute the main Python application script from the embedded environment as part of its core functionality. - [COMMAND_EXECUTION]: The skill implements window monitoring using
ctypesto interface with Win32 APIs (EnumWindows, GetWindowTextW), which is a standard method for managing GUI lifecycle events on Windows.
Audit Metadata