shell-cluster
Advanced tools
+2
-2
| { | ||
| "name": "shell-cluster", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "Decentralized remote shell access via tunnels — Node.js server with node-pty and xterm-headless", | ||
@@ -14,3 +14,3 @@ "main": "src/index.js", | ||
| "start": "node src/index.js", | ||
| "postinstall": "chmod +x node_modules/node-pty/prebuilds/darwin-arm64/spawn-helper 2>/dev/null || true" | ||
| "postinstall": "node -e \"const fs=require('fs'),p='node_modules/node-pty/prebuilds/darwin-arm64/spawn-helper';try{fs.chmodSync(p,0o755)}catch(e){}\"" | ||
| }, | ||
@@ -17,0 +17,0 @@ "keywords": [ |
+3
-1
@@ -42,3 +42,3 @@ # Shell Cluster | ||
| ### Try without installing | ||
| ### Try without installing (macOS/Linux only) | ||
@@ -49,2 +49,4 @@ ```bash | ||
| > **Note:** `npx` does not work on Windows due to `node-pty` native addon file locking. Use `npm install -g` instead. | ||
| ### Install as a background service (recommended) | ||
@@ -51,0 +53,0 @@ |
Install scripts
Supply chain riskInstall scripts are run when the package is installed or built. Malicious packages often use scripts that run automatically to execute payloads or fetch additional code.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Install scripts
Supply chain riskInstall scripts are run when the package is installed or built. Malicious packages often use scripts that run automatically to execute payloads or fetch additional code.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
79287
0.23%257
0.78%14
7.69%