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
83/100

Security score

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

Categories Tested

Security Issues

low line 47

Access to .env file

SourceSKILL.md
47storeId: import.meta.env.VITE_STORE_ID,
low line 48

Access to .env file

SourceSKILL.md
48apiKey: import.meta.env.VITE_API_KEY,
low line 60

Access to .env file

SourceSKILL.md
60storeId: import.meta.env.VITE_STORE_ID,
low line 61

Access to .env file

SourceSKILL.md
61apiKey: import.meta.env.VITE_API_KEY,
low line 150

Access to .env file

SourceSKILL.md
150# .env.local
low line 166

Access to .env file

SourceSKILL.md
166storeId: import.meta.env.VITE_STORE_ID,
low line 167

Access to .env file

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

Access to .env file

SourceSKILL.md
168apiKey: import.meta.env.VITE_API_KEY,
low line 174

Access to .env file

SourceSKILL.md
174# .env
low line 190

Access to .env file

SourceSKILL.md
190storeId: process.env.CE_STORE_ID!,
low line 191

Access to .env file

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

Access to .env file

SourceSKILL.md
192apiKey: 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 274

External URL reference

SourceSKILL.md
274- **SDK Installation**: https://www.commercengine.io/docs/sdk/installation
low line 275

External URL reference

SourceSKILL.md
275- **Configuration**: https://www.commercengine.io/docs/sdk/configuration
low line 276

External URL reference

SourceSKILL.md
276- **Token Management**: https://www.commercengine.io/docs/sdk/token-management
low line 277

External URL reference

SourceSKILL.md
277- **LLM Reference**: https://llm-docs.commercengine.io/sdk/
Scanned on Feb 23, 2026
View Security Dashboard