go
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and code examples for the official Appwrite Go SDK.
- [EXTERNAL_DOWNLOADS]: Includes instructions to download the SDK from github.com/appwrite/sdk-for-go, which is the official repository for the vendor.
- [CREDENTIALS_UNSAFE]: Uses environment variables (os.Getenv) and placeholders for project IDs, API keys, and resource IDs, following security best practices for secret management.
- [DATA_EXFILTRATION]: Network operations are directed at the official Appwrite API endpoint (appwrite.io), which is expected behavior for this SDK.
- [SAFE]: SSR authentication examples include recommendations for secure cookie handling, such as using HttpOnly, Secure, and SameSiteStrictMode flags.
Audit Metadata