mdedit-cli
Advanced tools
+4
-3
| { | ||
| "name": "mdedit-cli", | ||
| "version": "0.3.0", | ||
| "version": "0.3.1", | ||
| "private": false, | ||
@@ -42,4 +42,5 @@ "type": "module", | ||
| "dependencies": { | ||
| "@mdedit/agent-client": "0.2.0", | ||
| "@mdedit/sdk": "0.3.0", | ||
| "@mdedit/agent-client": "1.0.0", | ||
| "@mdedit/node-auth": "0.1.0", | ||
| "@mdedit/sdk": "0.3.1", | ||
| "chalk": "^5.6.2", | ||
@@ -46,0 +47,0 @@ "commander": "^14.0.3", |
+13
-0
@@ -21,2 +21,15 @@ # `mdedit-cli` | ||
| Interactive browser OAuth is also available in explicitly enabled cohorts. It | ||
| uses authorization code + PKCE, a fixed loopback callback, and the operating | ||
| system credential manager: | ||
| ```bash | ||
| mdedit auth login | ||
| mdedit auth status | ||
| mdedit auth logout | ||
| ``` | ||
| Headless and CI environments should continue to use scoped API keys. Browser | ||
| OAuth remains release-gated and `--no-browser` is not a device flow. | ||
| ## Configure | ||
@@ -23,0 +36,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 6 instances
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
393025
10%3092
12.15%167
8.44%7
16.67%32
28%7
40%+ Added
+ Added
+ Added
- Removed
- Removed
Updated
Updated