@iinm/plain-agent
Advanced tools
+1
-1
| { | ||
| "name": "@iinm/plain-agent", | ||
| "version": "1.15.0", | ||
| "version": "1.15.1", | ||
| "description": "A lightweight terminal-based coding agent focused on safety and low token cost", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
+1
-1
| # Plain Agent | ||
| [](https://github.com/iinm/plain-agent/actions/workflows/github-code-scanning/codeql) | ||
| [](https://socket.dev/npm/package/@iinm/plain-agent) | ||
| [](https://socket.dev/npm/package/@iinm/plain-agent) | ||
| [](https://packagephobia.com/result?p=@iinm/plain-agent) | ||
@@ -6,0 +6,0 @@ |
@@ -99,3 +99,5 @@ import { execFileSync } from "node:child_process"; | ||
| // Must not start with - or @ (already handled above) | ||
| const keyValueMatch = arg.match(/^[^-@][^=]*=(.+)$/); | ||
| // Key must not contain whitespace; otherwise a whole `bash -c` script string | ||
| // (e.g. `cd … && HOME=/tmp npm …`) would be misdetected as VAR=val. | ||
| const keyValueMatch = arg.match(/^[^-@][^=\s]*=(.+)$/); | ||
| if (keyValueMatch) { | ||
@@ -102,0 +104,0 @@ return ( |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
603929
0.03%17130
0.01%