Skip to main content

ce-setup

Facilitates the setup of the Commerce Engine TypeScript SDK, ensuring proper configuration for various frameworks and token management.

Install this skill

or
75/100

Security score

The ce-setup skill was audited on May 13, 2026 and we found 25 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 62

Access to .env file

SourceSKILL.md
62storeId: import.meta.env.VITE_STORE_ID,
low line 63

Access to .env file

SourceSKILL.md
63apiKey: import.meta.env.VITE_API_KEY,
low line 80

Access to .env file

SourceSKILL.md
80storeId: import.meta.env.VITE_STORE_ID,
low line 81

Access to .env file

SourceSKILL.md
81apiKey: import.meta.env.VITE_API_KEY,
low line 167

Access to .env file

SourceSKILL.md
167storeId: process.env.NEXT_PUBLIC_STORE_ID!,
low line 168

Access to .env file

SourceSKILL.md
168apiKey: process.env.NEXT_PUBLIC_API_KEY!,
low line 216

Access to .env file

SourceSKILL.md
216# .env.local
low line 233

Access to .env file

SourceSKILL.md
233storeId: import.meta.env.VITE_STORE_ID,
low line 234

Access to .env file

SourceSKILL.md
234apiKey: import.meta.env.VITE_API_KEY,
low line 270

Access to .env file

SourceSKILL.md
270# .env
low line 287

Access to .env file

SourceSKILL.md
287storeId: import.meta.env.PUBLIC_STORE_ID,
low line 288

Access to .env file

SourceSKILL.md
288apiKey: import.meta.env.PUBLIC_API_KEY,
low line 315

Access to .env file

SourceSKILL.md
315# .env
low line 361

Access to .env file

SourceSKILL.md
361# .env
low line 381

Access to .env file

SourceSKILL.md
381storeId: import.meta.env.VITE_STORE_ID,
low line 382

Access to .env file

SourceSKILL.md
382environment: import.meta.env.PROD ? Environment.Production : Environment.Staging,
low line 383

Access to .env file

SourceSKILL.md
383apiKey: import.meta.env.VITE_API_KEY,
low line 400

Access to .env file

SourceSKILL.md
400# .env
low line 419

Access to .env file

SourceSKILL.md
419storeId: process.env.CE_STORE_ID!,
low line 420

Access to .env file

SourceSKILL.md
420environment: process.env.NODE_ENV === "production" ? Environment.Production : Environment.Staging,
low line 421

Access to .env file

SourceSKILL.md
421apiKey: process.env.CE_API_KEY!,
low line 11

External URL reference

SourceSKILL.md
11> **LLM Docs Header**: All requests to `https://llm-docs.commercengine.io` **must** include the `Accept: text/markdown` header (or append `.md` to the URL path). Without it, responses return HTML inst
low line 554

External URL reference

SourceSKILL.md
554- **Core SDK**: https://www.commercengine.io/docs/sdk
low line 555

External URL reference

SourceSKILL.md
555- **Next.js Integration**: https://www.commercengine.io/docs/sdk/nextjs-integration
low line 556

External URL reference

SourceSKILL.md
556- **LLM Reference**: https://llm-docs.commercengine.io/sdk/
Scanned on May 13, 2026
View Security Dashboard
Installation guide →