Skip to main content

initializing-appwrite-client

Facilitates the initialization of the Appwrite Client for Next.js 15, ensuring efficient backend connections using Singleton or Provider patterns.

Install this skill

or
98/100

Security score

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

Categories Tested

Security Issues

low line 22

Access to .env file

SourceSKILL.md
22.setEndpoint(process.env.NEXT_PUBLIC_APPWRITE_ENDPOINT!)
low line 23

Access to .env file

SourceSKILL.md
23.setProject(process.env.NEXT_PUBLIC_APPWRITE_PROJECT_ID!);
Scanned on Feb 28, 2026
View Security Dashboard