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
| 47 | storeId: import.meta.env.VITE_STORE_ID, |
low line 48
Access to .env file
SourceSKILL.md
| 48 | apiKey: import.meta.env.VITE_API_KEY, |
low line 60
Access to .env file
SourceSKILL.md
| 60 | storeId: import.meta.env.VITE_STORE_ID, |
low line 61
Access to .env file
SourceSKILL.md
| 61 | apiKey: 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
| 166 | storeId: import.meta.env.VITE_STORE_ID, |
low line 167
Access to .env file
SourceSKILL.md
| 167 | environment: import.meta.env.PROD ? Environment.Production : Environment.Staging, |
low line 168
Access to .env file
SourceSKILL.md
| 168 | apiKey: 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
| 190 | storeId: process.env.CE_STORE_ID!, |
low line 191
Access to .env file
SourceSKILL.md
| 191 | environment: process.env.NODE_ENV === "production" ? Environment.Production : Environment.Staging, |
low line 192
Access to .env file
SourceSKILL.md
| 192 | apiKey: 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 DashboardInstall this skill with one command
/learn @commercengine/setup