Borrowing it
Nothing to install: this file belongs to HalemoGPA/whatsapp-mcp-server. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/HalemoGPA/whatsapp-mcp-server/main/.claude/skills/verify-wire-claim/SKILL.mdgit clone --depth 1 https://github.com/HalemoGPA/whatsapp-mcp-serverWrote 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/skills/halemogpa/whatsapp-mcp-server/verify-wire-claim)<a href="https://agentmods.dev/skills/halemogpa/whatsapp-mcp-server/verify-wire-claim"><img src="https://agentmods.dev/badge/skills/halemogpa/whatsapp-mcp-server/verify-wire-claim/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/halemogpa/whatsapp-mcp-server/verify-wire-claim"><img src="https://agentmods.dev/badge/skills/halemogpa/whatsapp-mcp-server/verify-wire-claim.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00068 | $0.00856 |
| Opus 5 | $0.00034 | $0.00428 |
| Sonnet 5 | $0.00014 | $0.00171 |
| Haiku 4.5 | $0.00007 | $0.00086 |
Grade A, and why
verify-wire-claim 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Verifying a claim about WhatsApp
WhatsApp enforces most of what you see client-side. The app bets that what people see is reality, and for almost everyone that bet is correct. It is not correct here, because this server reads the wire.
A rendering is evidence of what a client chose to draw. Nothing more.
Never accept these as evidence
| Source | Why not |
|---|---|
| A screenshot, or what the desktop app shows | Desktop and mobile enforce different things. A message once looked view-once on desktop for weeks while the inner flag was unset. |
| A comment in this repo | They rot. The two most confidently wrong statements in this codebase were comments that had been true when written. |
| A library's documentation | It describes the field's intent, not client behaviour. selectableOptionCount is documented as a maximum; no client enforces it above 1. |
| A tally or counter in the app | Five phones once showed five different poll tallies while the wire said one number. |
| "The endpoint returned success" | A poll vote returned Vote cast while the tally stayed at zero. |
Accept these
- The actual protobuf, with the field number.
- A test you ran, with its output.
- An observation from a real phone, on the receive path.
The procedure
-
Separate the three claims. "The field exists", "the server accepts it", and "the recipient's client honours it" are different, and a change can satisfy one and fail the others. Establish each on its own.
-
Test the send path. Call the tool. Capture the response.
-
Test the receive path on a real phone. This is the step people skip and it is where the bugs are. Sending through our own API exercises code that wraps and hashes locally and never decrypts or normalises. Two real bugs (all six poll-creation variants, and LID-vs-phone-number on votes) were found in minutes by a phone after the server-side tests passed clean.
-
Check the stored row. Read what actually landed in the message store, not what the tool said it wrote.
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.
- 10d ago First seen · 76 lines · 68 tokens per session scan A fa6dcf61abe2
verify-wire-claim is a skill published in the GitHub repository HalemoGPA/whatsapp-mcp-server (5 stars, last pushed 3d ago), licensed MIT. It adds 68 tokens to every session and 856 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-31.
Other skills, from other repositories
blazemeter-private-locations
Comprehensive guide for BlazeMeter Private Locations, including Radar Agent, installation (Docker, Kubernetes, Helm), configuration, management, and troubleshooting. Use when working with Private Locations for (1) Installing agents (Docker, Kubernetes, Helm Chart), (2) Configuring Radar Agent for API Monitoring, (3)…
blazemeter-functional-testing
Comprehensive guide for BlazeMeter Functional Testing, including GUI Functional Tests, API Tests (deprecated), Action Library, and debugging. Use when working with Functional Testing for (1) Creating GUI Functional Tests (YAML, Java IDE, Python IDE), (2) Managing Functional Tests (duplicate, delete, move, rename), (3)…
blazemeter-recorders
Comprehensive guide for BlazeMeter Recorders, including Chrome Extension and Proxy Recorder. Use when working with recorders for (1) Recording tests with Chrome Extension, (2) Creating and using Proxy Recorder, (3) Configuring browsers and devices for proxy recording, (4) Setting port ranges for proxy recorder, or any…
swag
This skill should be used when the user says "add proxy config", "create reverse proxy", "SWAG config", "nginx proxy", "expose service", "proxy configuration", "subdomain config", "subfolder config", "configure SWAG", "list proxy configs", "view proxy config", "edit proxy config", "remove proxy config", "check proxy…
lastest
Lastest is a visual regression testing platform. It records browser tests, runs them via Playwright, diffs screenshots, and uses AI to classify changes. Available as an MCP server for AI agent integration.
resolume-mcp-tester
Test and operate the Resolume MCP server (resolume-mcp-server) end-to-end against a live Resolume Arena. Use when verifying tool behavior, running smoke tests, doing safe live VJ demos, or validating new tools added to the project. Includes white-out prevention rules, state restoration patterns, and agent invocation…