appwrite-typescript
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documents the official Appwrite TypeScript SDKs (
appwrite,node-appwrite,react-native-appwrite) for building applications. All installation commands target the standard npm registry. - [SAFE]: The code examples follow security best practices by recommending the use of environment variables (
process.env.APPWRITE_API_KEY) for managing sensitive server-side credentials rather than hardcoding them. - [SAFE]: The skill includes a dedicated 'Permissions & Roles' section that emphasizes critical security configurations, warns against public write access (
Role.any()), and explains how to properly restrict access to database rows and files. - [SAFE]: The SSR implementation guidelines correctly demonstrate the use of
httpOnly,secure, andsameSitecookie attributes to mitigate XSS and CSRF risks when handling user sessions. - [SAFE]: No signs of obfuscation, prompt injection, or unauthorized network activity were found. All external communication targets the official
appwrite.iovendor domain.
Audit Metadata