@agentforge/testing
Advanced tools
+3
-3
| { | ||
| "name": "@agentforge/testing", | ||
| "version": "0.16.10", | ||
| "version": "0.16.11", | ||
| "description": "Testing utilities for TypeScript AI agents, including mock LLMs, mock tools, state builders, fixtures, and workflow assertions.", | ||
@@ -21,4 +21,4 @@ "type": "module", | ||
| "dependencies": { | ||
| "@agentforge/core": "0.16.10", | ||
| "@agentforge/patterns": "0.16.10", | ||
| "@agentforge/core": "0.16.11", | ||
| "@agentforge/patterns": "0.16.11", | ||
| "@langchain/core": "^1.1.17", | ||
@@ -25,0 +25,0 @@ "zod": "^3.24.1" |
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated
Updated