Skip to main content

appwrite-dart

Facilitates building Flutter and Dart applications with Appwrite SDK, covering authentication, database operations, and real-time features.

Install this skill

or
82/100

Security score

The appwrite-dart skill was audited on Feb 28, 2026 and we found 10 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 311

Template literal with variable interpolation in command context

SourceSKILL.md
311```dart
medium line 363

Template literal with variable interpolation in command context

SourceSKILL.md
363```dart
low line 27

External URL reference

SourceSKILL.md
27.setEndpoint('https://<REGION>.cloud.appwrite.io/v1')
low line 37

External URL reference

SourceSKILL.md
37.setEndpoint('https://<REGION>.cloud.appwrite.io/v1')
low line 330

External URL reference

SourceSKILL.md
330// return context.res.redirect('https://...'); // 302
low line 346

External URL reference

SourceSKILL.md
346.setEndpoint('https://<REGION>.cloud.appwrite.io/v1')
low line 352

External URL reference

SourceSKILL.md
352.setEndpoint('https://<REGION>.cloud.appwrite.io/v1')
low line 386

External URL reference

SourceSKILL.md
386.setEndpoint('https://<REGION>.cloud.appwrite.io/v1')
low line 401

External URL reference

SourceSKILL.md
401success: 'https://example.com/oauth/success',
low line 402

External URL reference

SourceSKILL.md
402failure: 'https://example.com/oauth/failure',
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →