podman-proxy
Pass
Audited by Gen Agent Trust Hub on Mar 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs its stated function of managing Podman proxy settings without any detectable security risks. The scripts are transparent and well-documented.
- [COMMAND_EXECUTION]: The skill uses local shell commands and
podman machine sshto configure the Podman engine. Thepodman-proxy-setscript includes a regex validation (^[0-9]+$) to ensure the port number provided by the user is numeric, which effectively prevents command injection vulnerabilities. - [EXTERNAL_DOWNLOADS]: No external resources or packages are downloaded. The tool relies entirely on the local scripts provided within the skill and the existing Podman installation.
- [PRIVILEGE_ESCALATION]: The skill uses
sudo systemctl restart podmanwithin the context of the Podman virtual machine. This is a standard administrative action required to apply configuration changes to the container engine and does not grant elevated privileges on the macOS host system.
Audit Metadata