fluxprotocol-cli
Advanced tools
+11
-3
| { | ||
| "name": "fluxprotocol-cli", | ||
| "version": "0.0.6", | ||
| "version": "0.0.7", | ||
| "description": "FLUX CLI - create, dev, build connectors", | ||
@@ -10,3 +10,6 @@ "type": "module", | ||
| "main": "./dist/index.js", | ||
| "files": ["dist", "README.md"], | ||
| "files": [ | ||
| "dist", | ||
| "README.md" | ||
| ], | ||
| "scripts": { | ||
@@ -33,4 +36,9 @@ "build": "tsup src/index.ts --format esm", | ||
| }, | ||
| "keywords": ["flux", "cli", "mcp", "connector"], | ||
| "keywords": [ | ||
| "flux", | ||
| "cli", | ||
| "mcp", | ||
| "connector" | ||
| ], | ||
| "license": "MIT" | ||
| } |
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 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances 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 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
6973
0.46%