@kilocode/openclaw-security-advisor
Advanced tools
+1
-1
| { | ||
| "name": "@kilocode/openclaw-security-advisor", | ||
| "version": "0.1.0-dev.3", | ||
| "version": "0.1.0-dev.4", | ||
| "type": "module", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
+1
-1
@@ -10,3 +10,3 @@ /** | ||
| export function detectPlatform(): "kiloclaw" | "openclaw" { | ||
| return process.env.KILOCLAW_INTERNAL_API_SECRET ? "kiloclaw" : "openclaw"; | ||
| return process.env.KILOCODE_FEATURE === "kiloclaw" ? "kiloclaw" : "openclaw"; | ||
| } |
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
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
49514
0.01%