zeabur-template-publish
Warn
Audited by Snyk on Apr 8, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.70). The skill's workflow explicitly instructs fetching and inspecting public Zeabur pages and raw template YAML (see "Verify" and the workflow commands: https://zeabur.com/templates/<TEMPLATE_CODE> and
npx zeabur@latest template get -c <TEMPLATE_CODE> --raw), which are open, potentially user-generated third‑party contents the agent would read as part of its process and could influence subsequent actions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill explicitly requires running "npx zeabur@latest" at runtime, which fetches and executes code from the npm registry (via npx/registry.npmjs.org), so an external package download is required and executes remote code.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata