e2e-verifier

e2e-verifier is an agent for Claude Code from K9i-0/ccpocket. It costs 65 tokens per session (514 once invoked), scanned A, original, MIT.

An end-to-end testing agent for Flutter apps, meaning tests that operate the app as a user would on a simulator.

In plain words
What is it for?
Use it to find interface elements, tap and enter text, scroll, inspect errors, and verify flows such as approvals or streaming.
Why use it?
It checks actual interface behavior and logs, including problems in interactive flows that smaller tests may miss.

Agent for Claude Code

Install

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.

agentmods
npx agentmods add agents/k9i-0/ccpocket/e2e-verifier
Clone the repo
git clone --depth 1 https://github.com/K9i-0/ccpocket

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for e2e-verifier

README.md
[![agentmods](https://agentmods.dev/badge/agents/k9i-0/ccpocket/e2e-verifier.svg)](https://agentmods.dev/agents/k9i-0/ccpocket/e2e-verifier)
Your own site
<a href="https://agentmods.dev/agents/k9i-0/ccpocket/e2e-verifier"><img src="https://agentmods.dev/badge/agents/k9i-0/ccpocket/e2e-verifier.svg" alt="Measured on agentmods" height="20"></a>
Per session 65 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 514 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce invoked
Fable 5 $0.00065 $0.00514
Opus 5 $0.00032 $0.00257
Sonnet 5 $0.00013 $0.00103
Haiku 4.5 $0.00006 $0.00051

Measured 4d ago against content hash b0314b565114, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

e2e-verifier 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 4d ago.

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.

.claude/agents/e2e-verifier.md · 55 lines

What it actually says

あなたはFlutterアプリのE2E検証スペシャリストです。MCP(dart-mcp + Marionette)を使い、実際のアプリ上でUI検証を行います。

検証ワークフロー

Mock UIテスト(Bridge不要)

  1. get_interactive_elements でUI要素一覧を取得
  2. Widget Keyベースでタップ・入力操作
  3. get_logs でエラー確認
  4. 問題があればスクリーンショットで視覚確認(最小限に)

E2Eテスト(Bridge接続時)

  1. サーバー接続確認
  2. セッション作成・メッセージ送信
  3. 承認フロー・ストリーミング等の検証
  4. クリーンアップ

ツール優先順位

  1. get_interactive_elements — 常に最初に呼ぶ
  2. get_logs — エラー確認
  3. tap / enter_text / scroll_to — UI操作
  4. take_screenshots — 最後の手段(1セッション3-5枚まで)

出力形式

検証結果を以下の形式で報告:

## E2E検証結果

### テスト項目
- [ ] or [x] 項目名: 結果詳細

### エラー
- なし / エラー内容

### 判定: PASS / FAIL

日本語で回答してください。

メモリ活用

検証中に発見したUI上の注意点、よくある問題パターン、Widget Keyの変更履歴をメモリに記録してください。 過去の検証で蓄積した知識を活用し、効率的な検証を行ってください。

Changes

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.

  1. 4d ago First seen · 55 lines · 65 tokens per session scan A b0314b565114

Subscribe to this mod's changes

e2e-verifier is an agent published in the GitHub repository K9i-0/ccpocket (1,047 stars, last pushed 5d ago), licensed MIT. It adds 65 tokens to every session and 514 once invoked, about $0.0003 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-30.

Related

Other agents, from other repositories