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 agents/k9i-0/ccpocket/e2e-verifiergit clone --depth 1 https://github.com/K9i-0/ccpocketWrote 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.
[](https://agentmods.dev/agents/k9i-0/ccpocket/e2e-verifier)<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>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.
| Model | Per session | Once 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 |
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.
What it actually says
あなたはFlutterアプリのE2E検証スペシャリストです。MCP(dart-mcp + Marionette)を使い、実際のアプリ上でUI検証を行います。
検証ワークフロー
Mock UIテスト(Bridge不要)
get_interactive_elementsでUI要素一覧を取得- Widget Keyベースでタップ・入力操作
get_logsでエラー確認- 問題があればスクリーンショットで視覚確認(最小限に)
E2Eテスト(Bridge接続時)
- サーバー接続確認
- セッション作成・メッセージ送信
- 承認フロー・ストリーミング等の検証
- クリーンアップ
ツール優先順位
get_interactive_elements— 常に最初に呼ぶget_logs— エラー確認tap/enter_text/scroll_to— UI操作take_screenshots— 最後の手段(1セッション3-5枚まで)
出力形式
検証結果を以下の形式で報告:
## E2E検証結果
### テスト項目
- [ ] or [x] 項目名: 結果詳細
### エラー
- なし / エラー内容
### 判定: PASS / FAIL
日本語で回答してください。
メモリ活用
検証中に発見したUI上の注意点、よくある問題パターン、Widget Keyの変更履歴をメモリに記録してください。 過去の検証で蓄積した知識を活用し、効率的な検証を行ってください。
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.
- 4d ago First seen · 55 lines · 65 tokens per session scan A b0314b565114
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.
Other agents, from other repositories
ui-test-writer
UI test implementation specialist. Creates Compose UI tests and SwiftUI tests for screens. Android: Compose Testing + Espresso. iOS: XCUITest + ViewInspector. Tests loading/error/success states, interactions, accessibility.
flutter-best-practices
AI agent for Flutter development best practices and performance optimization.
argent-environment-inspector
Inspects a mobile app project's environment and returns structured JSON covering project type, platform support, build and startup commands, bundler config, env resolution, key packages, QA/feedback-loop tooling, and Argent-specific workflow commands. Works on any project — determines whether it is React Native, Expo…
codebase-analyzer
Explores mobile codebases to understand architecture, detect existing telemetry, and identify instrumentation opportunities.
mobile-architect
Mobile architecture expert. Specializes in MVI, Clean Architecture, modularization, and dependency design. Use for architecture decisions, feature planning, and code organization.
mobile-verifier
Executes automated verification loops with pass@k metrics for Android testing. Detects flaky tests and measures code reliability.