appwrite-kotlin
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate documentation for using the Appwrite Kotlin SDK. All code examples are standard for interacting with the service.
- [SAFE]: Sensitive data management follows best practices. Server-side examples use
System.getenv("APPWRITE_API_KEY")to load credentials, avoiding hardcoded secrets. - [SAFE]: Networking is restricted to official vendor infrastructure at
cloud.appwrite.io. - [SAFE]: The skill includes explicit security sections for SSR (recommending
httpOnly,secure, andSameSitecookie attributes) and Permissions (warning against usingRole.any()with write permissions or on sensitive data). - [SAFE]: External dependencies are restricted to official vendor packages (
io.appwrite) available through standard repositories.
Audit Metadata