@smithery/cli
Advanced tools
Sorry, the diff of this file is too big to display
+4
-1
| { | ||
| "name": "@smithery/cli", | ||
| "version": "4.5.0", | ||
| "version": "4.6.0", | ||
| "type": "module", | ||
@@ -89,2 +89,5 @@ "private": false, | ||
| "import": "./dist/index.js" | ||
| }, | ||
| "./automation": { | ||
| "import": "./dist/automation.js" | ||
| } | ||
@@ -91,0 +94,0 @@ }, |
+18
-0
@@ -62,2 +62,15 @@ # Smithery CLI [](https://www.npmjs.com/package/@smithery/cli) [](https://www.npmjs.com/package/@smithery/cli) | ||
| ### Automations | ||
| Create and run deterministic MCP tool scripts — no AI involved, just direct tool calls. | ||
| ```bash | ||
| smithery automation init # Initialize the ~/.smithery automations project | ||
| smithery automation create <name> # Create a new automation from a template | ||
| smithery automation list # List all automations | ||
| smithery automation get <name> # Show automation details and source code | ||
| smithery automation run <name> [key=value...] # Run an automation with arguments | ||
| smithery automation remove <name> # Delete an automation | ||
| ``` | ||
| ### Namespaces | ||
@@ -91,2 +104,7 @@ | ||
| # Create and run an automation | ||
| smithery automation init | ||
| smithery automation create create-ticket | ||
| smithery automation run create-ticket title="Bug fix" priority=high | ||
| # Publish your MCP server URL | ||
@@ -93,0 +111,0 @@ smithery mcp publish "https://my-mcp-server.com" -n myorg/my-server |
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
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
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
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 5 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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance 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
3268011
14.62%6
20%12730
14.85%123
17.14%1
Infinity%53
Infinity%29
Infinity%