ce-setup
Facilitates the setup of the Commerce Engine TypeScript SDK, ensuring proper configuration for various frameworks and token management.
Install this skill
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
Access to .env file
| 62 | storeId: import.meta.env.VITE_STORE_ID, |
Access to .env file
| 63 | apiKey: import.meta.env.VITE_API_KEY, |
Access to .env file
| 80 | storeId: import.meta.env.VITE_STORE_ID, |
Access to .env file
| 81 | apiKey: import.meta.env.VITE_API_KEY, |
Access to .env file
| 167 | storeId: process.env.NEXT_PUBLIC_STORE_ID!, |
Access to .env file
| 168 | apiKey: process.env.NEXT_PUBLIC_API_KEY!, |
Access to .env file
| 216 | # .env.local |
Access to .env file
| 233 | storeId: import.meta.env.VITE_STORE_ID, |
Access to .env file
| 234 | apiKey: import.meta.env.VITE_API_KEY, |
Access to .env file
| 270 | # .env |
Access to .env file
| 287 | storeId: import.meta.env.PUBLIC_STORE_ID, |
Access to .env file
| 288 | apiKey: import.meta.env.PUBLIC_API_KEY, |
Access to .env file
| 315 | # .env |
Access to .env file
| 361 | # .env |
Access to .env file
| 381 | storeId: import.meta.env.VITE_STORE_ID, |
Access to .env file
| 382 | environment: import.meta.env.PROD ? Environment.Production : Environment.Staging, |
Access to .env file
| 383 | apiKey: import.meta.env.VITE_API_KEY, |
Access to .env file
| 400 | # .env |
Access to .env file
| 419 | storeId: process.env.CE_STORE_ID!, |
Access to .env file
| 420 | environment: process.env.NODE_ENV === "production" ? Environment.Production : Environment.Staging, |
Access to .env file
| 421 | apiKey: process.env.CE_API_KEY!, |
External URL reference
| 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 |
External URL reference
| 554 | - **Core SDK**: https://www.commercengine.io/docs/sdk |
External URL reference
| 555 | - **Next.js Integration**: https://www.commercengine.io/docs/sdk/nextjs-integration |
External URL reference
| 556 | - **LLM Reference**: https://llm-docs.commercengine.io/sdk/ |