zeabur-email
Fail
Audited by Snyk on Apr 8, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill's examples explicitly show embedding the API key and webhook secret into command output (e.g., curl -H "Authorization: Bearer ") and instructs saving tokens shown at creation, which requires the agent to insert secret values verbatim into generated commands/outputs.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill repeatedly requires running "npx zeabur@latest" which causes npx to fetch and execute remote package code from the npm registry (e.g., https://registry.npmjs.org/zeabur) at runtime, so external code is executed and is a required dependency.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata