appwrite-dart
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to install the official Appwrite SDK packages.
- Fetches
appwriteanddart_appwritepackages from the Dart package registry (pub.dev). - [PROMPT_INJECTION]: The skill illustrates how to build serverless function handlers that ingest untrusted data from external sources.
- Ingestion points:
SKILL.md(The function handler example accesses untrusted data viacontext.req.bodyJsonandcontext.req.query). - Boundary markers: None are defined in the handler example to separate untrusted input from logic.
- Capability inventory:
SKILL.md(The SDK provides capabilities for database manipulation, file storage management, and user administration). - Sanitization: The provided example handler does not demonstrate validation or escaping of the ingested request data.
Audit Metadata