Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/fastslack/mtw-e2e-runner/rungit clone --depth 1 https://github.com/fastslack/mtw-e2e-runnerWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00014 | $0.00524 |
| Opus 5 | $0.00007 | $0.00262 |
| Sonnet 5 | $0.00003 | $0.00105 |
| Haiku 4.5 | $0.00001 | $0.00052 |
Grade A, and why
run scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Run E2E Tests
Execute E2E tests and provide a complete analysis of results.
Workflow
-
Check pool availability — Call
e2e_pool_statusto confirm the Chrome pool is running. If not available, tell the user to runnpx e2e-runner pool startvia CLI. -
List available suites — Call
e2e_listto show the user what test suites are available. -
Run tests — Call
e2e_runbased on user input:- If user specified a suite name: use
suiteparameter - If user specified a file: use
fileparameter - If user said "all" or didn't specify: use
all: true - Always pass
cwdwith the current working directory - Pass any user-specified overrides:
baseUrl,concurrency,retries,failOnNetworkError
- If user specified a suite name: use
-
Analyze results — Parse the run response:
- Report pass/fail summary and duration
- For failures: show error messages and retrieve error screenshots with
e2e_screenshot - For verifications (tests with
expect): retrieve verification screenshots and judge against descriptions - Highlight flaky tests if any
- Summarize network activity (failed requests, slow requests)
-
Drill down if needed — For failed tests:
- Use
e2e_network_logswithrunDbIdto investigate network failures - Use
e2e_learningsto check if this is a known pattern or new failure
- Use
-
Report — Provide a clear summary to the user with actionable next steps.
Arguments
The user may pass arguments after the command:
- Suite name:
/run auth→ run the auth suite --all: run all suites--base-url <url>: override base URL--retries <n>: set retry count
MCP Tools Used
e2e_pool_status— Check Chrome pool availabilitye2e_list— List test suites and modulese2e_run— Execute testse2e_screenshot— Retrieve screenshots by hashe2e_network_logs— Inspect network requestse2e_learnings— Query learning system
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 51 lines · 14 tokens per session scan A 0135203657bc
run is a command published in the GitHub repository fastslack/mtw-e2e-runner (3 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 14 tokens to every session and 524 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
audit
Run a full WCAG + NIST compliance audit with signed evidence pack.
multi-page
Smoke test multiple pages in parallel using alethiatellparallel.
regression
Run a fixed assertion suite against a URL — fail on any regression.
bootstrap
Scan a page with alethiaproposetests then run each suggested block.
safety-check
Verify the EA1 safety gate blocks all destructive actions on a page.
smoke
Quick Alethia smoke test — navigate and assert the page loads.