@runnerty/executor-shell
Advanced tools
+1
-1
| { | ||
| "name": "@runnerty/executor-shell", | ||
| "version": "3.1.0-rc", | ||
| "version": "3.1.0", | ||
| "description": "Runnerty module: shell executor", | ||
@@ -5,0 +5,0 @@ "author": "Runnerty Tech", |
@@ -8,3 +8,3 @@ { | ||
| { | ||
| "id": "shell_ssh", | ||
| "id": "shell_ssh_privatekey", | ||
| "type": "@runnerty-executor-shell", | ||
@@ -14,4 +14,11 @@ "host": "remote.server.com", | ||
| "privateKey": "./ssh/privateKeyFile.pem" | ||
| }, | ||
| { | ||
| "id": "shell_ssh_password", | ||
| "type": "@runnerty-executor-shell", | ||
| "host": "remote.server.com", | ||
| "username": "runnerty", | ||
| "password": "runnerty" | ||
| } | ||
| ] | ||
| } |
| { | ||
| "$schema": "https://raw.githubusercontent.com/runnerty/schemas/master/schemas/3.0/plan.json", | ||
| "$schema": "https://raw.githubusercontent.com/runnerty/schemas/master/schemas/3.1/plan.json", | ||
| "chains": [ | ||
@@ -47,2 +47,10 @@ { | ||
| } | ||
| }, | ||
| { | ||
| "id": "SHELL_SSH_SIMPLE", | ||
| "name": "SHELL SIMPLE SAMPLE", | ||
| "exec": { | ||
| "id": "shell_ssh_privatekey", | ||
| "command": "touch /tmp/hello-world" | ||
| } | ||
| } | ||
@@ -49,0 +57,0 @@ ] |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
24003
1.74%484
3.2%0
-100%