zeabur-port-mismatch
Pass
Audited by Gen Agent Trust Hub on Apr 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes various Zeabur CLI commands using
npx zeabur@latest, such asservice network,service exec, andservice port-forward. These are used for diagnosing network connectivity and port binding issues within the vendor's platform. - [EXTERNAL_DOWNLOADS]: The instructions recommend using
npx zeabur@latest, which involves downloading the latest version of thezeaburpackage from the npm registry. This is the standard and official method for accessing the author's CLI tool. - [SAFE]: The provided Python snippet for a background health check server is a static, non-malicious script intended to prevent 502 errors for headless services. It uses only standard libraries (
http.server,json) and performs no dangerous operations.
Audit Metadata