@cstar.help/cli
Advanced tools
+15
-0
@@ -1356,2 +1356,17 @@ #!/usr/bin/env node | ||
| } | ||
| if (!isTest && !isJsonMode()) { | ||
| log( | ||
| "\u26A0\uFE0F You are using a live API key. This will create sample data in your production environment." | ||
| ); | ||
| const rl = await import("readline"); | ||
| const prompt = rl.createInterface({ input: process.stdin, output: process.stdout }); | ||
| const answer = await new Promise((resolve) => { | ||
| prompt.question("Continue? (y/N) ", resolve); | ||
| }); | ||
| prompt.close(); | ||
| if (answer.toLowerCase() !== "y") { | ||
| log("Aborted. Use a test key (sk_test_*) to seed safely."); | ||
| return; | ||
| } | ||
| } | ||
| const spinner = isJsonMode() ? null : ora6("Creating categories...").start(); | ||
@@ -1358,0 +1373,0 @@ const categoryIds = []; |
+1
-1
| { | ||
| "name": "@cstar.help/cli", | ||
| "version": "0.2.2", | ||
| "version": "0.2.3", | ||
| "description": "CLI tool for the cStar customer support platform — for developers and AI agents", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
59432
1.05%1522
1%