appwrite-typescript
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides commands to install official packages such as 'appwrite', 'node-appwrite', and 'react-native-appwrite' from the standard npm registry.
- [SAFE]: Authentication credentials like API keys and project IDs are managed via environment variables (e.g., process.env.APPWRITE_API_KEY) or placeholders, which is the recommended secure approach.
- [SAFE]: Code examples for session management incorporate security best practices, including the use of 'httpOnly', 'secure', and 'sameSite' flags for cookies to mitigate common web vulnerabilities.
- [SAFE]: The functionality described, including user management, file storage, and database operations, consists of standard SDK features that align with the skill's stated purpose.
Audit Metadata