+1
-1
| { | ||
| "name": "knowmind", | ||
| "version": "0.3.0", | ||
| "version": "0.3.1", | ||
| "mcpName": "io.github.Schubeler-Consulting/knowmind", | ||
@@ -5,0 +5,0 @@ "description": "Knowmind — das Agentengehirn aus Deutschland: CLI + MCP-Server (Langzeitgedächtnis & Wissensgraph für Ihre KI, Server in Deutschland).", |
+5
-3
@@ -79,7 +79,8 @@ /** | ||
| // /reset alleine reicht nicht — die geerbten Berechtigungen müssen weg. | ||
| spawnSync("icacls", [target, "/inheritance:r"], { stdio: "ignore" }); | ||
| spawnSync("icacls", [target, "/grant:r", `${user}${suffix}`], { stdio: "ignore" }); | ||
| spawnSync("icacls", [target, "/grant:r", `SYSTEM${suffix}`], { stdio: "ignore" }); | ||
| spawnSync("icacls", [target, "/inheritance:r"], { stdio: "ignore", windowsHide: true }); | ||
| spawnSync("icacls", [target, "/grant:r", `${user}${suffix}`], { stdio: "ignore", windowsHide: true }); | ||
| spawnSync("icacls", [target, "/grant:r", `SYSTEM${suffix}`], { stdio: "ignore", windowsHide: true }); | ||
| spawnSync("icacls", [target, "/grant:r", `Administratoren${suffix}`], { | ||
| stdio: "ignore", | ||
| windowsHide: true, | ||
| }); | ||
@@ -89,2 +90,3 @@ // EN-Variante als Fallback (icacls akzeptiert beide nur in jeweiliger Locale) | ||
| stdio: "ignore", | ||
| windowsHide: true, | ||
| }); | ||
@@ -91,0 +93,0 @@ } catch { |
+1
-0
@@ -147,2 +147,3 @@ /** | ||
| stdio: "ignore", | ||
| windowsHide: true, | ||
| }); | ||
@@ -149,0 +150,0 @@ child.unref(); |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
133107
0.05%2410
0.12%