Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 874,
"has_wiki": true,
"homepage": null,
"languages": {
"Shell": 530,
"JavaScript": 56326,
"TypeScript": 120902
},
"pushed_at": "2026-07-20T07:21:58Z",
"created_at": "2026-07-15T06:28:34Z",
"owner_type": "User",
"updated_at": "2026-07-20T18:19:59Z",
"description": "Drive the Cursor AI agent from a chat app (GitHub Issues / Telegram / Teams). Pluggable transport adapters + local daemon + MCP tools + hooks.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript",
"JavaScript"
]
},
"owner": {
"blog": null,
"name": null,
"type": "User",
"login": "udah1",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/3235731?v=4",
"created_at": "2013-01-10T14:23:03Z",
"is_verified": null,
"public_repos": 15,
"account_age_days": 4944
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.1.19",
"kind": "patch",
"published_at": "2026-07-20T07:21:22Z"
},
{
"tag": "v0.1.18",
"kind": "patch",
"published_at": "2026-07-17T08:08:35Z"
},
{
"tag": "v0.1.17",
"kind": "patch",
"published_at": "2026-07-17T08:02:09Z"
},
{
"tag": "v0.1.16",
"kind": "patch",
"published_at": "2026-07-17T07:46:16Z"
},
{
"tag": "v0.1.15",
"kind": "patch",
"published_at": "2026-07-17T07:26:57Z"
},
{
"tag": "v0.1.14",
"kind": "patch",
"published_at": "2026-07-17T07:03:04Z"
},
{
"tag": "v0.1.13",
"kind": "patch",
"published_at": "2026-07-17T06:48:40Z"
},
{
"tag": "v0.1.12",
"kind": "patch",
"published_at": "2026-07-16T20:09:30Z"
},
{
"tag": "v0.1.11",
"kind": "patch",
"published_at": "2026-07-16T19:41:57Z"
},
{
"tag": "v0.1.10",
"kind": "patch",
"published_at": "2026-07-16T19:04:58Z"
},
{
"tag": "v0.1.9",
"kind": "patch",
"published_at": "2026-07-16T18:35:37Z"
},
{
"tag": "v0.1.8",
"kind": "patch",
"published_at": "2026-07-16T18:24:10Z"
},
{
"tag": "v0.1.7",
"kind": "patch",
"published_at": "2026-07-16T14:54:10Z"
},
{
"tag": "v0.1.6",
"kind": "patch",
"published_at": "2026-07-16T11:11:51Z"
},
{
"tag": "v0.1.5",
"kind": "patch",
"published_at": "2026-07-16T10:42:32Z"
},
{
"tag": "v0.1.4",
"kind": "patch",
"published_at": "2026-07-16T09:03:20Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2026-07-16T07:46:10Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2026-07-16T07:23:37Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-07-15T15:04:33Z"
}
],
"recent_commits": [
{
"oid": "eaba31d5aca1da48680637efd3439ba5901fa872",
"body": "…guity\n\nRework session identity so bridge_start binds to the REAL Cursor conversation_id\ninstead of guessing, eliminating cross-window/cross-session thread bleed.\n\n- hook: write per-conversation markers/pending/<id>.json on real submits (atomic);\n move the injection guard above all handshake writes\n[…]\nrsion.json; advise full quit+reopen\n- doctor: MCP-process workspace map, pending/claim health, version skew\n- tests: test/markers.test.ts (unit) + rework e2e-conv/mcp-smoke; docs updated\n- bump 0.1.19",
"is_bot": false,
"headline": "fix(identity): claim sessions by conversation id, fail closed on ambi…",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-20T07:21:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "da70501252c7416cf338a8b2fb5da9e65f06eb67",
"body": "…o-stop off-switch\n\n- new config flag lets users keep remote chat mode ON while also typing in\n Cursor; default true preserves the existing off-switch behavior\n- the beforeSubmitPrompt hook reads it live from config.json (takes effect\n immediately, no restart); config-only since Cursor hooks don't inherit env\n- doctor shows the off-switch state",
"is_bot": false,
"headline": "feat: stopRemoteChatOnLocalMessage flag (default true) for the type-t…",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-17T08:08:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07c3c8126cbffc5cc2f82b89799792c1d7be6782",
"body": "- Telegram voice notes were saved/sent as .oga, which OpenAI/Groq Whisper\n reject with 'format not supported'. Name them .ogg and normalize the\n filename sent to the API (.oga/.opus/extensionless -> .ogg)\n- log the STT provider + outcome (transcribing via X / OK / FAILED) so it's\n clear whether audio reached the cloud provider\n- add apiAudioFilename unit tests",
"is_bot": false,
"headline": "fix(stt): Telegram voice notes rejected by Whisper/Groq (.oga -> .ogg)",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-17T08:02:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6da97ce111934f5c53ef0c7085d682f92d79dc6",
"body": "- bridge_start only trusts the ws/last-submit handshake pointer if it's\n fresh (<5min); otherwise mints a new id, so a new chat never inherits a\n previous chat's session/thread when the beforeSubmit hook didn't fire\n- hook is now the sole author of the per-workspace pointer (bridge_start no\n longer rewrites it and masks staleness)\n- doctor: report hooks health (warns if beforeSubmit hook never ran)",
"is_bot": false,
"headline": "fix: each Cursor chat gets its own thread (freshness-gate the handshake)",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-17T07:46:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af41dc71ecf47dc5c9cc38495bf498bbaa36b446",
"body": "…score",
"is_bot": false,
"headline": "docs: add Permissions section explaining capabilities + supply-chain …",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-17T07:34:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0db80e5b78b749e4329dd194398337aa3a7b3c0f",
"body": "… diagnostics\n\n- daemon now reloads config.json on change (no restart needed for poll\n interval, STT provider/keys, timeouts); adapter creds still need restart\n- remove the hard 10s poll floor; minPollIntervalMs is now the real knob\n (default 2s) with a 1s absolute floor. Default pollIntervalMs stays 10s\n- doctor now prints the resolved STT provider (cloud vs local, key status)\n to diagnose 'why is it using local?'",
"is_bot": false,
"headline": "fix: hot-reload config.json + honor sub-10s poll interval; STT doctor…",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-17T07:26:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e617783e592adf57cf8f31cf0dac67b02ea54bd7",
"body": "- remove the silent caCertPath->local fallback that flipped cloud STT to\n local on corporate networks when provider wasn't explicit (surprised users)\n- new stt.tryLocalSttFirst (default false) + BRIDGE_STT_TRY_LOCAL_FIRST to\n force local only when explicitly asked; provider (Groq/OpenAI) is otherwise\n always honored\n- README + config.example.json documented\n- bump 0.1.14",
"is_bot": false,
"headline": "stt: always respect configured provider; add tryLocalSttFirst flag",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-17T07:03:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9459ad3a96af9da357c0cff66965cc030ca3f3d",
"body": "…dance\n\n- DEFAULTS + config.example.json: pollIntervalMs 60000 -> 10000 (snappier\n reply pickup; still floored at the 10s minimum)\n- README: agent onboarding now asks about STT and offers Groq (recommended)\n / OpenAI / Local with exact stt.* settings; update poll-interval comment\n- bump 0.1.13",
"is_bot": false,
"headline": "config: default pollIntervalMs to 10s (was 60s); README STT agent gui…",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-17T06:48:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1be3cf5642f1de31f61e1b3cb12bdb2a881da031",
"body": null,
"is_bot": false,
"headline": "docs: update YouTube demo link to MYDUyqirx2c; bump 0.1.12",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-16T20:09:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f0e1b4410bc0c22578a2bdce7ea893a9f0477ea",
"body": "…YouTube demo thumbnail\n\n- architecture.svg/.png: widen canvas to 960px for uniform box gaps; add\n gray double-headed connectors showing the agent<->daemon<->adapter<->phone\n pipeline; re-rendered at 2x with rsvg-convert\n- README: clickable YouTube demo thumbnail (renders on GitHub + npm)\n- bump 0.1.11",
"is_bot": false,
"headline": "docs: fix architecture diagram (even spacing + stage arrows) and add …",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-16T19:41:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dd511c4ae3375203565dd68d3a4aae5044e3425",
"body": "- row 1 (for-the-badge): npm version, stars, license, built for Cursor\n- row 2 (flat): downloads, node, TypeScript, CI (publish workflow)\n- bump 0.1.10",
"is_bot": false,
"headline": "docs: two-tier badges; add GitHub stars + CI status, drop PRs-welcome",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-16T19:04:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7868edd37f0528bb90685b0d18cc6cc7a837a536",
"body": "…op-timeout troubleshooting\n\n- Discord setup used a nonexistent serverId; the adapter reads channelId\n (an anchor text channel) — revert README to channelId / BRIDGE_DISCORD_CHANNEL_ID\n- trim the corporate-CA section to a short note (code unchanged)\n- add troubleshooting for 'session stops after a few minutes' (stop-hook\n timeout / MCP-only setup / stopWindowMin)\n- bump 0.1.9",
"is_bot": false,
"headline": "docs: fix Discord to channelId (not serverId), trim cert note, add st…",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-16T18:35:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "022ab8f3656a75dac43ec84f2943f0135d1255aa",
"body": "- cli: set NODE_EXTRA_CA_CERTS from caCertPath in 'doctor' so the adapter\n connectivity check succeeds behind a TLS-intercepting corporate proxy\n (matches the daemon). Update check already honors the cert (0.1.7).\n- README: generic explanation of corporate cert injection + how to export a\n PEM and point caCertPath at it\n- bump 0.1.8",
"is_bot": false,
"headline": "doctor: honor caCertPath for adapter check; document corporate TLS proxy",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-16T18:24:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa83801f50e448d074785c54277720617346f3aa",
"body": "- installer: write an ESM package.json into ~/.cursor/chat-bridge/app and\n npm-install production deps there so the copied runtime resolves\n @modelcontextprotocol/sdk after the npx cache is evicted\n- version: update-check uses node:https and adds the corporate CA\n (NODE_EXTRA_CA_CERTS / BRIDGE_CA_CERT / config.caCertPath) on top of the\n default roots, so it works behind TLS-intercepting proxies (e.g. Amdocs)\n- README: note deps are installed automatically + agent/Amdocs guidance\n- bump 0.1.7",
"is_bot": false,
"headline": "Make installed runtime self-contained + CA-aware update check",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-16T14:54:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b029e3ddbebb6b5e63ebfe3d2bfc4ff4819d226a",
"body": "… open invite URL in new tab, ask Cursor for channel id",
"is_bot": false,
"headline": "docs(discord): clearer setup — create server first, reset+copy token,…",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-16T14:25:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b738c675eadea5b91880250b58a037a92ccbdfaa",
"body": "…wrap code, slim env table)",
"is_bot": false,
"headline": "feat: check npm for updates on remote-chat start; README fits npm (re…",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-16T11:11:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69d0cfa431e83e899f71a72437ea1c40da2c6580",
"body": "… cleanly)",
"is_bot": false,
"headline": "docs: fix architecture PNG being clipped on the right (render diagram…",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-16T11:02:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dfe8acd73d3b6b368bbbc202306bfac82cb59a6",
"body": "…m mojibake",
"is_bot": false,
"headline": "docs: render architecture diagram as PNG (npm strips SVG); fix diagra…",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-16T10:42:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56695eee196bc0d8c554bded63ff38429948bcca",
"body": "…local Whisper)\n\n- src/stt.ts: provider abstraction (OpenAI-compatible + local CLI), timeout & error redaction\n- daemon: async transcription, inbox injection, suppress raw audio, stop-keyword safety\n- telegram/discord: capture voice/audio + image attachments\n- config: stt block + BRIDGE_STT_* env overrides + corp-network local fallback\n- state: persist cursor on advance (fix replay after restart)\n- tests: stt + telegram voice/image capture; bump v0.1.5",
"is_bot": false,
"headline": "feat(stt): transcribe voice notes to text (Groq/OpenAI-compatible or …",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-16T10:14:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b13a9246bf8a2bb487ba99a5a48b3092c93293d2",
"body": "- Capture image attachments on inbound messages (Discord attachments,\n Telegram photo / image documents), classify by MIME/extension.\n- Daemon downloads bytes to ~/.cursor/chat-bridge/media/<session>/ and\n appends a local-path note so the agent can open images via its Read tool.\n- Rewrite Discord \n[…]\npp.com -> media.discordapp.net to bypass\n corporate TLS proxies (Zscaler) that block the cdn host.\n- Add docs/stt-plan.md (voice/STT plan, not implemented).\n- Tests + README + keyword; bump to 0.1.4.",
"is_bot": false,
"headline": "feat: image attachment support for Discord & Telegram",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-16T09:03:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9ca368ce5b730e06836c9f2cb2807f812f9985ac",
"body": "- Default adapter is now Telegram (config default + example)\n- README: title shows (Telegram, Discord, GitHub) with smaller parenthetical;\n drop the 'Behind corp proxy' column and 'Why GitHub by default?' note;\n reorder channels/setup Telegram-first",
"is_bot": false,
"headline": "v0.1.3: default to Telegram; README polish",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-16T07:46:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c86271208d59eed50be8b58c3a0b28df020b7a19",
"body": "Two Discord screenshots (channel list + in-session) with personal\nidentifiers replaced (server name, username, home-dir path).",
"is_bot": false,
"headline": "docs: add de-identified phone screenshots to README",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-16T07:41:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be6d2bf8eb03a24dc8321d3a50a1a29cc410aec8",
"body": "- Remove the unimplemented Teams (Graph) adapter from code + docs\n- stop hook: default to a fixed 60-min blocking window (cap probe found no\n kill below the hooks.json timeout); override via BRIDGE_STOP_WINDOW_MIN\n env or stopWindowMin in config.json\n- Rewrite README with badges, TOC, comparison/props tables, collapsible\n setup sections, and a docs/architecture.svg flow diagram\n- Bump version to 0.1.2; ship docs/ in the npm files list",
"is_bot": false,
"headline": "v0.1.2: remove Teams adapter, 60-min stop-hook window, pro README",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-16T07:23:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "931fefa32ab84be4605022dd1a8a417b588fc8b1",
"body": "…annel description (discord topic + telegram intro)",
"is_bot": false,
"headline": "feat: session title = conversation topic (rule); show workspace in ch…",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-15T19:56:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "523962fada35a818d330e8376c9c731aed896800",
"body": "…dgetMin), resets per reply",
"is_bot": false,
"headline": "feat(hook): configurable wait budget (BRIDGE_STOP_BUDGET_MIN / stopBu…",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-15T19:51:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54e4d1bae206c97999137589b02c9ff5b3579e1b",
"body": "…xy CA; skip ntfy for Discord",
"is_bot": false,
"headline": "docs: document Discord adapter, ntfy env-only, stop-hook re-arm + pro…",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-15T19:43:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fd1720a4ac6092e7e296da3c4c56ac31a30016d",
"body": "…ault (env-only)",
"is_bot": false,
"headline": "feat(discord): channel-per-session instead of thread; ntfy off by def…",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-15T19:38:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc73deff729c98513c699dabd3e81d83edd2f2ff",
"body": "…w to probe cap",
"is_bot": false,
"headline": "feat(discord): add Discord adapter (REST poll) + grow stop-hook windo…",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-15T19:02:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cae2d527677f053a03188fe867396b51c4e959e",
"body": "Cursor kills a stop hook after an undocumented runtime ceiling (~a couple\nminutes), so the old single 1-hour block died early and the session stopped.\nNow each invocation blocks only a short WINDOW (default 90s) and, if no reply\nyet, returns a keep-alive followup so the agent ends its turn and re-fi\n[…]\n persisted wait-state\n(markers/wait/<conv>.json). Added stop-hook.log heartbeat logging. Poll check\ndefaults to 30s. Verified live: waited ~45min across 27 re-arm cycles, 0\nfailures, resumed on reply.",
"is_bot": false,
"headline": "fix(hook): re-arm stop hook to survive Cursor's timeout cap",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-15T16:59:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "de4293c82d4ffab0d68c39fc3f9f0e975d8d535e",
"body": "…cache warnings)",
"is_bot": false,
"headline": "ci: bump checkout/setup-node to v5 (silence Node20 + package-manager-…",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-15T15:05:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b1a0791acd814cff0feb3e3de81a499800f64d0",
"body": "- add .github/workflows/publish.yml (trusted publishing, no token)\n- add repository field required for OIDC publish\n- bump version to 0.1.1",
"is_bot": false,
"headline": "ci: auto-publish to npm on version change via OIDC trusted publishing",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-15T15:04:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cca8a466527186c242a4f44390e56141380fa55",
"body": null,
"is_bot": false,
"headline": "docs: refresh handoff post-publish",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-15T14:52:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b21bf5aeee2957f5c575a688cccddff1a49949a3",
"body": null,
"is_bot": false,
"headline": "docs: mark cursor-telegram-chat@0.1.0 published",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-15T14:51:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c056604b52b9dd1e5e9fc51ebb1bcd8ad79a24c2",
"body": null,
"is_bot": false,
"headline": "chore: publish under npm name cursor-telegram-chat",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-15T14:48:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69eca31740a576b85961a4f88ed13e2729afa0a6",
"body": "- Add self-contained `chat-bridge install`/`uninstall` (src/installer.ts): copies the\n runtime into ~/.cursor/chat-bridge/app and wires mcp.json + hooks.json + rule, so the\n tool installs via `npx cursor-chat-bridge install` with no git clone and survives npx\n cache eviction. Replaces scripts/ins\n[…]\nilesystem paths; generalize the Telegram\n reachability note.\n- Genericize e2e workspace paths; drop personal CA path from install.sh.\n- Add internal HANDOFF.md + TRACKING.md (not linked from README).",
"is_bot": false,
"headline": "feat: npx installer (no clone) + sanitize public docs",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-15T14:46:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "687c128ab84259cc83144f4b598623b38c385447",
"body": "…legram\n\nReplace the separate type + priority fields with one `priority` dial on the\n0..5 scale that doubles as the on/off switch: 0 = off (default), 1..5 = min..max.\nA push is sent only when priority >= 1 AND a topic is set.\n\n- notify.ts: add notifyPriority()/notifyEnabled(); drive pushNotify off t\n[…]\ny.priority = 0; add BRIDGE_NTFY_PRIORITY env; a bare\n BRIDGE_NTFY_TOPIC implies priority 3.\n- daemon.ts: skip ntfy when the adapter is Telegram (it already notifies natively).\n- docs/example updated.",
"is_bot": false,
"headline": "feat(notify): single 0..5 priority dial (0=off), default off, skip Te…",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-15T14:28:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e8461370ce28ad60fa13219dfa35ce5c5b5bb0d5",
"body": "bridge_start learned its conversation id from the global last-submit.json,\nwhich every Cursor window overwrites, so a session could be registered under\nanother window's conversation id and two chats collapsed onto the same thread.\nPrefer the per-workspace pointer (ws/<hash>.json), and only fall back\n[…]\nt a blank body -> GitHub HTTP 422), and name the\nparam explicitly in tool descriptions, the bridge_start response, and the rule.\n\ne2e-conv now writes the per-workspace pointer like the real hook does.",
"is_bot": false,
"headline": "fix: stop cross-window conversation cross-talk + text/message param",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-15T11:06:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "359e55601d3e03c3bab3c2f5c30f23c3319a8e37",
"body": "All conversations share one ntfy topic; add the issue/thread id to the push\ntitle so conversations in the same workspace are distinguishable at a glance.",
"is_bot": false,
"headline": "notify: include thread id in push title",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-15T10:50:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0bfa28ee7095e1c63eae4c22ae2800c484ddde8",
"body": "GitHub never notifies you about your own activity (self @mentions/assignment\nincluded), so posting as yourself yields no push. Add an out-of-band notifier\n(src/notify.ts): on each outbound summary the daemon fires a best-effort ntfy\npush with a title and a click-through deep link to the issue. Configurable via\nconfig.notify or BRIDGE_NTFY_TOPIC/BRIDGE_NTFY_SERVER; disabled by default.\nntfy.sh verified reachable where Telegram/Pushover are blocked.",
"is_bot": false,
"headline": "Add ntfy push sidecar so you get phone alerts on GitHub",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-15T10:47:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d69dde39a054c0919210c7596e5ad7ec906023e4",
"body": "On a 50s poll timeout the agent should end the turn quietly and let the stop\nhook keep waiting (up to 1h) rather than treating it as a failure. Clarify the\nmessage/timeout/stopped handling in the activation rule.",
"is_bot": false,
"headline": "rule: handle bridge_send_and_await timeout gracefully",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-15T09:06:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fab439b9c04acda5d195323edcd8acaa4a700faf",
"body": "Update README for the new session-identity model: sessions keyed by Cursor\nconversation_id via a beforeSubmit handshake, an explicit session handle the\nagent passes to keep same-workspace conversations separate, the\nBRIDGE_WORKSPACE=${workspaceFolder} env, and the per-conversation e2e coverage.\nRename activation to \"start remote chat mode\".",
"is_bot": false,
"headline": "docs: document conversation_id keying, session handle, BRIDGE_WORKSPACE",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-15T08:46:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36aba792f9d7a8cffc29876883593329d44ac37d",
"body": "…ssion handle\n\nThe per-workspace pointer can't distinguish two conversations (tabs) sharing one\nworkspace/MCP process. bridge_start now returns a session handle and the agent\npasses session=<handle> on every bridge_* call, which takes priority over the\nworkspace pointer / last-submit heuristics. Upd\n[…]\nn rule to\ncapture and pass the handle. e2e now verifies two same-workspace conversations\nstay on distinct threads and that an explicit handle wins even when another\nconversation started most recently.",
"is_bot": false,
"headline": "Separate multiple conversations in the same workspace via explicit se…",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-15T08:44:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "35507c62341c42686b6687a8feb3d7e7f8615e5a",
"body": "…nboarding\n\nRoot causes found via runtime evidence:\n- The MCP launched with cwd=$HOME, so markers were keyed by home (not the\n workspace) and hooks always fell back to latest.json -> every Cursor\n conversation routed to the single most-recently-started issue.\n- register() reused a previously-stopp\n[…]\nchosen channel isn't configured, instead of a raw error.\n- Add scripts/e2e-conv.mjs covering routing, stale-stop recovery, onboarding.\n- Rename activation to \"remote chat mode\" in installer help text.",
"is_bot": false,
"headline": "Fix cross-conversation issue bleed and stale-stop; add per-platform o…",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-15T08:23:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3ef12b1d882488bb9585d01a710fdf642c834344",
"body": "Pluggable transport adapters (GitHub Issues working end-to-end; Telegram +\nTeams scaffolds), a local daemon with a token-authenticated loopback API, an\nMCP stdio server exposing bridge_* tools, stop/before-submit hooks that keep\nthe remote loop running, an \"remote chat mode\" activation rule, a\nnon-destructive installer, unit tests, and docs.",
"is_bot": false,
"headline": "Initial commit: cursor-chat-bridge — drive Cursor from a chat app",
"author_name": "udah1",
"author_login": "udah1",
"committed_at": "2026-07-15T06:27:51Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 19,
"commits_last_year": 44,
"latest_release_at": "2026-07-20T07:21:22Z",
"latest_release_tag": "v0.1.19",
"releases_from_tags": true,
"days_since_last_push": 6,
"active_weeks_last_year": 2,
"days_since_latest_release": 6,
"mean_days_between_releases": 0.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "cursor-telegram-chat",
"exists": true,
"license": "MIT",
"keywords": [
"cursor",
"mcp",
"telegram",
"github",
"discord",
"agent",
"chatops",
"remote-control",
"images",
"voice",
"speech-to-text",
"whisper"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/cursor-telegram-chat",
"is_deprecated": false,
"latest_version": "0.1.19",
"repository_url": "https://github.com/udah1/cursor-chat-bridge",
"versions_count": 20,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 2998,
"first_published_at": "2026-07-15T14:50:19.719000Z",
"latest_published_at": "2026-07-20T07:21:56.930000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"popularity": {
"forks": 0,
"stars": 2,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": true,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 19177,
"source_files_sampled": 28,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [
{
"name": "@hono/node-server",
"direct": false,
"version": "1.19.15",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.9,
"advisory_ids": [
"GHSA-frvp-7c67-39w9"
],
"fixed_version": "2.0.5",
"advisory_count": 1,
"oldest_advisory_days": 4
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"moderate": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 95,
"malicious_count": 0,
"assessed_package": "npm:cursor-telegram-chat@0.1.19",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@modelcontextprotocol/sdk",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.0.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "udah1",
"commits": 44,
"avatar_url": "https://avatars.githubusercontent.com/u/3235731?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"publish.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"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": null,
"reason": "no pull request found",
"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": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"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": 0,
"reason": "no 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": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 2,
"reason": "dependency not pinned by hash detected -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"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": 9,
"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": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "eaba31d5aca1da48680637efd3439ba5901fa872",
"ran_at": "2026-07-26T08:39:47Z",
"aggregate_score": 4.1,
"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-20T07:22:02Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/udah1/cursor-chat-bridge",
"host": "github.com",
"name": "cursor-chat-bridge",
"owner": "udah1"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"security": 50,
"vitality": 66,
"community": 32,
"governance": 33,
"engineering": 66
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 66,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"commits_last_year": 44,
"human_commit_share": 1,
"days_since_last_push": 6,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "44 commits in the last year",
"points": 14.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 44
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"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": 88,
"inputs": {
"releases_count": 19,
"latest_release_tag": "v0.1.19",
"releases_from_tags": true,
"days_since_latest_release": 6,
"mean_days_between_releases": 0.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "19 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 19
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0.4 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0.4
}
}
],
"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": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"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": 32,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 2,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 2
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"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": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"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": 0,
"status": "missed",
"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
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 58,
"inputs": {
"packages": [
"cursor-telegram-chat"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 2998
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,998 downloads/month across npm",
"points": 46.4,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2998,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 33,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"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 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"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": 38,
"inputs": {
"followers": 0,
"owner_type": "User",
"is_verified": null,
"owner_login": "udah1",
"public_repos": 15,
"account_age_days": 4944
},
"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": "0 followers of udah1",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "udah1"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "15 public repos, account ~13 yr old",
"points": 20.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 15
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"cursor-telegram-chat"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 6
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 6 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 6
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "20 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 20
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 66,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"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": null,
"points": 0,
"status": "missed",
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": 50,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 41,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.1
},
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "no update tool detected",
"points": 0,
"status": "missed",
"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": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 2",
"points": 1,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"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": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "2 existing vulnerabilities detected",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Matched the npm:cursor-telegram-chat@0.1.19 runtime dependency closure — what installing the published package pulls in — 95 packages. Reachability is not analyzed.",
"notes": [
{
"code": "advisories_scope_published",
"params": {
"package": "npm:cursor-telegram-chat@0.1.19",
"assessed": 95
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 88,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 95,
"unassessed_packages": 0,
"affected_by_severity": "moderate 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": "1 affected: @hono/node-server 1.19.15 (moderate 5.9)",
"points": 13.2,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "@hono/node-server 1.19.15 (moderate 5.9)"
}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory has been public longer than 90 days",
"points": 40,
"status": "met",
"details": [
{
"code": "advisories_none_stale",
"params": {
"days": 90
}
}
],
"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": 95,
"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
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 48,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"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": "44 of 44 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 44,
"sampled": 44
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"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": "no agent-authored commits among the last 44",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 44
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 19177,
"source_files_sampled": 28,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/28 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 28,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "critical",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"example_dirs": [],
"has_mcp_signal": true,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 20,
"status": "met",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
}
]
}
],
"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",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-26T08:39:52.346820Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/u/udah1/cursor-chat-bridge.svg",
"full_name": "udah1/cursor-chat-bridge",
"license_state": "standard",
"license_spdx": "MIT"
}