Skip to main content

appwrite-go

Facilitates server-side Go application development with Appwrite, covering user management, database CRUD, and file storage.

Install this skill

or
93/100

Security score

The appwrite-go skill was audited on Feb 28, 2026 and we found 7 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 29

External URL reference

SourceSKILL.md
29client.WithEndpoint("https://<REGION>.cloud.appwrite.io/v1"),
low line 270

External URL reference

SourceSKILL.md
270// context.Res.Redirect("https://...") // 302
low line 289

External URL reference

SourceSKILL.md
289client.WithEndpoint("https://<REGION>.cloud.appwrite.io/v1"),
low line 296

External URL reference

SourceSKILL.md
296client.WithEndpoint("https://<REGION>.cloud.appwrite.io/v1"),
low line 343

External URL reference

SourceSKILL.md
343client.WithEndpoint("https://<REGION>.cloud.appwrite.io/v1"),
low line 362

External URL reference

SourceSKILL.md
362account.WithCreateOAuth2TokenSuccess("https://example.com/oauth/success"),
low line 363

External URL reference

SourceSKILL.md
363account.WithCreateOAuth2TokenFailure("https://example.com/oauth/failure"),
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →