zeabur-variables
Fail
Audited by Snyk on Mar 14, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.90). The prompt's examples instruct creating environment variables by embedding key=value pairs directly on the command line (e.g., --key "KEY1=value1"), which requires the agent to include secret values verbatim in generated commands/outputs and thus poses an exfiltration risk.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). This skill requires invoking "npx zeabur@latest" at runtime, which fetches and executes remote code from the npm registry (e.g. https://registry.npmjs.org/zeabur), so the fetched content can execute code and directly control the agent's behavior.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata