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 appwrite and dart_appwrite packages 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 via context.req.bodyJson and context.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
Risk Level
SAFE
Analyzed
Aug 12, 2026, 04:06 PM
Security Audit — agent-trust-hub — appwrite-dart