appwrite-typescript
Pass
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and code examples for the official Appwrite TypeScript SDKs. All external references and package installations target legitimate libraries associated with the 'appwrite' vendor.
- [CREDENTIALS_UNSAFE]: The skill demonstrates safe credential management by recommending the use of environment variables (
process.env.APPWRITE_API_KEY) rather than hardcoding sensitive keys. The use of 'password123' in authentication examples is clearly illustrative and intended for development guidance. - [EXTERNAL_DOWNLOADS]: The skill lists standard package installations via
npm installandnpx expo installfor libraries likeappwrite,node-appwrite, andexpo-auth-session. These are well-known, industry-standard packages from the vendor and the React Native ecosystem. - [COMMAND_EXECUTION]: The skill includes shell commands for package management (NPM/Expo) which are necessary for the described development workflow and do not involve unauthorized privilege escalation or persistence mechanisms.
- [DATA_EXPOSURE]: The skill connects to the official Appwrite cloud endpoint (
appwrite.io) and uses standard placeholders for project IDs, representing normal service integration without evidence of unauthorized data exfiltration.
Audit Metadata