sentoagent
Advanced tools
+1
-0
@@ -56,2 +56,3 @@ #!/usr/bin/env node | ||
| .description("Update Claude Code, plugins, and re-apply patches") | ||
| .option("--skip-self-update", "Internal: skip CLI self-update (used during re-exec)", false) | ||
| .action(update); | ||
@@ -58,0 +59,0 @@ |
+1
-1
| { | ||
| "name": "sentoagent", | ||
| "version": "1.1.55", | ||
| "version": "1.1.56", | ||
| "description": "Agents sent to fight your battles. Self-improving AI agents powered by Claude Code.", | ||
@@ -5,0 +5,0 @@ "author": "Gabriel Gil", |
@@ -95,3 +95,3 @@ import { banner, log } from "../utils/logger.js"; | ||
| const newPkg = path.join(npmGlobal, "lib/node_modules/sentoagent/src/templates/guardian.js"); | ||
| const guardianMod = fs.existsSync(newPkg.replace(".js", ".js")) | ||
| const guardianMod = fs.existsSync(newPkg) | ||
| ? await import("file://" + newPkg) | ||
@@ -98,0 +98,0 @@ : await import("../templates/guardian.js"); |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 5 instances in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 5 instances in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
184231
0.04%3943
0.03%