proxy-optimizer
Pass
Audited by Gen Agent Trust Hub on Jul 31, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
webshareCLI and a Python script (scripts/optimize_proxies.py) to manage proxy plans and test connectivity. These operations are performed within the scope of theallowed-toolsconfiguration and are essential for the skill's primary functionality. - [EXTERNAL_DOWNLOADS]: The skill performs network probes against a user-specified
target-urlto verify proxy performance. This activity is restricted to metadata collection (HTTP status codes, latency) and does not process or execute content from the target site. - [CREDENTIALS_UNSAFE]: The skill correctly manages sensitive data by instructing the user to store the
WEBSHARE_API_KEYin environment variables rather than hardcoding it. Access to proxy credentials (username/password) is handled locally by the optimization script to authenticate with the proxy servers during testing. - [SAFE]: All external resources, including the Webshare CLI and MCP server, originate from the authorized vendor (
webshare-proxy). The skill implements a dry-run mechanism and requires explicit user confirmation before executing proxy replacements, minimizing the risk of accidental credit consumption.
Audit Metadata