# Testorim (npm · @testorim/cli)

AI browser tests from your coding agent: a verdict, failing steps, report, video and trace.

- Trust score: 67/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-26

## Components

- npm · `@testorim/cli`: 67/100 (this document), [markdown](https://verifymcp.io/servers/sallar-ba-testorim/testorim-cli.md), [page](https://verifymcp.io/servers/sallar-ba-testorim/testorim-cli)

## Channel facts

- Registry: `npm`
- Package: `@testorim/cli`
- Version: `0.4.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-26.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 19/100
  - Repository check failed: no source repository is declared.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 0 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 82/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 722 tokens (~120/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Testorim MCP server?

Testorim runs locally as an npm package, launched with npx -y @testorim/cli. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add sallar-ba-testorim -- npx -y @testorim/cli
```

### Cursor

```json
{
  "mcpServers": {
    "sallar-ba-testorim": {
      "command": "npx",
      "args": [
        "-y",
        "@testorim/cli"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "sallar-ba-testorim": {
      "command": "npx",
      "args": [
        "-y",
        "@testorim/cli"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add sallar-ba-testorim -- npx -y @testorim/cli
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "sallar-ba-testorim": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@testorim/cli"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add sallar-ba-testorim --command npx --arg -y --arg @testorim/cli
```

### Hermes

```yaml
mcp_servers:
  sallar-ba-testorim:
    command: "npx"
    args: ["-y", "@testorim/cli"]
```

### Netclaw

```json
{
  "McpServers": {
    "sallar-ba-testorim": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@testorim/cli"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add sallar-ba-testorim -t stdio -c npx -a -y @testorim/cli
```

### Other

```json
{
  "mcpServers": {
    "sallar-ba-testorim": {
      "command": "npx",
      "args": [
        "-y",
        "@testorim/cli"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-26 (score 67, +12)

- [security regression] Tool safety: pass → unverified
- [security improvement] Known CVEs: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Stability: unverified → 0.03
- [functional improvement] Dependency health: unverified → pass
- [functional] First check of Schema quality: unverified
- [functional] Package version: 0.4.0 → 0.4.1

### 2026-09-25 (score 55)

First indexed and scored.

## MCP tools (6)

### `list_projects` (~30 tokens)

List Testorim projects

List the projects (sites under test) in the API key's workspace, with each project's id and address.

### `list_tests` (~54 tokens)

List saved tests

List the saved tests (procedures) of a project. A saved test replays its recorded steps without re-planning, so it is faster and repeatable.

Input parameters:

- `projectId` (string, required): Project id from list_projects.

### `run_test` (~275 tokens)

Run a browser test

Run a test in a real browser and return the verdict, the failing steps with the reason for each, the written report and links to the evidence. Pass testId to replay a saved test, or description to test anything in plain English, for example: "Sign up with a new email address and check that the dashboard opens and says Welcome." Waits for the verdict unless wait is false.

Input parameters:

- `baseUrl` (string): Run against this address instead of the project's own, for example a pull request's preview deployment. Must be publicly reachable.
- `description` (string): What a visitor should do and what must be true at the end, in plain English. Name the buttons, fields and text as they appear on the page.
- `expectation` (string): Use fail for a negative test (for example, a wrong password must be refused). Default pass.
- `projectId` (string): Project id from list_projects. Optional when testId is given.
- `testId` (string): A saved test id from list_tests.
- `timeoutSeconds` (integer): How long to wait for the verdict before returning the run as still in progress (default 600).
- `wait` (boolean): Wait for the verdict (default true). With false, returns the run id at once; read it later with get_run.

### `get_run` (~38 tokens)

Get a run's result

Read a run's status, verdict, failing steps, report and evidence links.

Input parameters:

- `runId` (string, required): Run id returned by run_test.

### `cancel_run` (~36 tokens)

Cancel a run

Stop a queued or running run. A cancelled run has no verdict.

Input parameters:

- `runId` (string, required): Run id returned by run_test.

### `create_project` (~73 tokens)

Create a project

Create a project for a site so it can be tested. If the workspace already tests that address, the existing project is returned instead.

Input parameters:

- `baseUrl` (string, required): The site's public address, for example https://staging.example.com.
- `name` (string): A short name, for example the product's name.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/sallar-ba-testorim/testorim-cli#diagnostics

## Score history

- 2026-09-26: 67
- 2026-09-25: 55

## Common questions

### What is the Testorim MCP server?

Testorim is an MCP server listed in the public MCP registry as io.github.sallar-ba/testorim. AI browser tests from your coding agent: a verdict, failing steps, report, video and trace. This page covers its npm package (@testorim/cli).

### Is the Testorim MCP server safe to use?

Testorim scores 67 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 26 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Testorim MCP server expose?

Testorim exposes 6 tools: list_projects, list_tests, run_test, get_run, cancel_run, create_project. Their descriptions and schemas cost roughly 506 tokens of context every time the server is loaded.

### Is the Testorim MCP server still maintained?

Testorim is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the Testorim MCP server under?

Testorim declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/@testorim/cli
- Socket report: https://socket.dev/npm/package/@testorim/cli
- Website: https://testorim.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/sallar-ba-testorim/testorim-cli.xml
- Changelog JSON feed: https://verifymcp.io/servers/sallar-ba-testorim/testorim-cli.json
- HTML version of this page: https://verifymcp.io/servers/sallar-ba-testorim/testorim-cli
