zeabur-service-exec
Pass
Audited by Gen Agent Trust Hub on Apr 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill facilitates the execution of shell commands and database queries inside running service containers using the Zeabur CLI. This capability is intended for developer debugging, file inspection, and database migrations.
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to use
npx zeabur@latest, which fetches the official Zeabur CLI package from the npm registry. This ensures the agent uses the most up-to-date version of the vendor's tooling. - [DATA_EXFILTRATION]: While the skill provides commands to access sensitive environment variables and database data (e.g.,
env,psql), these operations are performed within the scope of the service container as part of the skill's primary purpose for debugging and management. No unauthorized external transmission of data was detected.
Audit Metadata