Skip to main content

bknd-client-setup

Facilitates the setup of the Bknd SDK in frontend applications, covering API initialization, token storage, and React integration.

Install this skill

or
84/100

Security score

The bknd-client-setup skill was audited on Feb 9, 2026 and we found 16 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 233

Access to .env file

SourceSKILL.md
233host: import.meta.env.VITE_BKND_URL || "http://localhost:7654",
low line 333

Access to .env file

SourceSKILL.md
333host: process.env.NEXT_PUBLIC_BKND_URL!,
low line 344

Access to .env file

SourceSKILL.md
344host: process.env.BKND_URL!,
low line 437

Access to .env file

SourceSKILL.md
437# .env.local (Next.js)
low line 441

Access to .env file

SourceSKILL.md
441# .env (Vite)
low line 38

External URL reference

SourceSKILL.md
38host: "https://api.example.com", // Your Bknd backend URL
low line 53

External URL reference

SourceSKILL.md
53host: "https://api.example.com",
low line 62

External URL reference

SourceSKILL.md
62host: "https://api.example.com",
low line 74

External URL reference

SourceSKILL.md
74host: "https://api.example.com",
low line 91

External URL reference

SourceSKILL.md
91host: "https://api.example.com",
low line 103

External URL reference

SourceSKILL.md
103host: "https://api.example.com",
low line 233

External URL reference

SourceSKILL.md
233host: import.meta.env.VITE_BKND_URL || "http://localhost:7654",
low line 438

External URL reference

SourceSKILL.md
438NEXT_PUBLIC_BKND_URL=http://localhost:7654
low line 439

External URL reference

SourceSKILL.md
439BKND_URL=http://localhost:7654
low line 442

External URL reference

SourceSKILL.md
442VITE_BKND_URL=http://localhost:7654
low line 475

External URL reference

SourceSKILL.md
475origin: ["http://localhost:3000"],
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →