appwrite-go
Pass
Audited by Gen Agent Trust Hub on Jul 27, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the official Appwrite Go SDK using
go get github.com/appwrite/sdk-for-go. This is a standard installation procedure for a well-known service and poses no security risk. - [CREDENTIALS_UNSAFE]: The skill follows security best practices by demonstrating the use of
os.Getenvto retrieve the project ID and API key, rather than encouraging hardcoded credentials. - [DATA_EXFILTRATION]: All network operations are directed to Appwrite's official cloud endpoints (e.g.,
*.appwrite.io), which is the intended and legitimate behavior for this SDK. - [COMMAND_EXECUTION]: No unauthorized or suspicious command execution patterns were detected. The provided code examples are standard Go SDK usage.
- [PROMPT_INJECTION]: No malicious prompt injection or behavior override patterns were found in the instructions.
Audit Metadata