appwrite-dotnet
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard documentation for the Appwrite .NET SDK. No malicious patterns, obfuscation, or unauthorized data access were detected.
- [CREDENTIALS_UNSAFE]: The skill correctly instructs the user to manage sensitive credentials like
APPWRITE_API_KEYandAPPWRITE_PROJECT_IDusing environment variables (Environment.GetEnvironmentVariable), which is a secure and standard practice. - [EXTERNAL_DOWNLOADS]: The skill references the official Appwrite NuGet package (
Appwrite) and official API endpoints (appwrite.io). These are legitimate resources belonging to the vendor and do not pose a security risk. - [COMMAND_EXECUTION]: The provided code examples for user management, database operations, and file storage use standard SDK methods. There are no instances of arbitrary command execution or shell injection vulnerabilities.
- [DATA_EXFILTRATION]: All network operations are directed towards official Appwrite infrastructure (
appwrite.io) as expected for an Appwrite SDK skill. No suspicious external data transmission was found.
Audit Metadata