zeabur-deployment-logs
Pass
Audited by Gen Agent Trust Hub on Apr 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: Executes the Zeabur CLI via
npxto perform service listing and log retrieval commands.\n- [EXTERNAL_DOWNLOADS]: Dynamically fetches thezeaburpackage from the official NPM registry during runtime execution to ensure the latest version is used.\n- [PROMPT_INJECTION]: The skill processes runtime and build logs, which are external data sources that could theoretically contain indirect instructions.\n - Ingestion points: Runtime and build logs are accessed via the
deployment logcommand as described in SKILL.md.\n - Boundary markers: None identified in the provided command examples for log processing.\n
- Capability inventory: The skill utilizes service list and restart capabilities to manage deployment state based on log output.\n
- Sanitization: Log output is processed using standard shell utilities like
tailandgrepfor filtering, but the text content is not explicitly sanitized.
Audit Metadata