appwrite-cli
Fail
Audited by Snyk on Mar 9, 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 includes examples that pass API keys and passwords directly on the command line (e.g.,
appwrite client --key <API_KEY>and--password very_strong_password), which encourages embedding secret values verbatim in commands and outputs, creating exfiltration risk.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill's installation step includes "curl -sL https://appwrite.io/cli/install.sh | bash", which fetches and immediately executes remote code from https://appwrite.io/cli/install.sh, satisfying the conditions for a runtime external dependency that executes remote code.
Audit Metadata