ruby
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documents the official Appwrite Ruby SDK and follows security best practices.
- Environment Variables: Credentials like
APPWRITE_API_KEYandAPPWRITE_PROJECT_IDare correctly handled via environment variables instead of being hardcoded. - Secure Authentication: The SSR authentication examples use recommended security flags for cookies (
httponly,secure,same_site: :strict). - Permission Warnings: The skill includes a dedicated section on 'Permissions & Roles (Critical)' highlighting the risks of overly permissive roles like
Role.anyon sensitive operations. - [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the
appwritegem via RubyGems (gem install appwrite). This is the official SDK from a well-known service provider and is considered safe. - [COMMAND_EXECUTION]: The skill mentions the command
gem install appwritefor initial setup. This is a standard installation procedure for Ruby libraries.
Audit Metadata