appwrite-kotlin
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill demonstrates security best practices by utilizing environment variables (
System.getenv("APPWRITE_API_KEY")) to manage sensitive credentials for server-side initialization. - [EXTERNAL_DOWNLOADS]: Includes instructions for installing official Appwrite Kotlin SDKs from standard repositories, which are recognized vendor-provided resources for the SDK's intended purpose.
- [SAFE]: Provides comprehensive guidance on Appwrite's permission model, encouraging the implementation of granular access control and explicitly warning against the security risks of overly permissive configurations like
Role.any()on sensitive operations.
Audit Metadata