原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"mcp",
"whatsapp",
"claude",
"go",
"golang",
"llm",
"model-context-protocol",
"sqlite",
"whatsmeow",
"mcp-server"
],
"is_fork": false,
"size_kb": 3551,
"has_wiki": true,
"homepage": "https://sealjay.com",
"languages": {
"Go": 428529,
"Shell": 1783,
"Makefile": 1056,
"Go Template": 1178
},
"pushed_at": "2026-07-18T23:55:00Z",
"created_at": "2026-01-25T17:52:51Z",
"owner_type": "User",
"updated_at": "2026-07-23T04:35:07Z",
"description": "Single-binary Go MCP server that wraps whatsmeow to expose a personal WhatsApp account as 42 MCP tools (messaging, groups, polls, media, privacy).",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://sealjay.com/",
"name": "Chris Lloyd-Jones",
"type": "User",
"login": "Sealjay",
"company": "Kyndryl",
"location": "London, UK",
"followers": 73,
"avatar_url": "https://avatars.githubusercontent.com/u/19361656?v=4",
"created_at": "2016-05-14T13:41:53Z",
"is_verified": null,
"public_repos": 31,
"account_age_days": 3726
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2026-07-18T23:55:01Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-07-18T23:44:37Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-05-11T18:45:35Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-05-02T21:31:26Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-05-02T17:14:40Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-05-02T16:50:42Z"
}
],
"recent_commits": [
{
"oid": "28c0ae2fbf7882ca600c2b6b0b0d8c3fce4a04d9",
"body": "The weekly upgrade-check job built and tested whatsmeow@main but only\nechoed the result into the Action log, where nobody reads it — the\nhand-filed dated issues (#17-#19) it replaced are superseded by a single\nrolling issue instead. Stays silent when the pin is already current.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01JSughx1DHoLkfnK4EDf14M",
"is_bot": false,
"headline": "ci: report whatsmeow bumps to a rolling issue instead of the run log",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-07-18T23:54:02Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a1618238c063338fbeb8a3cf2bb36c7fc113dc52",
"body": "…ient\n\nparseParticipantJID (used by CreateGroup, UpdateGroupParticipants, and\nBlock/UnblockContact) never stripped a leading `+` or rejected non-digit\ninput, so add_group_participants(\"+447967960994\") and block_contact(\"+44...\")\nsilently misrouted — the exact bug already fixed for the send path in #\n[…]\nnt itself, so the send path gains\nwhitespace-trimming too.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01JSughx1DHoLkfnK4EDf14M",
"is_bot": false,
"headline": "fix(client): route group and blocklist parsing through NormalizeRecip…",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-07-18T23:51:53Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6773241df1a7c9defbb6b28f3c22e15431afd3ad",
"body": "Independently verified cuts from two prior reviews:\n- client: delete SendMedia (dead, both callers use\n SendMediaWithOptions) and stale Send/SendMedia doc references;\n delete Client.Log() (zero callers); stdlib swaps for isAllDigits\n (strings.IndexFunc) and digitsOnly (strings.Map); download.go's\n[…]\nct from 878a0ed (an earlier, already-landed cleanup pass).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01JSughx1DHoLkfnK4EDf14M",
"is_bot": false,
"headline": "refactor: cut dead code and unused generality (-54 LOC net)",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-07-18T23:42:03Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0769492503706ba5dc18804c928e156dfc3ecbe6",
"body": "Two side effects worth flagging:\n- go directive moves 1.25.0 -> 1.25.5, forced by mcp-go's own go.mod\n minimum and enforced by Go's module graph.\n- new transitive dependency github.com/santhosh-tekuri/jsonschema/v6\n v6.0.2, mcp-go's opt-in input-schema validation added in v0.50/v0.51.\n\nv0.56.0 als\n[…]\n Verified compatible with our 127.0.0.1\nbind via make e2e.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01JSughx1DHoLkfnK4EDf14M",
"is_bot": false,
"headline": "chore(deps): bump mcp-go v0.48.0 -> v0.56.0",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-07-18T23:34:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c128030f06fdeab507584aa2c6d8357ea0b5f837",
"body": "go.mau.fi/whatsmeow v0.0.0-20260630180629-b572e5bcb92b ->\nv0.0.0-20260718134955-fac667d55293\n\nTransitive bumps pulled in:\n- github.com/mattn/go-sqlite3 v1.14.45 -> v1.14.48\n- github.com/petermattis/goid v0.0.0-20260330135022-df67b199bc81 -> v0.0.0-20260713124913-97594f28f5ca\n- go.mau.fi/util v0.9.10\n[…]\n v0.46.0 -> v0.47.0\n- golang.org/x/text v0.39.0 -> v0.40.0\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01JSughx1DHoLkfnK4EDf14M",
"is_bot": false,
"headline": "chore(deps): bump whatsmeow to latest (2026-07-18)",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-07-18T23:33:44Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "878a0edba30e6baf97a94392eac25095e015ff79",
"body": "Adversarially-verified cuts from the multi-agent debt review:\n- client: ephemeralContextInfo helper dedups the group disappearing-timer\n block (send/SendReply); resolveChatNameFallback dedups persistSent vs\n GetChatName; generic joinNames[T ~string] replaces two identical joiners\n- store: jidUser \n[…]\n in ValidateMediaPath/ValidateOutputPath (error strings byte-identical)\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01A64sDVC6mUh4F5BLfLrNi4",
"is_bot": false,
"headline": "refactor: ponytail tech-debt cuts (~90 LOC, behaviour-preserving)",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-07-13T03:49:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "42014d02a524a9748f61e1bba24c95560b2907b4",
"body": "Every tool now explicitly declares readOnly/destructive/idempotent/openWorld\nhints (34 tools had gaps). Values follow handler behaviour; worst case wins\nfor get_group_invite_link (reset=true revokes the old link -> readOnly=false,\ndestructive=true). Also replaces the hand-rolled rawJSON type in\ntools_groups.go with encoding/json.RawMessage.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01A64sDVC6mUh4F5BLfLrNi4",
"is_bot": false,
"headline": "docs(mcp): declare all four MCP annotations on every tool (Glama TDQS)",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-07-13T03:49:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cbef2009e613bbe6561a00be9f0ab80ed322ce2e",
"body": "- push triggers only on main; feature branches get CI via their PRs\n (previously claude/** pushes + PRs ran everything twice)\n- concurrency group cancels superseded in-flight runs on non-main refs\n- paths-ignore for markdown/docs/LICENSE-only changes\n- fold mdtest-parity into the test job as a step\n[…]\ner event (it only needs the module download\n the test job already does)\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01A64sDVC6mUh4F5BLfLrNi4",
"is_bot": false,
"headline": "ci: cut redundant Action runs on pushes",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-07-13T03:49:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a861353e58b0f2340a86ee0577915085a599c646",
"body": "…_contacts)\n\nsearch_contacts and sender-name display only consulted the chats table,\nwhose name column for 1:1 chats is the bare phone number. Saved names\nsynced into whatsmeow_contacts were never queried, so name-based lookup\nsilently failed and senders rendered as numbers.\n\n- new ContactName(jid):\n[…]\nSenderName: prefer the address book before the chats fallback\n\nFixes #21\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01A64sDVC6mUh4F5BLfLrNi4",
"is_bot": false,
"headline": "fix(store): resolve contact names from synced address book (whatsmeow…",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-07-13T03:49:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "efdf4404539d22404971c6d792ea82f2a3a3efa7",
"body": "Cherry-pick of 94a5b0b onto updated main. The whatsmeow bump itself\nlanded separately in 720b2ee (same pin); what remains here:\n- transitive bumps: go-colorable 0.1.15, go-isatty 0.0.22,\n gqlparser 2.5.36, golang.org/x/text 0.39.0\n- .gitignore store/ so the session DB and -wal/-shm sidecars can't b\n[…]\ne: SHELL := /bin/bash so fmt's process substitution works under POSIX sh\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01A64sDVC6mUh4F5BLfLrNi4",
"is_bot": false,
"headline": "chore(deps): transitive dep bumps + repo hygiene",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-07-13T03:27:52Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "720b2ee9b3ec226ac92d4e5eb4ccbeea67fe0236",
"body": "Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01MofFMBMeRiKBRPWUvfZn9M",
"is_bot": false,
"headline": "chore(deps): bump whatsmeow (passkey pairing + protocol updates)",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-07-07T19:23:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7843c7397bd96ec11cab2c011c2103591eb2ce3b",
"body": "Defense-in-depth against LLM misuse. The model driving this MCP server\ncontrols tool arguments but not the daemon's internal state, so a limit\nenforced here survives prompt drift, a careless \"send them all now\", and\nclients that fan out sends in parallel. A ~50-message parallel fanout in\nfive minute\n[…]\nde (header truthiness matrix +\nnil-header safety). make vet, test, test-race all green.\n\nCo-authored-by: Muhammad Ismail <yahyaismail@gmail.com>\nCo-authored-by: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(ratelimit): daemon-side throttle on sends and usync lookups (#27)",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-07-07T19:22:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ebbbdf4b364ffcda3657474cbb1f8bb2be60bab1",
"body": "Previously the media download path derived DirectPath at request time by\nstring-parsing the stored URL — dropping the URL scheme+host and taking\nwhatever survived. That worked when the parse was correct but tied the\nCDN request format to a brittle helper (see #22 for what happens when it\ngets wrong)\n[…]\nnew return arity\n- Existing tests using GetMediaInfo / StoreMediaInfo / extractMediaInfo\n updated for the new signatures (no behaviour change)\n\nCo-authored-by: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(store): persist protobuf DirectPath separately from URL (#25)",
"author_name": "Muhammad Ismail",
"author_login": "myi1",
"committed_at": "2026-07-07T19:20:38Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7ee8b92ae4275e7497541c39b878cab384e6564a",
"body": "Adds an MCP resource template registered at\n\n whatsapp://media/{chat_jid}/{message_id}\n\nso any MCP client can pull the decrypted bytes of a WhatsApp media\nmessage via the standard `resources/read` call — without shell access to\nthe daemon host and without a size cap. This is the workflow-agnostic\n[…]\nches), URI round-trip through MediaResourceURI, the audio MIME\noverride, and that registerResources doesn't panic on a nil-client\nsmoke server.\n\nCo-authored-by: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(resources): expose downloaded media at whatsapp:// URIs (#24)",
"author_name": "Muhammad Ismail",
"author_login": "myi1",
"committed_at": "2026-07-07T19:20:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "189b679e93caa1f7940196e089a6d3fe9eb276b0",
"body": "Remote MCP clients (Claude Desktop, Claude Code running against a\nnon-local daemon) could not view media the tool downloaded — the file\nlanded on the daemon's disk under `store/<chat>/…` and nothing exposed\nthose bytes back to the client, so the LLM had to be walked through an\nout-of-band SCP or a p\n[…]\ns cover: image inline, audio inline (with MIME override),\ndocument path-only, video path-only, failure path-only, missing file,\noversized file.\n\nCo-authored-by: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(download): inline image/audio bytes in download_media result (#23)",
"author_name": "Muhammad Ismail",
"author_login": "myi1",
"committed_at": "2026-07-07T19:20:32Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "41f65329606d6685dd97af4b28a6c49b1540a9c5",
"body": "… (#22)\n\n`extractDirectPathFromURL` was stripping everything after `?`, dropping\nthe signed CDN auth params (`ccb`, `oh`, `oe`, `_nc_sid`, `mms3`) that\nWhatsApp bakes into the URL at message time.\n\nwhatsmeow builds the request as:\n\n https://<host><directPath>&hash=<encFileHash>&mms-type=<t>&__wa-\n[…]\nhe buggy behavior.\n\nReproducer (before patch): send yourself an image, then call\ndownload_media on it → `download failed with status code 403`.\n\nCo-authored-by: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(download): preserve CDN query params so media downloads don't 403…",
"author_name": "Muhammad Ismail",
"author_login": "myi1",
"committed_at": "2026-07-07T19:20:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "946c9db28c67f8b7ab514b372cb09370084a7039",
"body": "…Den QR pairing\n\nSurfaces the live WhatsApp linked-device QR through a structured setup_state envelope (ready / awaiting_qr + qr_payload / error) that the Den daemon polls to drive its own pairing UI. The daemon now owns the pair cache and hands it to the MCP server before mounting the MCP handler, so pairing_status can read the live rotating QR.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(mcp): add pairing_status tool emitting setup_state envelope for …",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-06-09T09:49:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2c8b99943736ee326ccd0bd0e5601b49d36418eb",
"body": "client.New chmod'd the store dir and whatsapp.db, same as store.Open, and hit\nthe same EPERM on Azure Files SMB and ACA EmptyDir mounts (\"init client:\nchmod store dir: operation not permitted\"), crash-looping the sidecar right\nafter whatsmeow initialised. Export store.ChmodBestEffort and use it for both\nclient-side chmods so a mount that rejects chmod no longer aborts startup,\nwhile local-disk tightening is preserved.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(client): tolerate chmod EPERM on network/ephemeral store mounts too",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-06-08T22:10:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b9c5175d274a5147cd0429db1464a704dd8cd217",
"body": "…es SMB)\n\nstore.Open chmod'd the store dir and .db files to tighten permissions, but\nAzure Files / CIFS SMB mounts reject chmod(2) with EPERM, so the sidecar\ncrash-looped with \"chmod store dir: operation not permitted\" when -store\npointed at a mounted share. On a network mount, access is governed by\n[…]\nmissing files) while preserving genuine tightening on local disk, where\na process never gets those errors chmod'ing its own files.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(store): tolerate chmod EPERM/ENOTSUP on network mounts (Azure Fil…",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-06-08T21:54:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "98583ef14ecb56e038a8a2785a40746d282db5d5",
"body": "Picks up ~20 commits including:\n- Download checksum verification (security)\n- Legacy URL removal (breaking if delayed) — unaffected; MediaDownloader supplies DirectPath\n- Message ack fix, goroutine leak fix, QR disconnect race fix\n- 4 proto updates, LID chat history support\n\nTransitive bumps: libsignal 0.2.1->0.2.2, util 0.9.8->0.9.9, go-sqlite3 1.14.42->1.14.44,\nedwards25519 1.1.1->1.2.0, zerolog 1.35.0->1.35.1, golang.org/x/{crypto,net,sys,text,exp}.\n\nCloses Sealjay/lifeos#2",
"is_bot": false,
"headline": "deps: bump whatsmeow to c6a4b70 (2026-06-04) (#20)",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-06-05T13:03:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06ff149e3dec8e2dac478812bbd4a56004f40be0",
"body": "Sandboxed MCP clients (Claude.ai / Cowork) cannot read the daemon's\nlocal cache, so a download with no extra wiring is invisible to them.\ndownload_media now accepts an optional output_path that places the\ndecrypted file at a caller-chosen location, validated against the\nexisting WHATSAPP_MCP_MEDIA_R\n[…]\nappy path, outside-root rejection, skip-if-exists), and one e2e\ntest that confirms output_path /etc/passwd is rejected end-to-end.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(download): add output_path to download_media",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-05-11T18:44:51Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "47931c571d53019aff98255dbf7208798744fb91",
"body": "The guard added in 16c8c37 compared a relative chatDir (built from\nc.store.Dir(), which is the user-supplied \"./store\" default) against an\nabsolutised storeDir prefix, so HasPrefix never matched and every\ndownload — image, video, voice note, document — was rejected with\n\"invalid chat directory: path\n[…]\nf the\ncontainment check share a coordinate system. Adds regression tests\ncovering both the legitimate-JID and ../ traversal paths.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: absolutise storeDir before path-traversal check in Download",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-05-11T18:17:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "394973a131d612499cc9acac973ee9e0358ae58d",
"body": "`parseRecipient` and `normalizeRecipientToChatJID` now strip a leading\n`+` on the bare-number path and reject non-digit input with a clear\n`recipient: ...` error, replacing the prior silent misroute when callers\npassed E.164-with-plus (e.g. `+447967960994`). The fix is shared via a\nnew `client.Norma\n[…]\nlicit\n `mcp.Enum` registrations matching their documented values.\n\nNo handler logic, tool names, or parameter types were changed.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: normalise recipient input, full tool-description compliance pass",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-05-10T20:14:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "187aca4712c5aa3f388e84409ed8fe50acbeb1a0",
"body": "…ives, prereqs)\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: enrich tool descriptions for Glama score (side effects, alternat…",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-05-03T15:04:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "16c8c376f48461a986d4d00df84a5c1eb844ef69",
"body": "- download.go: validate chatDir stays under store root before mkdir;\n use security.SafeFilename for the filename component.\n- audio.go: expand child-process env from PATH-only to\n PATH+TMPDIR+TEMP+TMP+HOME via minimalEnv(), preventing breakage on\n macOS where TMPDIR is a user-specific /var/folder\n[…]\n audio_test.go: add TestMinimalEnv verifying sentinel exclusion and\n PATH inclusion; trim stale comments from env isolation test.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: path traversal guard in Download, expand ffmpeg env allowlist",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-05-02T21:52:57Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b1940db09e63c1622f36c14f9d6d7ba65148a723",
"body": "…ms, log redaction\n\n- Restrict ffmpeg child process to PATH-only environment (audio.go) so that\n credentials, tokens and other sensitive env vars from the parent process are\n not inherited by the subprocess.\n- Tighten downloaded media directory permissions from 0o755 to 0o700\n (download.go) so on\n[…]\ned msgID into the persistSent success log in send.go.\n- Add TestRedactor_MsgID_* tests and TestConvertToOpusOgg_EnvIsolation test.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: harden remaining security issues — ffmpeg env isolation, dir per…",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-05-02T21:39:53Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "97c3565495730e2e5225ba48718591042393cfd1",
"body": "- Fix downloaded media file permissions from 0644 to 0600\n- Cap list_messages limit to 100, context_before/after to 20\n- Sanitise ffmpeg stderr to strip file paths before returning to caller\n- Add CSRF token validation on /pair/reset (single-use tokens)\n- Resolve \"localhost\" via DNS in isLoopbackAddr instead of trusting string\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: harden security — CSRF, file perms, input caps, stderr sanitisation",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-05-02T21:31:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1ec0577b1dbe13664738bd01355e9f3abe68507c",
"body": "Adds .claude/commands/release.md — a slash command that automates the\nfull release checklist (lint, test, tag, push, gh release create).\nCLAUDE.md now points to /release instead of listing manual steps.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "build: add /release command, simplify versioning docs in CLAUDE.md",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-05-02T17:13:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "41f578f5b26e75364e7b4b58e79273ad0cc35359",
"body": "mcp-go defaults every tool to destructiveHint=true, readOnlyHint=false.\nThis caused Glama to flag 4 tools as grade B (get_privacy_settings,\nblock_contact, edit_message, send_typing) due to misleading annotations\nand sparse descriptions.\n\nChanges:\n- 12 read-only tools now correctly declare readOnlyHi\n[…]\nmproved descriptions for the 4 B-graded tools with side-effect\n disclosure, usage guidance, and cross-references to related tools\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: set correct MCP tool annotations and improve B-graded descriptions",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-05-02T17:12:28Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5375080899967a3eb350670c8a88c7c8d1928a8f",
"body": "Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add glama.json server metadata",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-05-02T16:58:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cdc76ef993fc42382e5ac85cf943175e57985c22",
"body": "Makefile now passes `git describe --tags` via -ldflags so the binary\nreports its version from the nearest git tag. Added versioning section\nto CLAUDE.md documenting the semver workflow and bump rules.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "build: inject version from git tags, add semver workflow to CLAUDE.md",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-05-02T16:50:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "067672f661561731ae3b0e5e09160612af430ad9",
"body": "Picks up security hardening (constant-time HMAC, Noise cert validation,\nCBC length checks), retry receipt panic fix, and TCToken lifecycle.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "deps: upgrade whatsmeow to 7514259 (27 Apr 2026)",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-28T22:36:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "652fe0de9ef9ddaf4ad739e450363b3e9845e733",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T23:17:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e989ec56858f0b114eee4c68e6cb28fc424c0ca9",
"body": "Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add Go Report Card, CI, whatsmeow, MCP, tools badges",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T23:15:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f5ef140e5c516270f0828693cd2d3546ff8b6bb8",
"body": "Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "style: fix gofmt formatting in 6 files",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T23:10:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e86da178000809db26b51bbf93e03ee36129a626",
"body": "Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add Glama MCP server score badge to README",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T23:07:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1d1b007258bc0b15a0ff8ae7733c0723f71186db",
"body": "…iptions\n\n- README: rewrite opening (HTTP daemon, not stdio), promote /pair as\n primary pairing flow, fix architecture section (7 packages), update\n process lifecycle, replace old command/args config example, fix\n troubleshooting tips.\n- CLAUDE.md, CONTRIBUTING.md, logger.go, smoke.go: remove rem\n[…]\nssing\n arg descriptions on message_id/media_path/body/emoji/query fields.\n- get_status hint now points to /pair instead of login.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "review(docs+mcp): purge stale stdio refs, fill missing tool arg descr…",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T21:55:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "38ddba40fd5751214ed2ab929208c27dc80136d0",
"body": null,
"is_bot": false,
"headline": "Merge W3: collapse Connect variants into Connect(ctx, ConnectOpts)",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T21:38:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "368faf7e9867164976e7a3fabb220a8895708167",
"body": null,
"is_bot": false,
"headline": "Merge W1: remove reflection, extract normalizeIncomingMessage",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T21:38:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba4cc3222991e1719c61d3b51d3420823d9a0864",
"body": null,
"is_bot": false,
"headline": "Merge W5: partial-debug redaction, media URL redaction",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T21:38:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19813213ffa667ab2c4749c8ee6671afe6e6b673",
"body": null,
"is_bot": false,
"headline": "Merge W4: embed pair templates, rate-limit /pair/*",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T21:38:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bed3d9bd9276145aba54631955627a419c26bed1",
"body": null,
"is_bot": false,
"headline": "Merge W2: split tools.go by domain",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T21:36:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "905b8f9c96547f7e108a258a14f66f97ff62664c",
"body": "- Replace `conversation interface{}` in GetChatName with the concrete\n `*waHistorySync.Conversation` type; access DisplayName/Name via typed\n getters instead of reflect.ValueOf/FieldByName.\n- Remove the `reflect` import entirely.\n- Extract normalizeIncomingMessage covering sender LID resolution, c\n[…]\nnder, group vs direct\n chat, is_from_me with ownID fallback, media attachment, nil message,\n and standard (non-LID) direct chat.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "review(events): remove reflection, extract normalizeIncomingMessage",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T21:35:41Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "233ddffd947882ff1a9d362d0e02367777d006fa",
"body": "Extract inline HTML from pair_handler.go into embedded templates\n(pair.html.tmpl, pair_success.html.tmpl) rendered via html/template\nso {{.CSRFToken}} is auto-escaped. Add a process-local token-bucket\nrate limiter (ratelimit.go) keyed by endpoint path string, applied to\nall three /pair* handlers: GET /pair 5/min, GET /pair/qr.png 10/min,\nPOST /pair/reset 1/min. Denied requests get 429 + Retry-After header.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "review(daemon): embed pair templates, rate-limit /pair/*",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T21:27:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2f6c09681ce24bd9d09dad990fd0c93622858e02",
"body": "Replace Connect(ctx) and ConnectForPairing(ctx) with a single\nConnect(ctx, ConnectOpts) method. ConnectOpts.AllowUnpaired controls\nwhether an unpaired device is rejected (default) or allowed through\nfor the QR pairing flow. Update the production_driver caller\naccordingly. Add two unit tests for the guard logic.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "review(client): collapse Connect variants into Connect(ctx, ConnectOpts)",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T21:26:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f48b2fc512088a7ae30db0c7291252d860418d12",
"body": "Split the monolithic tools.go into domain-specific files matching the\nexisting convention used by tools_groups.go, tools_media.go, and\ntools_privacy.go:\n\n- tools_query.go — read-only tools (list_chats, get_chat, list_messages,\n get_message_context, search_contacts, get_status,\n\n[…]\nTools/registerPrivacyTools/registerMediaTools.\n\nAdded TestToolsByDomain to verify at least one tool per domain file is\nregistered.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(mcp): split tools.go by domain",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T21:26:23Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "547af9cbe8cdbb2080b69675c0595b0f36f057c6",
"body": "Add Redactor.URL() that strips CDN paths in non-debug mode and passes\nthrough in debug. Extend Body() to mask phone digit runs (10+ digits)\nin debug output via \"****<last5>\". Extend JID() debug path to mask\nphone-number user-parts similarly. Apply URL redaction to the media\nupload log line in send.go.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "review(security): partial-debug redaction, media URL redaction in logs",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T21:25:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4a016d6b747fb1bdefc855b74756f3015e9b9e73",
"body": null,
"is_bot": false,
"headline": "docs: spec + plan for 8 review follow-ups",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T21:18:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce6075fae62739c2e22f27b87ef913fa2c249a77",
"body": null,
"is_bot": false,
"headline": "Merge workstream B: MCP descriptions, common helpers, required chat_jid",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T20:38:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad7fec16213783133d3a423db7a8c330c700231a",
"body": null,
"is_bot": false,
"headline": "Merge workstream C: housekeeping (blocklist split, -version, docs)",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T20:38:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f2d71ddd45841d1a8afe34c580180b7ddb19f9b",
"body": "…_jid\n\nAdd internal/mcp/common.go with a style-guide doc comment plus three\nshared primitives that the tool handlers now reuse:\n\n- `jidDesc` / `recipientDesc` — single-source wording for WhatsApp JID\n and send-target argument schemas, applied to every `chat_jid`,\n `recipient`, `sender_jid`, and `s\n[…]\nols_test.go gains TestToolDescriptions_StyleGuide (non-empty,\n trailing period) and TestRequestSyncRequiresChatJID (belt-and-\n braces for the new Required() flag).\n\n`make test` and `make vet` green.",
"is_bot": false,
"headline": "review(mcp): shared helpers, tighter tool descriptions, required chat…",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T20:37:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "29509219acf6343921d0e04a31fd00ade2422ee9",
"body": "…tor UX\n\nWorkstream A of the 2026-04-18 review-cleanup plan.\n\n- /pair/reset now enforces same-origin POST (Origin, Referer fallback) and\n a process-lifetime CSRF token embedded in the /pair paired page. Missing\n Origin, cross-origin, and wrong-token requests all return 403 without\n calling Logout\n[…]\nhe device is unpaired.\n- Lock acquisition error now names the lock path and hints at the stale-\n lock recovery step while preserving errors.Is(err, ErrLocked).\n\nmake test / test-race / vet all green.",
"is_bot": false,
"headline": "review(security): CSRF, remote auth, store perms, ffmpeg guard, opera…",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T20:34:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fc9c2c400fb1d6fb54fe7bb4af9a6860d20de8be",
"body": "…p, HTTP doc drift\n\nWorkstream C from docs/superpowers/plans/2026-04-18-review-cleanup.md.\n\n- Move GetBlocklist, BlockContact, UnblockContact, updateBlocklist out of\n internal/client/features_groups.go into a new features_blocklist.go.\n parseParticipantJID stays in features_groups.go because Creat\n[…]\n line\n clarified ('Non-interactive boot check (CI): opens store + builds MCP\n server without connecting').\n\nmake test vet green.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "review(housekeeping): split blocklist file, -version, login/smoke hel…",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T20:32:17Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b77f8e072a0d91bb94c432019cd4b8b661bf2ba6",
"body": null,
"is_bot": false,
"headline": "test(e2e): migrate harness from stdio to HTTP transport",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T20:17:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d74cb01e6d6e4035a5b1b299484a56712fd9a2df",
"body": "…QR flow",
"is_bot": false,
"headline": "fix(client): add ConnectForPairing to bypass paired-device guard for …",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T20:17:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a54588ffca60031b3929cd37cd67d612c1aad38e",
"body": "…ck guard\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(serve): rewrite as HTTP daemon with -addr/-allow-remote + loopba…",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T20:10:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3e21d4b15dba93f48b821eaad9af83fe266953ba",
"body": "…istener\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(daemon): orchestrator Server with pairing state machine + HTTP l…",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T20:06:58Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dae905486dd0cff515edb0c94f3fc23582d90446",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(daemon): PairCache + /pair HTTP handlers + QR PNG renderer",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T20:03:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5cb9a1610429c939238c33f4330ac73f9cd08720",
"body": "…rs, vendor go-qrcode\n\nAdd WAL journal mode + busy timeout to messages.db DSN, append WAL assertion\ntest to store_test.go, and add IsLoggedIn/QRChannel/Logout/IsConnected helpers\nto *Client. Vendor github.com/skip2/go-qrcode for the forthcoming QR renderer.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(foundation): enable WAL on messages.db, add Client pairing helpe…",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T19:56:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8469b831e3506479b95d9bd0d305a88ab0fd04f4",
"body": "…templates)",
"is_bot": false,
"headline": "docs: HTTP daemon model (MCP URL configs, browser pairing, lifecycle …",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T19:55:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a00e391d10f24ed045db07f50f25ec7b0812579a",
"body": null,
"is_bot": false,
"headline": "refactor(mcp): swap ServeStdio for AttachHTTP; temporary serve.go stub",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T19:55:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "827fac3ae110b168acb8656efac76bcecac66193",
"body": null,
"is_bot": false,
"headline": "docs: launchd/systemd/Claude Code hook templates for the daemon",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T19:55:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7142ba695835af32e0242219ee68f446ae90b0fc",
"body": "… /pair)",
"is_bot": false,
"headline": "docs: always-on daemon implementation plan (8 tasks, HTTP transport +…",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T19:50:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ed73f449cd1e199165a2854c2bd575d5a49cf64",
"body": "…/systemd templates)",
"is_bot": false,
"headline": "docs: always-on daemon design spec (HTTP MCP, /pair endpoint, launchd…",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T19:42:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d2e6d49a29f295692f619cd16a1e531e17092b0",
"body": "…TSAPP_MCP_DEBUG\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(security): thread Redactor through client, add -debug flag + WHA…",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T19:16:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "06a5ee3444a3c240a0e5550463b49a2b43a651d8",
"body": null,
"is_bot": false,
"headline": "fix(security): slice JID user-part by rune, not byte",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T19:13:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e617582abd104f1372da24995f589f874aff6317",
"body": "Wire security.ValidateMediaPath into send_file and send_audio_message\nMCP tools and the attachMedia call-site; sanitise incoming document\nfilenames via security.SafeFilename; add defensive filepath.Base in\ndownload path; resolve allowed media root in serve.go at startup.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(security): validate media_path and sanitise received filenames",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T19:12:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1390ce2442378c8ea02b581a71c1d4cf21345989",
"body": "…disclaimer",
"is_bot": false,
"headline": "docs: sending files, debug logging, redaction honesty, unaffiliation …",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T19:09:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2db18034cfadd169f679a84703b6e595c0130295",
"body": "…lpers\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(security): add internal/security package with path + redactor he…",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T19:04:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "396262e72011a854c02a64d479acbb5b8adcf238",
"body": null,
"is_bot": false,
"headline": "docs: security-guards implementation plan",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T19:00:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c968a6f3c3f38732f36a335683ffe2c63dde0f44",
"body": "…feFilename, Redactor)",
"is_bot": false,
"headline": "docs: security-guards design spec (port-forward validateMediaPath, Sa…",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T18:54:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "761a16235e9eaa389ef4212c2816674b2081f8f5",
"body": "…ection\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: honest background-service trade-offs and Running continuously s…",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T18:43:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dce7f008e5d584b07dd869241ba280399547b253",
"body": "Trim inherited-fork repetition in the intro, drop broken example-use.png\nreference, fix the 39→41 tool-count drift, soften the \"every 20 days\"\nre-auth claim, delete the duplicate Media Handling section, and\nstandardise headings to sentence case. Windows CGO setup moves to\ndocs/windows.md so the main Setup flow stays linear.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: rewrite README, move Windows notes to docs/",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T18:41:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7794c8cd58618663d6192195ac0d8c893db7592b",
"body": "Bumps [filippo.io/edwards25519](https://github.com/FiloSottile/edwards25519) from 1.1.0 to 1.1.1.\n- [Commits](https://github.com/FiloSottile/edwards25519/compare/v1.1.0...v1.1.1)\n\n---\nupdated-dependencies:\n- dependency-name: filippo.io/edwards25519\n dependency-version: 1.1.1\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 (#13)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-18T18:27:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4d56b15c0984c0d59b33308b1a19f6a02f5f600",
"body": "Complete Python→Go rewrite. Replaces the Python MCP server + Go HTTP bridge\narchitecture with a single Go binary speaking MCP over stdio.\n\nPost-merge follow-up: the old bridge had validateMediaPath()/redactJID() path-traversal\nand log-redaction guards that haven't been ported to internal/client/send.go — still\nrelevant under the lethal-trifecta threat model, worth porting forward in a follow-up.\n\n# Conflicts:\n#\t.gitignore\n#\tCLAUDE.md\n#\tREADME.md\n#\twhatsapp-bridge/main.go",
"is_bot": false,
"headline": "Merge branch 'claude/review-whatsmeow-features-lnFlK' into main",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T18:22:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca8490d3d1d3b36c596045699bcababbbf7759d2",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: remove Python references after integrating upstream features",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T18:19:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6df5b6edef32e74b10c2c1947346fbce3574c254",
"body": "Phase 4 — moves poll voting out of Deferred. Tool count 39 → 41.\n\nThe old send_poll built PollCreationMessage by hand, omitting\nMessageContextInfo.MessageSecret; votes on those polls could never\nbe decrypted. Now uses c.wa.BuildPollCreation which generates the\n32-byte secret. Existing polls created \n[…]\nest-parity tracks BuildPollCreation / BuildPollVote /\nEncryptPollVote / DecryptPollVote (total 36).\n\ngo test -race ./... and parity both green.\n\nhttps://claude.ai/code/session_01JS2QXytvPfrpSex9SGK3HC",
"is_bot": false,
"headline": "feat(polls): vote + tally, fix silent SendPoll crypto bug",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2026-04-18T18:18:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1cbcbafcbc6a4e13b0ed6d1cfc991b0a38a4d4df",
"body": "- README.md: reorganised the MCP Tools section into 7 sub-tables\n (read/query, send, message actions, groups, blocklist, privacy,\n admin) covering all 39 tools. Added a Deferred subsection listing\n poll voting, subscribe_presence, profile-photo setter, and\n approval-mode group ops with the reaso\n[…]\nne\n pointers to features_groups.go, features_media.go (+ vcard.go,\n send.go), and features_privacy.go.\n\nNo code changes. go test ./... green.\n\nhttps://claude.ai/code/session_01JS2QXytvPfrpSex9SGK3HC",
"is_bot": false,
"headline": "docs: reflect 39-tool surface across README + CLAUDE.md",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2026-04-18T18:18:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5cff1cb0e4d0a489e74bc3e2287743a8e844ff57",
"body": "Phase 3 of the Phase 0–3 feature plan. Tool count 35 → 39.\n\nNew tools:\n- send_presence(state) — own availability, \"available\" or \"unavailable\"\n (distinct from per-chat send_typing).\n- get_privacy_settings() — returns JSON of the user's current settings.\n Upstream types.PrivacySettings lacks JSON t\n[…]\nsmeow methods (SendPresence,\n GetPrivacySettings, SetPrivacySetting, SetStatusMessage) → 32 total.\n\ngo test -race ./... and parity both green.\n\nhttps://claude.ai/code/session_01JS2QXytvPfrpSex9SGK3HC",
"is_bot": false,
"headline": "feat(presence,privacy,status): add 4 new MCP tools",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2026-04-18T18:18:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "57f30e88fcb7a3e926c8902254acd7503bb2c3cf",
"body": null,
"is_bot": false,
"headline": "docs: remove personal integration references from CLAUDE.md",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T18:02:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4ea996bcd1a801058d4d791e9df2a86b2f64c1c",
"body": "# Conflicts:\n#\tCLAUDE.md\n#\tLICENSE\n#\tREADME.md\n#\twhatsapp-bridge/main.go",
"is_bot": false,
"headline": "Merge branch 'claude/security-review-YAprn' into main",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T16:56:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3966d30392e26088c71c631a139c586f45e97721",
"body": "Phase 2 of the Phase 0–3 feature plan.\n\nNew tools (tool count 33 → 35):\n- send_poll(recipient, question, options[], selectable_count?) — builds\n waE2E.PollCreationMessage. EncKey is populated by whatsmeow during\n SendMessage serialisation.\n- send_contact_card(recipient, name, phone, vcard?) — synt\n[…]\n guards.\n- internal/mcp/tools_test.go — registered-tool list now asserts 35.\n\ngo test -race ./... and bash scripts/mdtest-parity.sh both green.\n\nhttps://claude.ai/code/session_01JS2QXytvPfrpSex9SGK3HC",
"is_bot": false,
"headline": "feat(polls,contacts,view_once): add 2 new MCP tools + per-message flag",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2026-04-18T16:52:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "18b2dc294b5d68fb292cbfdaa4821375b476f0d3",
"body": "- LICENSE, CLAUDE.md, README.md: remove personally identifying content\n and Claude-Desktop-specific setup inherited from upstream; make the\n MCP client instructions client-agnostic and drop the example\n screenshot.\n- whatsapp-bridge/main.go: harden the local HTTP API surface before\n publication:\n[…]\nnot be coerced into reading arbitrary files.\n * Redact message bodies and JIDs from stdout logs.\n- .gitignore: exclude compiled Go binaries.\n\nhttps://claude.ai/code/session_01KBRk5sfnNKLg6B4wp9PPn3",
"is_bot": false,
"headline": "chore: scrub personal references and harden bridge for public release",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2026-04-18T16:48:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "02bce978d2eb0cb0912c4a2ec24b8fcac88c0d57",
"body": "Phase 1 of the Phase 0–3 feature plan.\n\nClient methods (internal/client/features_groups.go):\n- CreateGroup / LeaveGroup / ListJoinedGroups / GetGroupInfoJSON\n- UpdateGroupParticipants (action enum: add/remove/promote/demote)\n- SetGroupName / SetGroupTopic / SetGroupAnnounce / SetGroupLocked\n- GetGro\n[…]\n tool count 20 → 33\n- mdtest-parity.sh grows by 12 tracked whatsmeow methods\n\ngo test -race ./... and bash scripts/mdtest-parity.sh both green.\n\nhttps://claude.ai/code/session_01JS2QXytvPfrpSex9SGK3HC",
"is_bot": false,
"headline": "feat(groups,blocklist): add 14 new MCP tools",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2026-04-18T16:43:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1ecef0c587150facaa33dad7c9e5b55aad20245e",
"body": "The gofmt step in .github/workflows/ci.yml was failing on four files\n(internal/client/client.go, download.go, history.go and\ninternal/store/store.go). Formatting-only changes — no behaviour diff.\n\nhttps://claude.ai/code/session_01JS2QXytvPfrpSex9SGK3HC",
"is_bot": false,
"headline": "style: gofmt -w to unblock CI",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2026-04-18T16:33:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b67269941e4d576d80b312c7f58426fb1ae0c61c",
"body": "Seed adds a @lid-only chat row so SearchContacts' @lid filter has\nsomething to exclude. New assertions cover:\n- Chat.is_group true for @g.us rows, false for direct\n- Message.is_group true for group messages\n- SearchContacts excludes @lid rows alongside @g.us\n\nhttps://claude.ai/code/session_01JS2QXytvPfrpSex9SGK3HC",
"is_bot": false,
"headline": "test: cover is_group field + @lid contact exclusion",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2026-04-18T16:17:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89f8f8398ac9c25fe2418b23e72830e20c9af841",
"body": "- internal/store: Chat/Message/Contact gain json tags and an explicit\n is_group boolean so MCP consumers no longer have to parse JID\n suffixes. Message.sender_phone exposes the resolved phone for group\n senders. SearchContacts drops @lid rows alongside @g.us.\n- README: add mark_chat_read + get_st\n[…]\nw 19). Retain main's badge row and single-binary framing.\n- CLAUDE.md: shorten, drop fork framing, keep feature→file map.\n\ngo test ./... green.\n\nhttps://claude.ai/code/session_01JS2QXytvPfrpSex9SGK3HC",
"is_bot": false,
"headline": "tighten MCP surface: JSON tags, is_group, @lid scrub, doc updates",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2026-04-18T16:15:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "74f8db822f5ea4dcdee06ca3de72a4eb174f93a1",
"body": "Compressed changelog:\n\n- cmd/whatsapp-mcp: login / serve / smoke subcommands. serve speaks MCP\n stdio via github.com/mark3labs/mcp-go; login isolates the QR-code flow\n so stdout stays clean for the MCP client.\n- internal/client: wraps whatsmeow with stderr-only logger, event\n dispatch, send/downl\n[…]\nst ./... green.\n\nMerged origin/main docs changes and retained the badge row; README\nand CLAUDE.md rewritten to describe the single-binary flow.\n\nhttps://claude.ai/code/session_01JS2QXytvPfrpSex9SGK3HC",
"is_bot": false,
"headline": "phases 2–7: MCP server, new feature tools, single-instance lock",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2026-04-18T16:11:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "732f7d3a2a003af83d6757fe237b5711a5be3aea",
"body": "…ow-features-lnFlK",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into claude/review-whatsme…",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2026-04-18T16:03:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1e6103911999001c99a8d12fbcf118350a3de93",
"body": "The ported SQL always SELECTed latest_msg columns even when the LEFT JOIN\nwas omitted; swap to emit NULL literals when the join is disabled so both\nbranches produce the same projection. Regression surfaced by unit tests.\n\nhttps://claude.ai/code/session_01JS2QXytvPfrpSex9SGK3HC",
"is_bot": false,
"headline": "fix ListChats/GetChat with includeLastMessage=false",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2026-04-18T15:55:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a36226c60d799684ee4f73cdace8c1a656d8572",
"body": "- Drop whatsapp-bridge/ Go module; init github.com/sealjay/mcp-whatsapp at root\n- internal/store: schema, LID resolution, queries (ported from Python), formatting\n- internal/media: ogg analysis, placeholder waveform, ffmpeg shell-out\n- Makefile: build/test/lint/smoke targets\n- .github/workflows/ci.y\n[…]\ne\n- scripts/mdtest-parity.sh: guards against upstream whatsmeow method removals\n\ninternal/client is in-flight and will land in the next commit.\n\nhttps://claude.ai/code/session_01JS2QXytvPfrpSex9SGK3HC",
"is_bot": false,
"headline": "phase 1: restructure into single Go module with internal/ packages",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2026-04-18T15:51:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "165e368a2a90d04d62f9ad4253a8af2390f41578",
"body": "…xKC7t",
"is_bot": false,
"headline": "Merge pull request #10 from Sealjay/claude/update-readme-consistency-…",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-04-18T15:38:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bcca09b48c554913ea77fb024d00444cdcdcd12",
"body": "Restructure README to match the style used across other Sealjay\nrepos: add badge row, flatten Installation into Setup, split out\nPlatform notes, add Limitations, Contributing, and Licence sections,\nfold Technical Details into Architecture as Data flow, and fix\ninherited typos (Whatsapp, meda, \"you w\n[…]\n whatsmeow is explicit for contributors.\n\nAdd a 2026 Chris Lloyd-Jones copyright line to LICENSE alongside\nthe original Luke Harries copyright.\n\nhttps://claude.ai/code/session_01Mxai6Yqau5bvMbYrCj69d4",
"is_bot": false,
"headline": "docs: restyle README, add CONTRIBUTING, attribute LICENCE",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2026-04-18T15:37:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9a9ce9614b9dd445831085bef4fa80fcb0e80dd9",
"body": "Describe the project as started as a fork and now an updated\nimplementation using similar ideas, rather than an ongoing fork.\nRemove the email updates sign-up inherited from upstream.\n\nhttps://claude.ai/code/session_01Mxai6Yqau5bvMbYrCj69d4",
"is_bot": false,
"headline": "docs: reframe fork notice and drop stale updates link",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2026-04-18T15:31:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "769a6d3990cac938b0f3fcad2f93f5822fb0cf57",
"body": "…h11-0.16.0\n\nBump h11 from 0.14.0 to 0.16.0 in /whatsapp-mcp-server",
"is_bot": false,
"headline": "Merge pull request #6 from Sealjay/dependabot/uv/whatsapp-mcp-server/…",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-03-28T20:41:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3cfe8d566b9fd0c08cdde47aa258e4941374d32",
"body": "Bumps [h11](https://github.com/python-hyper/h11) from 0.14.0 to 0.16.0.\n- [Commits](https://github.com/python-hyper/h11/compare/v0.14.0...v0.16.0)\n\n---\nupdated-dependencies:\n- dependency-name: h11\n dependency-version: 0.16.0\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump h11 from 0.14.0 to 0.16.0 in /whatsapp-mcp-server",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-28T20:40:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a775dbf01199e56083cfd56a326510010737dce5",
"body": "…urllib3-2.6.3\n\nBump urllib3 from 2.3.0 to 2.6.3 in /whatsapp-mcp-server",
"is_bot": false,
"headline": "Merge pull request #1 from Sealjay/dependabot/uv/whatsapp-mcp-server/…",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-03-28T20:39:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0c05a469a3e57f14b9a3f8f8b5e6b46aaf9cf61",
"body": "…starlette-0.49.1\n\nBump starlette from 0.46.1 to 0.49.1 in /whatsapp-mcp-server",
"is_bot": false,
"headline": "Merge pull request #2 from Sealjay/dependabot/uv/whatsapp-mcp-server/…",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-03-28T20:39:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "358ab5c846923fb4be39b053940d7b85942e015e",
"body": "…mcp-1.23.0\n\nBump mcp from 1.6.0 to 1.23.0 in /whatsapp-mcp-server",
"is_bot": false,
"headline": "Merge pull request #3 from Sealjay/dependabot/uv/whatsapp-mcp-server/…",
"author_name": "Chris Lloyd-Jones",
"author_login": "Sealjay",
"committed_at": "2026-03-28T20:39:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cde3b6df101912f656810b7cd0c5c27b018fcec9",
"body": "Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.3.0 to 2.6.3.\n- [Release notes](https://github.com/urllib3/urllib3/releases)\n- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)\n- [Commits](https://github.com/urllib3/urllib3/compare/2.3.0...2.6.3)\n\n---\nupdated-dependencies:\n- dependency-name: urllib3\n dependency-version: 2.6.3\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump urllib3 from 2.3.0 to 2.6.3 in /whatsapp-mcp-server",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-28T20:37:33Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 109,
"latest_release_at": "2026-07-18T23:55:01Z",
"latest_release_tag": "v0.4.1",
"releases_from_tags": false,
"days_since_last_push": 9,
"active_weeks_last_year": 10,
"days_since_latest_release": 9,
"mean_days_between_releases": 15.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/sealjay/mcp-whatsapp",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/sealjay/mcp-whatsapp",
"is_deprecated": false,
"latest_version": "v0.4.1",
"repository_url": "https://github.com/sealjay/mcp-whatsapp",
"versions_count": 6,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-18T23:54:02Z",
"latest_version_yanked": null,
"days_since_latest_publish": 9
}
]
},
"popularity": {
"forks": 4,
"stars": 5,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-04-22",
"count": 1
},
{
"date": "2026-05-06",
"count": 1
},
{
"date": "2026-07-01",
"count": 1
},
{
"date": "2026-07-21",
"count": 1
}
],
"complete": true,
"collected": 4,
"total_forks": 4
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 17211,
"source_files_sampled": 86,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 5731
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.54.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5932"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 20
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 29,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/mark3labs/mcp-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.56.0"
},
{
"name": "github.com/mattn/go-sqlite3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.14.48"
},
{
"name": "github.com/mdp/qrterminal",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.1"
},
{
"name": "github.com/skip2/go-qrcode",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20200617195104-da1b6568686e"
},
{
"name": "go.mau.fi/whatsmeow",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260718134955-fac667d55293"
},
{
"name": "google.golang.org/protobuf",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/mark3labs/mcp-go",
"direct": true,
"version": "v0.56.0",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-sqlite3",
"direct": true,
"version": "v1.14.48",
"ecosystem": "go"
},
{
"name": "github.com/mdp/qrterminal",
"direct": true,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/skip2/go-qrcode",
"direct": true,
"version": "v0.0.0-20200617195104-da1b6568686e",
"ecosystem": "go"
},
{
"name": "go.mau.fi/whatsmeow",
"direct": true,
"version": "v0.0.0-20260718134955-fac667d55293",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": true,
"version": "v1.36.11",
"ecosystem": "go"
},
{
"name": "filippo.io/edwards25519",
"direct": false,
"version": "v1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/beeper/argo-go",
"direct": false,
"version": "v1.1.2",
"ecosystem": "go"
},
{
"name": "github.com/coder/websocket",
"direct": false,
"version": "v1.8.15",
"ecosystem": "go"
},
{
"name": "github.com/elliotchance/orderedmap/v3",
"direct": false,
"version": "v3.1.0",
"ecosystem": "go"
},
{
"name": "github.com/google/jsonschema-go",
"direct": false,
"version": "v0.4.2",
"ecosystem": "go"
},
{
"name": "github.com/google/uuid",
"direct": false,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-colorable",
"direct": false,
"version": "v0.1.15",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": false,
"version": "v0.0.22",
"ecosystem": "go"
},
{
"name": "github.com/petermattis/goid",
"direct": false,
"version": "v0.0.0-20260713124913-97594f28f5ca",
"ecosystem": "go"
},
{
"name": "github.com/rs/zerolog",
"direct": false,
"version": "v1.35.1",
"ecosystem": "go"
},
{
"name": "github.com/santhosh-tekuri/jsonschema/v6",
"direct": false,
"version": "v6.0.2",
"ecosystem": "go"
},
{
"name": "github.com/spf13/cast",
"direct": false,
"version": "v1.7.1",
"ecosystem": "go"
},
{
"name": "github.com/vektah/gqlparser/v2",
"direct": false,
"version": "v2.5.36",
"ecosystem": "go"
},
{
"name": "github.com/yosida95/uritemplate/v3",
"direct": false,
"version": "v3.0.2",
"ecosystem": "go"
},
{
"name": "go.mau.fi/libsignal",
"direct": false,
"version": "v0.2.2",
"ecosystem": "go"
},
{
"name": "go.mau.fi/util",
"direct": false,
"version": "v0.9.12-0.20260717235539-f9ffa7eca58d",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.54.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/exp",
"direct": false,
"version": "v0.0.0-20260709172345-9ea1abe57597",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.57.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": false,
"version": "v0.22.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.47.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.40.0",
"ecosystem": "go"
},
{
"name": "rsc.io/qr",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 29,
"direct_count": 6,
"indirect_count": 23
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 16,
"open_issues": 2,
"closed_ratio": 0.778,
"closed_issues": 7,
"closed_unmerged_prs": 4
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "Sealjay",
"commits": 83,
"avatar_url": "https://avatars.githubusercontent.com/u/19361656?v=4"
},
{
"type": "User",
"login": "lharries",
"commits": 23,
"avatar_url": "https://avatars.githubusercontent.com/u/22766134?v=4"
},
{
"type": "User",
"login": "claude",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/81847?v=4"
},
{
"type": "User",
"login": "myi1",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/78064250?v=4"
},
{
"type": "User",
"login": "cs4alhaider",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/26744246?v=4"
},
{
"type": "User",
"login": "alain-sv",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/193224190?v=4"
},
{
"type": "User",
"login": "aastroza",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/8590877?v=4"
},
{
"type": "User",
"login": "eltociear",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/22633385?v=4"
}
],
"contributors_sampled": 8,
"top_contributor_share": 0.643
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 3,
"reason": "2 out of 6 merged PRs checked by a CI test -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 1,
"reason": "Found 4/30 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 4 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "28c0ae2fbf7882ca600c2b6b0b0d8c3fce4a04d9",
"ran_at": "2026-07-28T03:46:08Z",
"aggregate_score": 4.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-27T07:29:55Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-07T19:22:29Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 28,
"created_at": "2026-07-26T06:43:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 29,
"created_at": "2026-07-27T07:28:59Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Sealjay/mcp-whatsapp",
"host": "github.com",
"name": "mcp-whatsapp",
"owner": "Sealjay"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"security": 60,
"vitality": 78,
"community": 40,
"governance": 63,
"engineering": 72
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 78,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"commits_last_year": 109,
"human_commit_share": 0.97,
"days_since_last_push": 9,
"active_weeks_last_year": 10
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 9 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "10/52 weeks with commits",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 10
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "109 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 109
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 6,
"latest_release_tag": "v0.4.1",
"releases_from_tags": false,
"days_since_latest_release": 9,
"mean_days_between_releases": 15.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 9 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~15.5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 15.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 9,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 9 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 9
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 40,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 14,
"inputs": {
"forks": 4,
"stars": 5,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "5 stars",
"points": 9.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 5
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "4 forks",
"points": 4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 4
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 63,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 8,
"top_contributor_share": 0.643
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 64% of commits",
"points": 8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 64
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "8 contributors",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 8
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"merged_prs": 16,
"open_issues": 2,
"closed_issues": 7,
"issue_closed_ratio": 0.778,
"closed_unmerged_prs": 4
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "78% of issues closed",
"points": 36.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 78
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "16/20 decided PRs merged",
"points": 30.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 16,
"decided": 20
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/30 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 58,
"inputs": {
"followers": 73,
"owner_type": "User",
"is_verified": null,
"owner_login": "Sealjay",
"public_repos": 31,
"account_age_days": 3726
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "73 followers of Sealjay",
"points": 13.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 73,
"login": "Sealjay"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "31 public repos, account ~10 yr old",
"points": 23,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 31
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/sealjay/mcp-whatsapp"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 9
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 9 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 9
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "6 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 6
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 72,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "2 out of 6 merged PRs checked by a CI test -- score normalized to 3",
"points": 6,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"mcp",
"whatsapp",
"claude",
"go",
"golang",
"llm",
"model-context-protocol",
"sqlite",
"whatsmeow",
"mcp-server"
],
"has_wiki": true,
"homepage": "https://sealjay.com",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://sealjay.com",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "10 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 10
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 60,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 50,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "2 out of 6 merged PRs checked by a CI test -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 4/30 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 29 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 29
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 29,
"unassessed_packages": 0,
"affected_by_severity": "unknown 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 29,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 16
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "excellent",
"name": "AI Readiness",
"value": 85,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.897,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 5731
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "87 of 97 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 87,
"sampled": 97
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.51,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.03
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "51 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 51,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "3 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 3,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 17211,
"source_files_sampled": 86,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/86 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 86,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-28T03:46:18.287816Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/Sealjay/mcp-whatsapp.svg",
"full_name": "Sealjay/mcp-whatsapp",
"license_state": "standard",
"license_spdx": "MIT"
}