vantageai-cli
Advanced tools
+4
-1
| { | ||
| "name": "vantageai-cli", | ||
| "version": "2.2.1", | ||
| "version": "2.2.2", | ||
| "description": "AI coding tool cost intelligence CLI — optimize prompts, track costs, multi-line input, conversation context across Claude Code, Copilot, Gemini, Codex, Cursor", | ||
@@ -37,3 +37,6 @@ "type": "module", | ||
| "scripts": { | ||
| "gen-version": "node --input-type=commonjs -e \"const fs=require('fs');const v=require('./package.json').version;fs.writeFileSync('src/_version.ts','// AUTO-GENERATED — do not edit manually. Run: npm run gen-version\\nexport const VERSION = '+JSON.stringify(v)+';\\n');\"", | ||
| "prebuild": "npm run gen-version", | ||
| "build": "tsup src/index.ts --format esm --dts --clean", | ||
| "predev": "npm run gen-version", | ||
| "dev": "tsx src/index.ts", | ||
@@ -40,0 +43,0 @@ "typecheck": "tsc --noEmit", |
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 6 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 6 instances 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
94990
10.67%2667
9.75%27
17.39%