appwrite-php
Pass
Audited by Gen Agent Trust Hub on May 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard documentation, code examples, and security guidelines for the Appwrite PHP SDK.
- [EXTERNAL_DOWNLOADS]: References the official Appwrite PHP SDK ('appwrite/appwrite') via Composer. This is the expected and legitimate installation method for the library.
- [CREDENTIALS_UNSAFE]: Demonstrates secure credential management by using environment variables (
getenv) for API keys and Project IDs rather than hardcoding sensitive information. - [COMMAND_EXECUTION]: Code examples focus on standard SDK service calls (User management, Database CRUD, File storage) without any arbitrary or dangerous command execution patterns.
- [DATA_EXFILTRATION]: Network communication is directed to the official Appwrite cloud endpoints. No suspicious data exfiltration or unauthorized external requests were detected.
Audit Metadata