appwrite-cli

Pass

Audited by Gen Agent Trust Hub on Mar 9, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill instructs users on how to install the Appwrite CLI using standard package managers such as npm, Homebrew (brew), and Scoop. These are well-known and trusted distribution channels.
  • [REMOTE_CODE_EXECUTION]: An installation method is provided that fetches a shell script from the official vendor domain (appwrite.io) and pipes it directly to bash. While this pattern typically carries risk, the source is the official vendor for this skill, which is recognized as a trusted origin within the scope of this analysis.
  • [COMMAND_EXECUTION]: The documentation details a wide array of CLI commands for interacting with the Appwrite backend, including user management, database operations, and function deployment. These operations are essential to the primary function of a CLI management skill.
  • [CREDENTIALS_UNSAFE]: The documentation includes placeholders for sensitive information such as API keys and project IDs. No actual hardcoded credentials or secrets were found in the skill content.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 9, 2026, 07:55 AM