appwrite-dart
Pass
Audited by Gen Agent Trust Hub on Jul 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The installation section uses standard package managers (
flutter pub add,dart pub add) to install official SDKs from the Dart/Flutter package registry. - [SAFE]: Server-side code examples correctly demonstrate secret management by retrieving sensitive credentials, such as
APPWRITE_API_KEY, from environment variables viaPlatform.environment. - [SAFE]: The Server-Side Rendering (SSR) documentation includes important security best practices for session cookies, recommending
HttpOnly,Secure, andSameSite=Strictflags to prevent session theft and CSRF. - [SAFE]: The skill provides a detailed section on Permissions and Roles, explicitly warning users about the security implications of using
Role.any()with sensitive operations likewriteordelete. - [SAFE]: All network operations and endpoint examples target legitimate Appwrite vendor domains (
*.cloud.appwrite.io).
Audit Metadata