🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@getcolter/cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getcolter/cli - npm Package Compare versions

Comparing version
0.3.1
to
0.3.2
+6
-6
package.json
{
"name": "@getcolter/cli",
"version": "0.3.1",
"version": "0.3.2",
"description": "AI agent readiness platform for e-commerce. Check protocol support, fix gaps, monitor agent traffic with Lens, and test with AI personas. Supports UCP, ACP, MCP, and WebMCP.",

@@ -53,7 +53,7 @@ "keywords": [

"optionalDependencies": {
"@getcolter/cli-darwin-arm64": "0.3.1",
"@getcolter/cli-darwin-x64": "0.3.1",
"@getcolter/cli-linux-x64": "0.3.1",
"@getcolter/cli-linux-arm64": "0.3.1",
"@getcolter/cli-win32-x64": "0.3.1"
"@getcolter/cli-darwin-arm64": "0.3.2",
"@getcolter/cli-darwin-x64": "0.3.2",
"@getcolter/cli-linux-x64": "0.3.2",
"@getcolter/cli-linux-arm64": "0.3.2",
"@getcolter/cli-win32-x64": "0.3.2"
},

@@ -60,0 +60,0 @@ "engines": {

@@ -23,4 +23,6 @@ # @getcolter/cli

| `colter fix` | Generate and apply fixes for agent readiness gaps |
| `colter lens` | Register a store for real-time AI agent traffic monitoring |
| `colter test` | Run AI mystery shopper tests against a store (Claude, GPT, Gemini) |
| `colter lens` | Register a store for request-level AI agent traffic monitoring |
| `colter test` | Run hosted AI mystery shopper tests, or `--local` BYOK tests with your provider key |
| `colter query-rank` | Local/BYOK recommendation competitiveness test |
| `colter ucp-qa` | Local/BYOK UCP buyer-journey QA |
| `colter batch` | Scan multiple stores from a YAML file |

@@ -41,7 +43,14 @@ | `colter mcp` | Start MCP server for AI agent integration |

# Register a store for Lens monitoring
# Register a store for Lens monitoring and full-coverage setup
colter lens https://your-store.com
# Run AI mystery shopper simulations
# Run hosted AI mystery shopper simulations
colter auth login
colter test https://your-store.com
# Run local/BYOK agent QA using your provider key
export GEMINI_API_KEY=...
colter query-rank https://your-store.com
colter ucp-qa https://your-store.com
colter test https://your-store.com --local
```

@@ -56,4 +65,8 @@

| **MCP** | Tool-based agent integration | Claude, MCP-compatible agents |
| **WebMCP** | Browser-native agent tools (W3C Draft) | Chrome 146+, browser agents |
| **WebMCP** | Browser-native agent tools (W3C Draft) | Chrome flag, Chrome 149 Origin Trial, browser agents |
## Lens coverage
Lens is designed for request-level agent traffic capture. Deploy the Lens edge worker or configure server-log ingestion for full coverage, including direct crawlers that never execute JavaScript. The JavaScript beacon remains available as a fallback for browser-like agents only.
## Scoring

@@ -60,0 +73,0 @@