Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"ai",
"anthropic",
"claude",
"database",
"mcp",
"mcp-server",
"claude-ai",
"mysql",
"postgres",
"sqlserver",
"cursor",
"mariadb",
"dify",
"sqlite",
"codex",
"llm",
"mssql",
"sql",
"postgresql",
"agents"
],
"is_fork": false,
"size_kb": 2931,
"has_wiki": true,
"homepage": "https://dbhub.ai",
"languages": {
"CSS": 6076,
"HTML": 387,
"Dockerfile": 2456,
"JavaScript": 12538,
"TypeScript": 1259549
},
"pushed_at": "2026-07-22T11:24:56Z",
"created_at": "2025-03-09T16:36:38Z",
"owner_type": "Organization",
"updated_at": "2026-07-25T10:23:42Z",
"description": "Zero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "https://www.bytebase.com",
"name": "Bytebase",
"type": "Organization",
"login": "bytebase",
"company": null,
"location": "United States of America",
"followers": 398,
"avatar_url": "https://avatars.githubusercontent.com/u/74386897?v=4",
"created_at": "2020-11-13T00:18:42Z",
"is_verified": null,
"public_repos": 34,
"account_age_days": 2081
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.24.0",
"kind": "minor",
"published_at": "2026-07-20T03:21:29Z"
},
{
"tag": "v0.23.0",
"kind": "minor",
"published_at": "2026-07-10T16:58:43Z"
},
{
"tag": "v0.22.6",
"kind": "patch",
"published_at": "2026-07-10T16:49:14Z"
}
],
"recent_commits": [
{
"oid": "8cc8616e1ebb9d0d9704a2b19cccbfe46ccc02ba",
"body": "Add .claude-plugin/marketplace.json so users can install with\n/plugin marketplace add bytebase/dbhub + /plugin install dbhub@dbhub,\nand update the docs and plugin README to lead with that flow. Also add\na troubleshooting note to /dbhub:setup for the npx cache corruption\nthat surfaces as \"sh: dbhub: command not found\" (error -32000).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: serve the Claude Code plugin marketplace from the repo",
"author_name": "tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-07-22T11:24:52Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "25793ddf7ec7327603b9be4d350f2e31358bedc5",
"body": "Package DBHub as a Claude Code plugin (plugin/): .mcp.json launches\nnpx @bytebase/dbhub (pinned to the plugin version) against a bundled\nread-only dbhub.toml, with the DSN prompted via userConfig on install\nand passed as DBHUB_DSN — mirroring the MCPB bundle's design. Includes\n/dbhub:setup (build/tr\n[…]\nthe MCPB manifest.\n\nDocs: new claude-code-plugin page, wired into navigation, the\ninstallation guide, the MCPB page, and the README quick start.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add Claude Code plugin",
"author_name": "tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-07-22T09:49:08Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "93b7b7d335a7b3c9879b253fcba59a026b999ac8",
"body": null,
"is_bot": false,
"headline": "chore: upgrade 0.23.0 to 0.24.0",
"author_name": "tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-07-20T03:20:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edc471821c8d12e0a63effe4322fb53521786f65",
"body": "OPENQUERY/OPENROWSET/OPENDATASOURCE escape both read-only layers: the\nclassifier cannot see the payload (it is a string literal that\nstripCommentsAndStrings removes), and the rollback backstop cannot\ncontain it (the work executes on the remote or ad-hoc source, outside\nthe local transaction). OPENRO\n[…]\ning execution was the entire guarantee. The checks apply only in\nread-only mode, since explaining an EXEC is legitimate otherwise.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: block SQL Server pass-through data sources in read-only mode (#369)",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-07-19T16:29:18Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "871aa3991d72e4c45780655f001240f3d2a0aa9e",
"body": "* fix: reject DSN configuration combined with TOML config\n\nTOML config and a DSN express conflicting intents: TOML defines sources\nfor one or more databases, a DSN configures exactly one. Previously\nresolveSourceConfigs() returned the TOML config before resolveDSN() was\never consulted, so a DSN — in\n[…]\n.env cannot reach the load the flag now triggers.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: TOML config loading, DSN conflict, and .env interpolation (#368)",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-07-19T16:12:12Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7116c84c80b59c9b147e61abc55cd9df4cd5224a",
"body": "…sts (#367)\n\n* fix(test): isolate config discovery in server-spawning integration tests\n\njson-rpc-integration and http-bind-host spawn the server with DSN set,\nbut the server discovers ./dbhub.toml relative to its own cwd and TOML\nconfig outranks the DSN env var. Running from the repo root meant DSN\n[…]\nard if the pool ever stops force-exiting workers.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(test): isolate config discovery in server-spawning integration te…",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-07-19T14:52:26Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0769813f42477c37a93e702579759289e9576557",
"body": "* refactor: remove duplication in read-only enforcement\n\nRead-only mode is enforced in two layers: a shared keyword classifier\n(allowed-keywords.ts) and a per-connector engine-level backstop. Three\nplaces had drifted or could drift:\n\n1. The SQL Server dynamic-SQL keyword list existed twice — once in\n[…]\nfied to\nfail against the outside-the-try version.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: remove duplication in read-only enforcement (#366)",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-07-19T14:40:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "11b1750d9be9f8c2abbecbf9f72dd42bd061d485",
"body": "* docs: clarify DSN database scope and db-less behavior\n\nThe docs never stated that a connection is pinned to the database named in\nits DSN, which led users to assume `USE other_db;` would switch databases\n(see #360). It does not: `use` is not in the read-only allowed-keyword list\nfor MySQL/MariaDB,\n[…]\none is now rejected rather than\nsilently ignored.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: reject MySQL/MariaDB DSNs that name no database (#365)",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-07-19T13:55:23Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "abcae6b7714f21f4c4a02c772d94b8f8d199972e",
"body": "searchViews called connector.getSchemas() directly instead of\nresolveDefaultSchemas(), unlike the tables/columns/procedures/indexes\npaths. For MySQL/MariaDB, getSchemas() enumerates every user database on\nthe server, so `search_objects` with object_type \"view\" and no schema\nfilter listed views acros\n[…]\n does not exist. Multi-database routing is by tool name\n(execute_sql_{source_id}); source_id appears in tool output metadata only.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: scope view search to the default schema (#364)",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-07-19T13:30:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6fce26c23f00192fb1e87224ec205db85e4a233b",
"body": "* fix: close half-built connections when connect() fails\n\nEvery connector created its pool/handle, then ran a probe (version query,\ntest connection, init script) that could throw. On failure the resource was\nnever closed: ConnectorManager.connectSource only registers a connector in\nthis.connectors *\n[…]\n.test.ts, which both restore\ntheir console spies.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: close half-built connections when connect() fails (#363)",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-07-19T13:13:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ddf19e183be656745d2a31cbe33277cb0e4b81f7",
"body": "* fix: support TiDB in readonly mode for MySQL/MariaDB connectors (#359)\n\nTiDB speaks the MySQL protocol but treats the READ ONLY transaction\nmodifier as a noop function, rejecting `START TRANSACTION READ ONLY`\nunless tidb_enable_noop_functions is enabled. Every readonly execute_sql\ncall therefore f\n[…]\ng READ ONLY unconditionally fails\nthe TiDB cases.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: support TiDB in readonly mode for MySQL/MariaDB connectors (#362)",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-07-19T10:18:36Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ec8efede6b8b47dabceb822022954852fc420490",
"body": "\"All supported databases\" doesn't go stale when a new connector lands.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: drop hardcoded database list from mcpb page",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-07-10T18:02:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1030d17cd32739e12fd6d6653ff175b232447c91",
"body": "Replace the vague one-liner with the verbatim unzip + node invocation\nand an mcpServers JSON config example, plus the Node >= 22.5 requirement\nand the keychain-vs-config-file trade-off.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: give exact unpack/run commands for non-mcpb clients",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-07-10T17:59:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8559671cf0aa4d802e7979c1fcb813a9c10570d8",
"body": "npm 12.0.0 (now `latest`) fails `npm publish --provenance` with\n\"Cannot find module 'sigstore'\", which broke the 0.23.0 npm release.\nPin the upgrade step to npm@11 (OIDC trusted publishing needs 11.5+)\nin npm-publish.yml and, for consistency, mcpb-release.yml.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: pin CI npm to 11.x — npm 12.0.0 publish --provenance is broken",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-07-10T17:01:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b6817d001c17774461d941a106b8df1046f3be02",
"body": "Minor bump for the new MCP Bundle (.mcpb) distribution channel. Merging\nthis to main triggers the npm, Docker, MCP registry, and mcpb-release\nworkflows for 0.23.0 — the first GitHub release ships v0.23.0 with the\nbundle attached.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: upgrade from 0.22.6 to 0.23.0",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-07-10T16:57:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6647caa4bfc6c197731d88ee0ebd7baeb846d1c0",
"body": "* feat: package DBHub as a Claude Desktop MCP Bundle (.mcpb)\n\nAdd one-click Claude Desktop distribution via the MCP Bundle format:\ndouble-click install, DSN prompted from user settings (stored in the OS\nkeychain), running locally over stdio. The bundle is read-only by design\n(readonly = true, max_ro\n[…]\nply the\nsame bootstrap-without-npm upgrade step npm-publish.yml already uses.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: package DBHub as a Claude Desktop MCP Bundle (.mcpb) (#356)",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-07-10T16:48:34Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f17215f78cde96aec6e8891f36137782f05ef5c8",
"body": "….toml (#354)\n\n* feat: support connection charset/collation for MySQL/MariaDB\n\nAdd an optional `charset` field to [[sources]] in dbhub.toml, passed\nthrough to the mysql2 / mariadb driver's `charset` connection option.\nBoth drivers accept either a character set (e.g. \"utf8mb4\") or a\ncollation (e.g. \"\n[…]\nkeeping\nthe type docs consistent with connector behavior and the TOML docs.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: support connection charset/collation for MySQL/MariaDB in dbhub…",
"author_name": "₿itconym",
"author_login": "bitconym",
"committed_at": "2026-07-09T13:34:49Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "08e522ced0503a8d234472f07b0b318e386dbb94",
"body": "* fix: enforce read-only mode at the engine level for SQL Server (#349)\n\nSQL Server was the only connector without engine-level read-only\nenforcement — it relied entirely on the keyword classifier.\n\nTwo changes:\n\n1. Keyword classifier: add EXEC and EXECUTE to the SQL Server mutating\n keyword patte\n[…]\nthe original error propagates). Also removes the\nredundant outer try block.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: enforce read-only mode at the engine level for SQL Server (#350)",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-06-30T08:38:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4c390d52c764a9401e6fae9486a1ea0be9cc3531",
"body": "…47) (#348)\n\n* fix(ssh): resolve ProxyJump aliases recursively with per-hop auth (#347)\n\nWhen `ssh_host` (or a resolved alias) had `ProxyJump <alias>`, DBHub treated\nthe jump alias as a literal hostname and reused the target's credentials for\nevery hop — so `~/.ssh/config` setups that work with `ssh\n[…]\nith host = alias name.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n* fix: type ssh config lookup without required user\n\n---------\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(ssh): resolve ProxyJump aliases recursively with per-hop auth (#3…",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-06-26T11:37:28Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6854e839f8a204a4cdc5213eed835a573b82cb4f",
"body": "… guidance\n\nUpdate the execute_sql read-only section for 0.22.6: describe the two-layer\nenforcement (keyword classifier + database-native read-only) and add a warning\nthat read-only mode cannot constrain privileged-role function abuse\n(pg_read_file/lo_export/dblink/COPY TO PROGRAM on PostgreSQL; DDL\n[…]\nit on MySQL/MariaDB). Recommend connecting with a least-privilege read-only\ndatabase user for untrusted/agent-driven environments.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: document engine-level read-only enforcement and least-privilege…",
"author_name": "tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-06-24T07:41:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "fc0c86ae88b0a537c06f149589c373c7f8fbabd5",
"body": "Release containing the read-only enforcement hardening (#342): engine-level\nread-only backstops (Postgres BEGIN READ ONLY, SQLite query_only, MySQL/MariaDB\nSTART TRANSACTION READ ONLY) plus classifier hardening for SQLite write-pragmas\nand MySQL/MariaDB `--` comment parsing. Merging this to main triggers the npm\ntrusted-publish workflow.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: upgrade from 0.22.5 to 0.22.6 (#343)",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-06-24T07:33:52Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "872bb338f7d31f6afe517a076ac3e3edafaaaf08",
"body": "…ord classifier (#342)\n\n* fix: enforce read-only mode at the database engine, not just the keyword classifier\n\nRead-only mode was enforced only by a leading-keyword classifier, which a real\ndatabase parses differently than our string checks. The connection-level\n`config.readonly` backstop existed bu\n[…]\not@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nCo-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: enforce read-only mode at the database engine, not just the keyw…",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-06-24T05:52:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d65c6b424e9d10678fb6f7dda93fba180d7baff9",
"body": "Release containing the HTTP-transport DNS-rebinding fix (#340). Merging\nthis to main triggers the npm trusted-publish workflow.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: upgrade from 0.22.4 to 0.22.5 (#341)",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-06-24T04:21:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5bf5c3242a22e94871dfdf53913c84a5025b7381",
"body": "… (#340)\n\n* fix: enforce Host allow-list on HTTP transport to block DNS rebinding\n\nThe HTTP transport's DNS-rebinding guard only checked that the request\nOrigin hostname equalled its Host hostname. That is self-consistency\nbetween two attacker-controlled values, not a trust decision: after DNS\nrebin\n[…]\n\n form the allow-list actually compares against.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: enforce Host allow-list on HTTP transport to block DNS rebinding…",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-06-24T04:04:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "365204e1dac859a9437e00884a44383fb0c6b31d",
"body": null,
"is_bot": false,
"headline": "chore: upgrade from 0.22.3 to 0.22.4",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-06-23T17:43:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f4bbca2cd251882c10db6e933a23c40ea3fea1b",
"body": "… (#339)\n\n* feat: add connection-failure error classifier (#266)\n\n* feat: mark SSH tunnel establishment failures for classification (#266)\n\n* feat: classify connection failures in execute_sql (#266)\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n* refactor: extract tryClassif\n[…]\n the remediation already names host/port/network.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: classify connection failures into actionable tool errors (#266)…",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-06-23T17:42:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d59ff7c1806f1f9f4ec01317c48765d148263864",
"body": "* perf: trim redundant prose from built-in tool schemas (#266)\n\nThe execute_sql/search_objects tools are registered per-source in\nmulti-source mode, so every byte of their description and parameter\ndocs is replicated O(n) across sources. Remove prose that merely\nrestates what the structured JSON Sch\n[…]\n Schema still carries\nenum/default/maximum there.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "perf: trim redundant prose from built-in tool schemas (#338)",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-06-23T16:20:08Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "14d83682ec3ee94876d2847dfc5fb519c292ef4e",
"body": "* fix: honor and validate source fields set alongside a DSN (#334)\n\nWhen a TOML source provided a `dsn`, buildDSNFromSource returned it\nverbatim, so any field also set on the source (sslmode, sslrootcert,\ninstanceName, authentication, domain, and the connection identity\nfields) was silently ignored \n[…]\nme conflict\nchecks and the merge presence checks.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: honor and validate source fields set alongside a DSN (#334) (#337)",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-06-23T14:32:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e99c3aa9cbd0b8f6ec9b208d68a38c39bb68d01d",
"body": null,
"is_bot": false,
"headline": "chore: upgrade 0.22.2 to 0.22.3",
"author_name": "tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-06-09T10:40:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52fc2872ab3dbbe33f0fdf25da840e0ce3f39a8e",
"body": "Integrated security / trusted connection (no credentials in the DSN) is\nnot supported because DBHub uses the pure-JS tedious driver, which lacks\nSSPI/Kerberos. NTLM still requires explicit credentials. Documents this\nin the SQL Server DSN tab to address issue #316.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: clarify SQL Server integrated security is unsupported",
"author_name": "tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-06-09T10:38:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dcc6011a52a5e9a0c0b26e29931085337f7ef2cd",
"body": "* Fix: enable query plans on SQL Server via EXPLAIN\n\nSQL Server has no native EXPLAIN statement, and the bogus `explain`/\n`showplan` entries in the read-only allow-list did nothing. The actual\nmechanism, SET SHOWPLAN_XML ON, is session scoped, must be the only\nstatement in its batch, and is suppress\n[…]\n,\nSQL Server, SQLite) need no change.\n\nFixes #323\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: scope search_objects to configured database on MySQL/MariaDB (#332)",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-06-09T10:32:54Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a3ab94d1cfa147778c2ce02ccf126e2f1333e276",
"body": "* Fix: enable query plans on SQL Server via EXPLAIN\n\nSQL Server has no native EXPLAIN statement, and the bogus `explain`/\n`showplan` entries in the read-only allow-list did nothing. The actual\nmechanism, SET SHOWPLAN_XML ON, is session scoped, must be the only\nstatement in its batch, and is suppress\n[…]\nhe strip already done for the SET\nSHOWPLAN guard.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix: enable query plans on SQL Server via EXPLAIN (#331)",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-06-09T09:56:04Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9ffd0411fe3c2d7e091ea81250628e5a49fa4440",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: bump version 0.22.1 to 0.22.2",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-06-07T16:43:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6889d38b655c3b15b8bdbe71adbfb5106bd4f2fa",
"body": "v1.4.0 requested the github-oidc token with audience \"mcp-registry\",\nbut the registry now requires \"https://registry.modelcontextprotocol.io\"\n(security fix CVE-2026-44428), causing 401 on login. v1.7.6+ sends the\ncorrect audience.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: bump mcp-publisher to v1.7.9 to fix OIDC audience mismatch",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-06-07T16:43:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "88e7c198eef68532287ef2c1e1452c7e3d9a92a4",
"body": "pnpm/action-setup with version:latest resolved to pnpm 11, which fails\nthe install step (exit 1) by no longer honoring ignoredBuiltDependencies\nthe way the pnpm-10-generated lockfile expects. Pin a single tested\nversion everywhere to match local development.\n\n- Add packageManager field as the source\n[…]\ntruth\n- npm-publish.yml: version latest -> 10.17.1\n- run-tests.yml: version 8 -> 10.17.1 (also fixes reading the pnpm-10 lockfile)\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: pin pnpm to 10.17.1 across workflows",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-06-07T16:40:00Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d707d391ee69c42764c8748cd686c0028da622fb",
"body": null,
"is_bot": false,
"headline": "chore: upgrade from 0.22.0 to 0.22.1",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-06-07T16:29:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b9c058bef34b7b430df530f42ee557b3d57801a",
"body": "* feat: migrate SQLite connector to built-in node:sqlite (#317)\n\nReplace better-sqlite3 with Node's built-in node:sqlite module, eliminating\nnative C++ compilation (node-gyp) and prebuild friction. SQLite now needs no\ndriver package and is always available.\n\nAPI mapping:\n- new Database(path, {readon\n[…]\nte\nprocesses no longer touch process.emitWarning.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: migrate SQLite connector to built-in node:sqlite (#317) (#330)",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-06-07T16:26:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3d68763931b67364efc21df7be1ee77ef42be27f",
"body": null,
"is_bot": false,
"headline": "chore: upgrade 0.21.2 to 0.22.0",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-06-07T15:28:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af08b7aa7a49771cc5134577aeb3825147ad02b9",
"body": "* fix: correct +09:00 timezone test assertion and drop redundant guard\n\nThe MySQL integration test for the new `timezone` source option (#321)\nasserted the wrong UTC instant. KST is UTC+9, so the naive DATETIME\n`2025-09-29 02:31:23` interpreted as `+09:00` is `2025-09-28T17:31:23Z`\n(the previous day\n[…]\nard and add a\nregression test for the array case.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: correct +09:00 timezone integration test assertion (#329)",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-06-07T15:27:28Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ffed321050f9bf5a0a82f3ee9c3e9b041ada1783",
"body": "Adds a `timezone` source option for MySQL and MariaDB, mirroring the\nexisting PostgreSQL-only `search_path` option (#250). It is passed\nthrough to the underlying driver's native `timezone` connection option\n(mysql2 / mariadb), which already supports it but was not surfaced by\nDBHub.\n\nMotivation: MyS\n[…]\nocs/config/toml.mdx + dbhub.toml.example — document the option\n\nLike search_path, this is TOML-only and not a DSN query parameter.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: support timezone option for MySQL/MariaDB in TOML config (#321)",
"author_name": "socar-jian",
"author_login": "socar-jian",
"committed_at": "2026-06-07T15:10:19Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0bbe2fe62393db50f509aaae8162f0d24313faaa",
"body": "…l (#328)\n\nFollow-up cleanup on #311:\n\n- Extract requireFlagValue() from resolveHost() in src/config/env.ts. The\n CLI value-less-flag rejection (bare --host, --host=, whitespace-only) and\n its error message were defined inline three times; they now live in one\n reusable helper so the next string-\n[…]\nt\n a full DNS-rebinding defense, as the doc comments already state.\n\nNo behavior change. env + cross-origin unit tests pass (62).\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: extract requireFlagValue helper and rename cross-origin uti…",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-06-07T14:55:11Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "cebb344e3fe67fab8e432d92dc522930819fe52a",
"body": "… (#311)\n\n* feat: support configurable HTTP bind host via --host / HOST env\n\nAdds a --host CLI flag and HOST environment variable so operators can\nrestrict the HTTP transport to loopback (e.g., 127.0.0.1) or a specific\ninterface. Defaults to 0.0.0.0 to preserve existing behavior.\n\n- resolveHost() mi\n[…]\nthrough to the env var path.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: IslaLiu <C19087@csccss.com.tw>\nCo-authored-by: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: support configurable HTTP bind host via --host / DBHUB_HOST env…",
"author_name": "Isla",
"author_login": "Isla-Liu",
"committed_at": "2026-06-07T14:41:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "587db272bba0ee63d1ae295fc130876305b721fd",
"body": "Promote the informational-messages field added in #307 from a bare\nstring[] to a structured DatabaseMessage[] so severity, code, and line\nare preserved instead of discarded. This is a cross-database shape:\nPostgreSQL NOTICE/WARNING and MySQL warnings can populate the same type\nlater without a breaki\n[…]\nINT from warnings\n- execute_sql forwards the structured array unchanged\n- update SQL Server integration tests to assert on `.text`\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: make SQLResult.messages structured (DatabaseMessage[]) (#327)",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-06-07T14:34:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e202b0532922a0c347ffac1f344f1d6feec047e4",
"body": "…n query results (#307)\n\n* feat(sqlserver): surface informational messages (STATISTICS, PRINT) in query results\n\nSQL Server emits informational messages via the TDS protocol for\nSET STATISTICS TIME/IO output, PRINT statements, and warnings.\nThe mssql driver's Request object exposes these through 'in\n[…]\n behavior:\n- PRINT output is captured and returned in messages array\n- SET STATISTICS TIME output contains CPU/elapsed timing info\n- messages field is absent when no informational messages are emitted",
"is_bot": false,
"headline": "feat(sqlserver): surface informational messages (STATISTICS, PRINT) i…",
"author_name": "Ethan Setnik",
"author_login": "esetnik",
"committed_at": "2026-06-07T14:11:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ff0a9c96e82a3f5744406a4463a30c68a7484414",
"body": "…(#326)\n\n* fix: address review feedback on tables/views split in search_objects (#325)\n\nFollow-up to #325 addressing the three Copilot review comments:\n\n1. search-objects.ts:321 — searchViews() full detail called\n getTableIndexes() on views. On engines where that throws for a view,\n the entire r\n[…]\n a single mockResolvedValue.\n\nNo behavior change.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: address review feedback on tables/views split in search_objects …",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-06-07T14:07:17Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "908cc58c6fa36068c8478b2474d5523efd6bd0d5",
"body": "Previously, the `table` object_type in search_objects returned both\ntables and views, making it impossible to query them separately.\n\nChanges:\n- Add `getViews(schema?)` method to the Connector interface\n- Update `getTables()` across all connectors to filter by `BASE TABLE`,\n excluding views from re\n[…]\n a new object_type option in the search_objects tool,\n with full support for names/summary/full detail levels\n\nThis allows MCP clients to explicitly search for views or tables\nwithout mixing results.",
"is_bot": false,
"headline": "feat: distinguish tables from views in search_objects tool (#325)",
"author_name": "ExtraMber Lin",
"author_login": "Extramber",
"committed_at": "2026-06-07T13:44:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "72adfdcf7bcfe46b25edbc776ce096006eba9b02",
"body": "* fix: surface source description in MCP tool description\n\nThe `description` field on TOML [[sources]] was parsed into SourceConfig\nand exposed via the REST /api/sources endpoint, but never surfaced\nthrough MCP tool metadata. AI clients using DBHub via MCP only saw the\nhardcoded template \"Execute SQ\n[…]\npdate the\ncorresponding test case. ';' and ')' remain non-terminators because\nthey signal mid-sentence continuation rather than introduction.\n\n---------\n\nCo-authored-by: IslaLiu <C19087@csccss.com.tw>",
"is_bot": false,
"headline": "fix: surface source description in MCP tool description (#267) (#309)",
"author_name": "Isla",
"author_login": "Isla-Liu",
"committed_at": "2026-04-21T10:55:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f35144b9b2a29c07248e5048d8ac583908571977",
"body": "…tcert\n\nDocument the new PostgreSQL-only sslmode=verify-ca and sslmode=verify-full\noptions along with the sslrootcert parameter added in #294.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: update SSL documentation for verify-ca, verify-full, and sslroo…",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-04-12T10:07:34Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f13fad4218bdfbc14895a8c67f5903855cb34949",
"body": "…ert for PostgreSQL (#294)\n\n* Add support for verify-ca\n\n* wip\n\n* wip\n\n* wip\n\n* wip\n\n* wip\n\n* wip\n\n* wip\n\n* wip\n\n* wip\n\n* wip\n\n* wip\n\n* wip\n\n* wip\n\n* wip",
"is_bot": false,
"headline": "feat: support sslmode=verify-ca and sslmode=verify-full with sslrootc…",
"author_name": "Oscar Walter",
"author_login": "Elrendio",
"committed_at": "2026-04-12T10:01:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5b5b92edf9918aa9080dc59ad58c2ae52516c24",
"body": null,
"is_bot": false,
"headline": "chore: upgrade 0.21.1 to 0.21.2",
"author_name": "tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-04-07T09:40:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30d8007998503defc05d5198bcbd9130c609ee41",
"body": "Validate that the Origin header hostname matches the Host header hostname\nbefore processing requests. This prevents DNS rebinding attacks where a\nmalicious webpage tricks the browser into sending MCP requests to a\nlocally-running dbhub instance.\n\nCloses #304\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: add DNS rebinding protection for HTTP transport",
"author_name": "tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-04-07T09:31:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ce2621d83d78d9ab8b363664c955584cb59ee049",
"body": "When mssql is installed but its transitive dep @azure/core-client is\nmissing (common with npx), the CJS MODULE_NOT_FOUND error was not\ncaught, causing a fatal crash. Now handles both CJS and ESM module\nerrors for transitive dependencies.\n\nCloses #303\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: gracefully skip connectors with missing transitive dependencies",
"author_name": "tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-04-07T09:12:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bbf35befb8939705430ec804d43af2313d6ea45d",
"body": "…iaDB (#299)\n\nSchema and procedure names containing spaces, reserved words, dots,\nor backticks cause syntax errors in SHOW CREATE PROCEDURE/FUNCTION\nstatements because they were interpolated without quoting.\n\nUse the existing quoteIdentifier() utility (already used by the SQLite\nconnector and search-objects tool) to properly backtick-quote these\nidentifiers, matching the pattern used throughout the codebase.\n\nCo-authored-by: lawrence3699 <lawrence3699@users.noreply.github.com>",
"is_bot": false,
"headline": "Quote identifiers in SHOW CREATE PROCEDURE/FUNCTION for MySQL and Mar…",
"author_name": "chaoliang yan",
"author_login": "lawrence3699",
"committed_at": "2026-04-03T15:13:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a707a2d0f1c94ecd7102ea87e97b3461e2bb2921",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-04-03T06:07:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e69d05974d477c0e214d75c34faab919499c61da",
"body": "The previous change was incorrect — @bytebase/dbhub@0.21.1 exists on npm\nas the correct scoped package. The unscoped \"dbhub\" is a different package.\nThe MCP Registry 404 is not caused by the package identifier.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "revert: restore @bytebase/dbhub as npm package identifier",
"author_name": "tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-04-03T05:08:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c9219d82f3ac96f52d93a08d6198cd94fde4f1c3",
"body": "The MCP Registry publish was failing with 404 because server.json referenced\n\"@bytebase/dbhub\" but the actual npm package name is \"dbhub\".\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: use correct npm package identifier for MCP Registry publish",
"author_name": "tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-04-03T05:00:17Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3edc8a2706945cc3796d49c78783090b0e75cfe7",
"body": "The 'latest-11' dist-tag doesn't exist on the npm registry, causing a\n404 error. Use 'latest' instead, which currently resolves to npm 11.x.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: use correct npm registry dist-tag for bootstrap",
"author_name": "tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-04-03T04:44:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "42b5eecae441c167e284ba7911b990fb6c5b3074",
"body": "Node 22.22.2 ships with broken npm (missing promise-retry module),\nso any npm command fails. Download npm 11 tarball directly via curl\nand use it to install itself globally, bypassing the broken system npm.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: bootstrap npm upgrade without broken system npm",
"author_name": "tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-04-03T04:26:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5c91f003f95e4fafcd1c1ed6d6db8bb8349da4cc",
"body": "npm install -g npm@latest can fail when the latest version has broken\ninternal dependencies (e.g., missing promise-retry module). Pinning to\nnpm@11 avoids pulling broken releases while still meeting the npm 11.5+\nrequirement for OIDC trusted publishing.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: pin npm@11 in publish workflow to avoid self-upgrade corruption",
"author_name": "tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-04-03T04:19:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7d6d5bbedaaea12cb0a26dfe33f23c4c7b6605ff",
"body": "Lockfile was not regenerated when @aws-sdk/rds-signer and @azure/identity\nwere moved to optionalDependencies in #298, causing CI frozen-lockfile failures.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: update pnpm-lock.yaml for optional cloud provider packages",
"author_name": "tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-04-03T03:17:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5086c96bd5e6283fdc839c3120303c96704be482",
"body": null,
"is_bot": false,
"headline": "chore: upgrade 0.21.0 to 0.21.1",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-04-02T17:00:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4268859a116e3494fc5a729ef9b85c75c2285b96",
"body": "* feat: make cloud provider packages optional\n\nMove @aws-sdk/rds-signer and @azure/identity from dependencies to\noptionalDependencies and switch to dynamic import() so they are only\nloaded when AWS IAM or Azure AD auth is actually used. Also add both\nto tsup external list to prevent bundling.\n\nClose\n[…]\nng wrapped as \"Failed to get Azure AD token: ...\"\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: make cloud provider packages optional (#298)",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-04-02T16:59:21Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bbaa71a80ecb7d58fa46db2d47e22323a6d18e57",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-04-02T15:39:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f319114033279532aff2ce9aaef2ce84b127a21f",
"body": "* Fix: include views in PostgreSQL getTableComment() relkind filter\n\nThe relkind filter excluded 'v' (ordinary views), so view comments\nwere always null even when set via COMMENT ON VIEW.\n\nCloses #296\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>\n\n* Add integration test for v\n[…]\n getTableComment() returns the comment for views.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix: include views in PostgreSQL getTableComment() relkind filter (#297)",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-04-02T15:35:05Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4236ba4923bcf9ec0c01942cb49bd70a50ca4766",
"body": "* Fix: detect mutating keywords inside CTEs in read-only mode\n\nThe read-only SQL check only examined the first keyword, so queries like\n`WITH updated AS (UPDATE ...) SELECT ...` bypassed the restriction.\nNow scans the full statement (after stripping comments and strings) for\nDML/DDL keywords.\n\nClose\n[…]\nALYZE calls\n- Unify selectIntoPattern branches for select/with\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix: detect mutating keywords inside CTEs in read-only mode (#275)",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-03-28T14:02:49Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "aab13129aff308499c64fca02a1589a386f0f25a",
"body": "Imports each connector chunk from dist/ and verifies no \"Dynamic require\"\nerrors occur. This catches cases where tsup accidentally bundles CJS driver\ninternals into ESM chunks — the exact bug from #288 that unit/integration\ntests miss because they run against TypeScript source, not bundled output.\n\nRun with: pnpm test:build\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add post-build smoke test to catch CJS-in-ESM bundling errors",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-03-28T13:13:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "69287af62cd7df204d4b4a63bdaa59ba5ddecbc4",
"body": null,
"is_bot": false,
"headline": "chore: upgrade from 0.20.0 to 0.21.0",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-03-28T13:07:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8d5e520e9d6942167827dc3574405efb704523f",
"body": "…o ESM (#291)\n\nThe optional database driver packages (pg, mysql2, etc.) were being bundled\nby tsup into ESM chunks. When their internal CJS require() calls for Node.js\nbuilt-ins like \"events\" executed in the ESM context, it caused\n\"Dynamic require of 'events' is not supported\" at runtime.\n\nMarking t\n[…]\nxternal ensures they are loaded from node_modules at runtime\nvia standard import statements instead of being inlined.\n\nCloses #288\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix: externalize database drivers in tsup to prevent bundling CJS int…",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-03-28T13:05:34Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6a17d7f04d7370d52b3a0bfeadc27bc70e9a62b6",
"body": null,
"is_bot": false,
"headline": "chore: fix dep",
"author_name": "tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-03-27T10:50:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be368bf331151be92d6c40dd4727e12ec3277bdc",
"body": null,
"is_bot": false,
"headline": "chore: upgrade from 0.19.1 to 0.20.0",
"author_name": "tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-03-27T07:32:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1eefec4ac27841ba32d47a991d099849ba3a1a91",
"body": "* feat: support optional database driver packages\n\nMove database driver packages (pg, mysql2, mariadb, mssql, better-sqlite3)\nfrom dependencies to optionalDependencies and load connectors dynamically\nat startup. Missing drivers are gracefully skipped instead of crashing the\nserver, allowing users wh\n[…]\nnd call the real loadConnectors function directly\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: support optional database driver packages (#286)",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-03-27T07:31:06Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "409394bdf609e75b227ec009c613933fb2cf5216",
"body": "* Fix: prevent readonly bypass via MySQL conditional comments\n\nMySQL conditional comments (/*!50000 ... */) are executed by MySQL/MariaDB\nbut were being stripped by the SQL parser as regular comments. This made\nmalicious statements appear empty, and isReadOnlySQL() returned true for\nempty strings, a\n[…]\nix JSDoc escaping for comment terminator examples\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix: prevent readonly bypass via MySQL conditional comments (#284)",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-03-27T05:50:34Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bad73ad683f4e804dbc47f9bc474c642a03a6f09",
"body": "Detect stdin EOF to trigger graceful shutdown, since Windows does not\nreliably deliver SIGINT/SIGTERM when the parent process exits.\n\nCloses #280\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: exit stdio transport process when parent closes on Windows",
"author_name": "tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-03-27T03:25:49Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1a1e16e340fd5031c834cb46e60972e69a003740",
"body": "Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add read-only mode limitation note to execute-sql docs",
"author_name": "tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-03-27T03:05:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c772cb696769c5bab57f07a75c8b95fb29593af1",
"body": "Allow SSH_KEY (and --ssh-key, ssh_key in TOML) to accept either a file\npath or a base64-encoded private key. DBHub auto-detects the format by\nfirst trying to read the value as a file, then falling back to base64\ndecoding with PEM marker validation. This enables use in containerized\nand cloud environments where writing temp key files is inconvenient.\n\nCloses #282\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: support base64-encoded SSH private keys in SSH_KEY",
"author_name": "tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-03-27T03:01:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "36c71c0516f5feaeff2b9836e7b26a833c70dded",
"body": null,
"is_bot": false,
"headline": "chore: upgrade 0.19.0 to 0.19.1",
"author_name": "tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-03-24T11:07:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1a473607a9a032703aa23a5951c4606d213d2de",
"body": "Large BIGINT values (beyond Number.MAX_SAFE_INTEGER) were silently\nlosing precision when converted to JavaScript Number. Enable\nsupportBigNumbers for mysql2 and defaultSafeIntegers for better-sqlite3\nso values are returned as BigInt/string. Update bigIntReplacer to convert\nsafe-range BigInts back to Number for backward compatibility.\n\nCloses #279\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: preserve BIGINT precision for MySQL and SQLite connectors",
"author_name": "tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-03-24T11:06:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "97f6aca0b6f984b7c5a68c3505a31193069f9000",
"body": null,
"is_bot": false,
"headline": "chore: upgrade 0.18.0 to 0.19.0",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-03-12T14:58:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14fff877bfe5a9fc4e99050f422dd15ac52bac5a",
"body": "* feat: support ${VAR} environment variable interpolation in TOML config\n\nResolves ${ENV_VAR} references in all string values of dbhub.toml\nat config load time, enabling teams to share config without hardcoding\ncredentials.\n\nCloses #272\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n* fix\n[…]\nt for Date object preservation\n- Add env var interpolation docs to toml.mdx\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: support ${VAR} env variable interpolation in TOML config (#274)",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-03-12T14:50:59Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1ba3733146284923ccaec7817a7dcd5b2f336829",
"body": "The MCP Registry manifest was stuck at 0.15.1, causing VS Code to\ninstall an outdated version of dbhub.\n\nCloses #269\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: update server.json version to 0.17.0 to match package.json",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-03-07T13:07:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c014a9eba0f4fae666d543a73d48e366dd412616",
"body": null,
"is_bot": false,
"headline": "chore: fix dbhub skill link",
"author_name": "tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-03-06T05:52:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd3d22aca03ccd18a9ad59ecb7a1f58981537426",
"body": "* fix: resolve SSH config from ~/.ssh/config for TOML sources\n\nWhen using TOML configuration with ssh_host set to an SSH config alias,\nthe connection would fail because it didn't read ~/.ssh/config to resolve\nUser, IdentityFile, and other SSH settings. This adds the same SSH config\nresolution logic \n[…]\ncom>\n\n* docs: clarify SSH config alias resolution in command-line options\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: resolve SSH config from ~/.ssh/config for TOML sources (#268)",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-03-06T05:51:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f10a6dd580255f68b5d70c9d6bbcd29d2b3907d0",
"body": "Testing skill:\n- Remove broken TESTING.md reference\n- Add pnpm test:unit command and vitest project config details\n- Add complete test file map (unit + integration)\n- Add IntegrationTestBase documentation\n- Add test fixtures, mocking patterns, and CI workflow details\n- Explain naming convention (int\n[…]\nect-specific test commands for verification step\n- Streamline workflow presentation\n- Add guidance for test fixture usage when reproducing bugs\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: improve testing and fix-bug skills",
"author_name": "tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-03-06T04:51:26Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6eaab5bd885eb085966f57a27abf4d6458963ba5",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add description field to TOML source options documentation",
"author_name": "tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-03-06T04:07:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3309371dfb7f5b50aacc696631ea3cfecf1a15e0",
"body": "In multi-source setups, DBHub registers separate per-source tool\ninstances (e.g., execute_sql_prod_pg, search_objects_staging_mysql)\nrather than using a source_id parameter. Updated the skill to\nreflect the actual API.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: correct multi-database tool naming in dbhub skill",
"author_name": "tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-03-05T13:54:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "da0f2d34ee8ee92d58351b1125c8cbf8be4decae",
"body": "Mentions the optional `npx skills add bytebase/dbhub` command\nso users discover the explore-then-query skill early.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add agent skill installation step to quickstart",
"author_name": "tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-03-05T13:53:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "49ab836419c215f00524b51d382d9bc505ff866b",
"body": "Add a skill at /skills/dbhub that guides agents on the correct\nworkflow for querying databases via DBHub's MCP tools. The skill\nteaches the explore-then-query pattern: discover schemas, find\ntables, inspect structure, then write precise SQL.\n\nCloses #264\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add agent skill for proper MCP database querying (#265)",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-03-05T13:49:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "eb51ab6ec11e91f4eb6b3340cd8439b780caf904",
"body": null,
"is_bot": false,
"headline": "chore: upgrade from 0.17.0 to 0.18.0",
"author_name": "tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-03-05T06:59:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55812ba0818329d334861aa643bcdf6f8e9d6d0c",
"body": "* feat: hot reload TOML config on file changes\n\nWatch dbhub.toml for changes using fs.watch and automatically reload\ndatabase connections and tool registry without requiring a server restart.\nIncludes rollback to previous config if reconnection fails.\n\nCloses #257\n\nCo-Authored-By: Claude Opus 4.6 <n\n[…]\ny@anthropic.com>\n\n* docs: add hot reload section to TOML configuration docs\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: hot reload TOML config on file changes (#261)",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-03-05T06:54:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "99ff5a75e2debb60ecbbf5b48969e8ee9322c37b",
"body": "* fix: prevent IAM refresh timer race during shutdown\n\nClear IAM refresh timers before disconnecting connectors/tunnels in\ndisconnect(), and add an isDisconnecting flag to prevent timer callbacks\nfrom rescheduling or reconnecting during teardown.\n\nAlso add engines.node >= 20 to package.json since @a\n[…]\nource during\nteardown. Also update docs to reflect Node.js 20+ requirement.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: prevent IAM refresh timer race during shutdown (#260)",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-03-05T04:12:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "015bf24e5ee6932405b99960c28d848be743880c",
"body": "* feat: add AWS IAM authentication for RDS sources\n\nEnable AWS IAM token-based auth for PostgreSQL, MySQL, and MariaDB using TOML source fields, and document/test the new configuration flow for secure passwordless RDS connections.\n\nMade-with: Cursor\n\n* test: cover IAM DSN rewrite and tighten passwor\n[…]\nonnections before token expiry\n\nSchedule periodic reconnection for aws_iam_auth sources so connection pools are rebuilt with fresh IAM tokens before the 15-minute token TTL elapses.\n\nMade-with: Cursor",
"is_bot": false,
"headline": "feat: add AWS IAM authentication for RDS sources (#258)",
"author_name": "fab0492",
"author_login": "fab0492",
"committed_at": "2026-03-05T03:35:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e2ba067178a6f9043acf103dd92d40e9cf2a8016",
"body": "…ripping (#256)\n\n* fix: dialect-aware SQL parsing for statement splitting and comment stripping\n\nAdd dialect-specific quoting support to the SQL parser so each database\nonly recognizes its own syntax: PostgreSQL gets dollar-quoting ($$/$tag$),\nMySQL/MariaDB get backtick identifiers, SQL Server gets \n[…]\ng chunks\n- Add fallback in getScanner for unknown dialect strings\n- Fix docstring accuracy (\"with a single space each\")\n\n---------\n\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: dialect-aware SQL parsing for statement splitting and comment st…",
"author_name": "Christopher S. Case",
"author_login": "ccase-pmlr",
"committed_at": "2026-02-25T02:18:06Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ce6b52275ea99e34e20649a8625f478150f7fe84",
"body": "- Allow keepaliveInterval=0 to silently disable keepalive instead of\n emitting a spurious warning (0 is valid in ssh2 meaning \"disabled\")\n- Fix parseNonNegativeInteger to reject partial numeric strings like\n \"1.5\" or \"10abc\" which Number.parseInt silently accepted\n\nAddresses review comments from #254.\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: correct SSH keepalive validation issues (#255)",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-02-24T06:49:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e002cb94408286565c57be5e6dcd2f82e2ec9750",
"body": "* feat: add SSH keepalive configuration options\n\nAdd ssh_keepalive_interval and ssh_keepalive_count_max options to prevent\nSSH tunnel connections from being dropped due to idle timeouts caused by\nNAT gateways, firewalls, or server-side sshd settings.\n\nThese options map to the ssh2 library's keepaliv\n[…]\nthored-by: Copilot <175728472+Copilot@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: add SSH keepalive configuration options (#254)",
"author_name": "大浜毅美",
"author_login": "takemi-ohama",
"committed_at": "2026-02-24T02:59:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6223cf203dc570fe6d8390368bc55992515579dd",
"body": null,
"is_bot": false,
"headline": "chore: upgrade from 0.16.1 to 0.17.0",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-02-23T06:49:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1977a9b9b6e01a1c2fc674e7dd65e472c5c5bf70",
"body": "* feat: add \"function\" as a searchable object type in search_objects (#245)\n\nAdd \"function\" as a first-class object type in the search_objects tool,\nallowing LLMs and users to discover database functions separately from\nprocedures. Previously, functions were only discoverable under the\n\"procedure\" t\n[…]\nopic.com>\n\n* docs: add function object type to search_objects documentation\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add function as searchable object type in search_objects (#252)",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-02-23T06:49:07Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ccd8627609271ceeb402855c025a1123696c2665",
"body": "…251)\n\n* feat: include table and column comments in schema context for LLMs (#249)\n\nAdd support for database comments/descriptions in the schema discovery\npipeline so LLMs can leverage table and column documentation for better\nquery accuracy, especially on complex or legacy databases.\n\n- Add `descri\n[…]\nstring-to-null normalization\n in MySQL, MariaDB, and SQL Server connectors\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: include table and column comments in schema context for LLMs (#…",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-02-23T06:19:10Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "75c4a74e25f0764791c215ae31e65d89cf8ad87a",
"body": "commit de76807241bff35af08c042266eb927665e68cb3\nAuthor: Tianzhou <t@bytebase.com>\nDate: Sun Feb 22 21:20:35 2026 -0800\n\n chore: add PR creation step to fix-bug skill\n\n Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\ncommit 272fc92919f9511fd1379e11b815a42bd7cc3b64\nAuthor: Tianzhou <t\n[…]\n.com>\nDate: Sun Feb 22 21:15:31 2026 -0800\n\n Add search_path support in TOML config for PostgreSQL non-public schemas\n\n Closes #243\n\n Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Squashed commit of the following:",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-02-23T05:39:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8a44ac44223e9d9a0cfa7ebe92b4a46b413f6046",
"body": "…mas (#250)\n\nCloses #243\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add search_path support in TOML config for PostgreSQL non-public sche…",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-02-23T05:17:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a30c3b106733e5f6c6809ea9b2c51df4ebc502d6",
"body": "…ig for non-public schemas (#244)\"\n\nThis reverts commit 8ecb7bd630246f207f9a04974b2f7e3dcb2ccc00.",
"is_bot": false,
"headline": "Revert \"Add support for `search_path` in PostgreSQL DSN and TOML conf…",
"author_name": "Tianzhou",
"author_login": "tianzhou",
"committed_at": "2026-02-23T04:19:22Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 320,
"latest_release_at": "2026-07-20T03:21:29Z",
"latest_release_tag": "v0.24.0",
"releases_from_tags": false,
"days_since_last_push": 3,
"active_weeks_last_year": 29,
"days_since_latest_release": 6,
"mean_days_between_releases": 4.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "dbhub",
"exists": true,
"license": "ISC",
"keywords": [
"dbhub",
"db",
"database"
],
"ecosystem": "npm",
"matches_repo": null,
"registry_url": "https://www.npmjs.com/package/dbhub",
"is_deprecated": false,
"latest_version": "0.2.1",
"repository_url": null,
"versions_count": 8,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 83,
"first_published_at": "2019-12-07T16:54:52.828000Z",
"latest_published_at": "2020-12-12T03:44:47.112000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 2051
}
]
},
"popularity": {
"forks": 276,
"stars": 3230,
"watchers": 18,
"fork_history": {
"days": [
{
"date": "2025-03-13",
"count": 1
},
{
"date": "2025-03-18",
"count": 1
},
{
"date": "2025-03-20",
"count": 1
},
{
"date": "2025-03-24",
"count": 2
},
{
"date": "2025-03-26",
"count": 1
},
{
"date": "2025-03-28",
"count": 2
},
{
"date": "2025-03-31",
"count": 1
},
{
"date": "2025-04-01",
"count": 1
},
{
"date": "2025-04-02",
"count": 2
},
{
"date": "2025-04-03",
"count": 1
},
{
"date": "2025-04-07",
"count": 3
},
{
"date": "2025-04-09",
"count": 2
},
{
"date": "2025-04-10",
"count": 1
},
{
"date": "2025-04-14",
"count": 2
},
{
"date": "2025-04-16",
"count": 1
},
{
"date": "2025-04-17",
"count": 2
},
{
"date": "2025-04-22",
"count": 2
},
{
"date": "2025-04-23",
"count": 3
},
{
"date": "2025-04-25",
"count": 2
},
{
"date": "2025-04-27",
"count": 1
},
{
"date": "2025-04-28",
"count": 2
},
{
"date": "2025-04-29",
"count": 1
},
{
"date": "2025-04-30",
"count": 1
},
{
"date": "2025-05-01",
"count": 1
},
{
"date": "2025-05-02",
"count": 1
},
{
"date": "2025-05-03",
"count": 4
},
{
"date": "2025-05-04",
"count": 1
},
{
"date": "2025-05-06",
"count": 1
},
{
"date": "2025-05-14",
"count": 2
},
{
"date": "2025-05-17",
"count": 2
},
{
"date": "2025-05-20",
"count": 1
},
{
"date": "2025-05-23",
"count": 1
},
{
"date": "2025-05-26",
"count": 1
},
{
"date": "2025-05-27",
"count": 3
},
{
"date": "2025-05-29",
"count": 2
},
{
"date": "2025-05-30",
"count": 1
},
{
"date": "2025-06-02",
"count": 1
},
{
"date": "2025-06-04",
"count": 1
},
{
"date": "2025-06-06",
"count": 1
},
{
"date": "2025-06-09",
"count": 1
},
{
"date": "2025-06-12",
"count": 1
},
{
"date": "2025-06-14",
"count": 2
},
{
"date": "2025-06-16",
"count": 1
},
{
"date": "2025-06-17",
"count": 1
},
{
"date": "2025-06-24",
"count": 1
},
{
"date": "2025-06-25",
"count": 1
},
{
"date": "2025-06-26",
"count": 1
},
{
"date": "2025-07-03",
"count": 3
},
{
"date": "2025-07-04",
"count": 2
},
{
"date": "2025-07-05",
"count": 1
},
{
"date": "2025-07-07",
"count": 2
},
{
"date": "2025-07-11",
"count": 1
},
{
"date": "2025-07-12",
"count": 2
},
{
"date": "2025-07-13",
"count": 1
},
{
"date": "2025-07-15",
"count": 2
},
{
"date": "2025-07-17",
"count": 1
},
{
"date": "2025-07-23",
"count": 2
},
{
"date": "2025-07-24",
"count": 2
},
{
"date": "2025-07-28",
"count": 1
},
{
"date": "2025-07-29",
"count": 1
},
{
"date": "2025-07-30",
"count": 1
},
{
"date": "2025-07-31",
"count": 1
},
{
"date": "2025-08-01",
"count": 1
},
{
"date": "2025-08-05",
"count": 1
},
{
"date": "2025-08-06",
"count": 1
},
{
"date": "2025-08-07",
"count": 1
},
{
"date": "2025-08-12",
"count": 2
},
{
"date": "2025-08-15",
"count": 1
},
{
"date": "2025-08-18",
"count": 1
},
{
"date": "2025-08-21",
"count": 1
},
{
"date": "2025-08-25",
"count": 1
},
{
"date": "2025-08-28",
"count": 2
},
{
"date": "2025-09-01",
"count": 1
},
{
"date": "2025-09-03",
"count": 1
},
{
"date": "2025-09-16",
"count": 1
},
{
"date": "2025-09-19",
"count": 1
},
{
"date": "2025-09-23",
"count": 1
},
{
"date": "2025-09-25",
"count": 2
},
{
"date": "2025-09-27",
"count": 1
},
{
"date": "2025-10-01",
"count": 2
},
{
"date": "2025-10-08",
"count": 1
},
{
"date": "2025-10-11",
"count": 1
},
{
"date": "2025-10-12",
"count": 1
},
{
"date": "2025-10-17",
"count": 1
},
{
"date": "2025-10-23",
"count": 1
},
{
"date": "2025-10-27",
"count": 1
},
{
"date": "2025-11-02",
"count": 2
},
{
"date": "2025-11-10",
"count": 1
},
{
"date": "2025-11-11",
"count": 2
},
{
"date": "2025-11-14",
"count": 1
},
{
"date": "2025-11-15",
"count": 1
},
{
"date": "2025-11-17",
"count": 1
},
{
"date": "2025-11-18",
"count": 1
},
{
"date": "2025-11-27",
"count": 2
},
{
"date": "2025-12-01",
"count": 1
},
{
"date": "2025-12-04",
"count": 1
},
{
"date": "2025-12-05",
"count": 1
},
{
"date": "2025-12-08",
"count": 1
},
{
"date": "2025-12-10",
"count": 1
},
{
"date": "2025-12-12",
"count": 1
},
{
"date": "2025-12-15",
"count": 1
},
{
"date": "2025-12-17",
"count": 1
},
{
"date": "2025-12-19",
"count": 2
},
{
"date": "2025-12-20",
"count": 1
},
{
"date": "2025-12-29",
"count": 1
},
{
"date": "2025-12-31",
"count": 1
},
{
"date": "2026-01-01",
"count": 1
},
{
"date": "2026-01-09",
"count": 2
},
{
"date": "2026-01-15",
"count": 1
},
{
"date": "2026-01-17",
"count": 1
},
{
"date": "2026-01-20",
"count": 3
},
{
"date": "2026-01-21",
"count": 1
},
{
"date": "2026-01-22",
"count": 1
},
{
"date": "2026-01-26",
"count": 2
},
{
"date": "2026-01-27",
"count": 2
},
{
"date": "2026-02-01",
"count": 1
},
{
"date": "2026-02-03",
"count": 2
},
{
"date": "2026-02-06",
"count": 1
},
{
"date": "2026-02-08",
"count": 1
},
{
"date": "2026-02-11",
"count": 2
},
{
"date": "2026-02-13",
"count": 2
},
{
"date": "2026-02-14",
"count": 1
},
{
"date": "2026-02-16",
"count": 1
},
{
"date": "2026-02-19",
"count": 2
},
{
"date": "2026-02-20",
"count": 2
},
{
"date": "2026-02-23",
"count": 1
},
{
"date": "2026-03-02",
"count": 1
},
{
"date": "2026-03-03",
"count": 1
},
{
"date": "2026-03-04",
"count": 4
},
{
"date": "2026-03-10",
"count": 1
},
{
"date": "2026-03-12",
"count": 1
},
{
"date": "2026-03-14",
"count": 1
},
{
"date": "2026-03-15",
"count": 1
},
{
"date": "2026-03-16",
"count": 1
},
{
"date": "2026-03-17",
"count": 1
},
{
"date": "2026-03-19",
"count": 1
},
{
"date": "2026-03-20",
"count": 1
},
{
"date": "2026-03-25",
"count": 1
},
{
"date": "2026-03-26",
"count": 1
},
{
"date": "2026-03-27",
"count": 1
},
{
"date": "2026-04-01",
"count": 2
},
{
"date": "2026-04-02",
"count": 3
},
{
"date": "2026-04-03",
"count": 1
},
{
"date": "2026-04-05",
"count": 3
},
{
"date": "2026-04-06",
"count": 1
},
{
"date": "2026-04-07",
"count": 1
},
{
"date": "2026-04-08",
"count": 2
},
{
"date": "2026-04-10",
"count": 4
},
{
"date": "2026-04-15",
"count": 1
},
{
"date": "2026-04-18",
"count": 1
},
{
"date": "2026-04-19",
"count": 1
},
{
"date": "2026-04-20",
"count": 1
},
{
"date": "2026-04-21",
"count": 3
},
{
"date": "2026-04-23",
"count": 1
},
{
"date": "2026-04-24",
"count": 1
},
{
"date": "2026-04-25",
"count": 1
},
{
"date": "2026-04-28",
"count": 2
},
{
"date": "2026-04-30",
"count": 1
},
{
"date": "2026-05-03",
"count": 2
},
{
"date": "2026-05-07",
"count": 1
},
{
"date": "2026-05-09",
"count": 2
},
{
"date": "2026-05-10",
"count": 1
},
{
"date": "2026-05-12",
"count": 1
},
{
"date": "2026-05-13",
"count": 1
},
{
"date": "2026-05-14",
"count": 2
},
{
"date": "2026-05-17",
"count": 1
},
{
"date": "2026-05-19",
"count": 1
},
{
"date": "2026-05-21",
"count": 2
},
{
"date": "2026-05-25",
"count": 1
},
{
"date": "2026-06-01",
"count": 3
},
{
"date": "2026-06-06",
"count": 1
},
{
"date": "2026-06-08",
"count": 1
},
{
"date": "2026-06-09",
"count": 1
},
{
"date": "2026-06-10",
"count": 1
},
{
"date": "2026-06-11",
"count": 1
},
{
"date": "2026-06-12",
"count": 1
},
{
"date": "2026-06-13",
"count": 1
},
{
"date": "2026-06-16",
"count": 2
},
{
"date": "2026-06-20",
"count": 2
},
{
"date": "2026-06-21",
"count": 2
},
{
"date": "2026-06-23",
"count": 1
},
{
"date": "2026-06-24",
"count": 1
},
{
"date": "2026-06-26",
"count": 2
},
{
"date": "2026-06-27",
"count": 1
},
{
"date": "2026-06-29",
"count": 1
},
{
"date": "2026-06-30",
"count": 1
},
{
"date": "2026-07-04",
"count": 1
},
{
"date": "2026-07-06",
"count": 2
},
{
"date": "2026-07-07",
"count": 1
},
{
"date": "2026-07-09",
"count": 2
},
{
"date": "2026-07-10",
"count": 1
},
{
"date": "2026-07-12",
"count": 2
},
{
"date": "2026-07-13",
"count": 1
},
{
"date": "2026-07-16",
"count": 2
},
{
"date": "2026-07-17",
"count": 1
},
{
"date": "2026-07-18",
"count": 1
},
{
"date": "2026-07-20",
"count": 1
},
{
"date": "2026-07-23",
"count": 1
}
],
"complete": true,
"collected": 275,
"total_forks": 276
},
"star_history": null,
"open_issues_and_prs": 5
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": true,
"bootstrap_files": [],
"api_schema_files": [
"src/api/openapi.yaml"
],
"has_devcontainer": false,
"typecheck_configs": [
"frontend/tsconfig.json",
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 70535,
"source_files_sampled": 195,
"oversized_source_files": 1,
"agent_instruction_files": [
".github/copilot-instructions.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 12763
},
"dependencies": {
"manifests": [
"frontend/package.json",
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [
{
"name": "axios",
"direct": true,
"version": "0.19.2",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 8.6,
"advisory_ids": [
"GHSA-3g43-6gmg-66jw",
"GHSA-3p68-rc4w-qgx5",
"GHSA-43fc-jf86-j433",
"GHSA-4w2v-q235-vp99",
"GHSA-5c9x-8gcm-mpgx",
"GHSA-62hf-57xw-28j9",
"GHSA-6chq-wfr3-2hj9",
"GHSA-7q8q-rj6j-mhjq",
"GHSA-898c-q2cr-xwhg",
"GHSA-cph5-m8f7-6c5x"
],
"fixed_version": "1.18.0",
"advisory_count": 25,
"oldest_advisory_days": 2028
},
{
"name": "follow-redirects",
"direct": false,
"version": "1.5.10",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 8,
"advisory_ids": [
"GHSA-74fj-2j2h-c42q",
"GHSA-cxjh-pqwp-8mfp",
"GHSA-jchw-25xp-jwwc",
"GHSA-pw2r-vq6v-hr8c",
"GHSA-r4q5-vmmm-2653"
],
"fixed_version": "1.16.0",
"advisory_count": 5,
"oldest_advisory_days": 1655
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 2
},
"advisory_count": 30,
"affected_count": 2,
"assessed_count": 4,
"malicious_count": 0,
"assessed_package": "npm:dbhub@0.2.1",
"unassessed_count": 0,
"direct_affected_count": 1
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@base-ui/react",
"manifest": "frontend/package.json",
"ecosystem": "npm",
"version_constraint": "^1.0.0"
},
{
"name": "@codemirror/commands",
"manifest": "frontend/package.json",
"ecosystem": "npm",
"version_constraint": "^6.10.1"
},
{
"name": "@codemirror/lang-sql",
"manifest": "frontend/package.json",
"ecosystem": "npm",
"version_constraint": "^6.10.0"
},
{
"name": "@codemirror/state",
"manifest": "frontend/package.json",
"ecosystem": "npm",
"version_constraint": "^6.5.3"
},
{
"name": "@codemirror/view",
"manifest": "frontend/package.json",
"ecosystem": "npm",
"version_constraint": "^6.39.5"
},
{
"name": "@tailwindcss/vite",
"manifest": "frontend/package.json",
"ecosystem": "npm",
"version_constraint": "^4.1.18"
},
{
"name": "@tanstack/react-virtual",
"manifest": "frontend/package.json",
"ecosystem": "npm",
"version_constraint": "^3.13.13"
},
{
"name": "class-variance-authority",
"manifest": "frontend/package.json",
"ecosystem": "npm",
"version_constraint": "^0.7.1"
},
{
"name": "clsx",
"manifest": "frontend/package.json",
"ecosystem": "npm",
"version_constraint": "^2.1.1"
},
{
"name": "codemirror",
"manifest": "frontend/package.json",
"ecosystem": "npm",
"version_constraint": "^6.0.2"
},
{
"name": "lucide-react",
"manifest": "frontend/package.json",
"ecosystem": "npm",
"version_constraint": "^0.562.0"
},
{
"name": "react",
"manifest": "frontend/package.json",
"ecosystem": "npm",
"version_constraint": "^18.3.1"
},
{
"name": "react-dom",
"manifest": "frontend/package.json",
"ecosystem": "npm",
"version_constraint": "^18.3.1"
},
{
"name": "react-router-dom",
"manifest": "frontend/package.json",
"ecosystem": "npm",
"version_constraint": "^7.9.5"
},
{
"name": "tailwind-merge",
"manifest": "frontend/package.json",
"ecosystem": "npm",
"version_constraint": "^2.5.5"
},
{
"name": "tw-animate-css",
"manifest": "frontend/package.json",
"ecosystem": "npm",
"version_constraint": "^1.4.0"
},
{
"name": "@iarna/toml",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.2.5"
},
{
"name": "@modelcontextprotocol/sdk",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.25.1"
},
{
"name": "dotenv",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^16.4.7"
},
{
"name": "express",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.18.2"
},
{
"name": "ssh-config",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^5.0.3"
},
{
"name": "ssh2",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.16.0"
},
{
"name": "zod",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.24.2"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@base-ui/react",
"direct": true,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "@base-ui/react",
"direct": true,
"version": "^1.0.0",
"ecosystem": "npm"
},
{
"name": "@codemirror/commands",
"direct": true,
"version": "6.10.1",
"ecosystem": "npm"
},
{
"name": "@codemirror/commands",
"direct": true,
"version": "^6.10.1",
"ecosystem": "npm"
},
{
"name": "@codemirror/lang-sql",
"direct": true,
"version": "6.10.0",
"ecosystem": "npm"
},
{
"name": "@codemirror/lang-sql",
"direct": true,
"version": "^6.10.0",
"ecosystem": "npm"
},
{
"name": "@codemirror/state",
"direct": true,
"version": "6.5.3",
"ecosystem": "npm"
},
{
"name": "@codemirror/state",
"direct": true,
"version": "^6.5.3",
"ecosystem": "npm"
},
{
"name": "@codemirror/view",
"direct": true,
"version": "6.39.5",
"ecosystem": "npm"
},
{
"name": "@codemirror/view",
"direct": true,
"version": "^6.39.5",
"ecosystem": "npm"
},
{
"name": "@iarna/toml",
"direct": true,
"version": "2.2.5",
"ecosystem": "npm"
},
{
"name": "@modelcontextprotocol/sdk",
"direct": true,
"version": "1.25.1",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/vite",
"direct": true,
"version": "4.1.18",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/vite",
"direct": true,
"version": "^4.1.18",
"ecosystem": "npm"
},
{
"name": "@tanstack/react-virtual",
"direct": true,
"version": "3.13.13",
"ecosystem": "npm"
},
{
"name": "@tanstack/react-virtual",
"direct": true,
"version": "^3.13.13",
"ecosystem": "npm"
},
{
"name": "class-variance-authority",
"direct": true,
"version": "0.7.1",
"ecosystem": "npm"
},
{
"name": "class-variance-authority",
"direct": true,
"version": "^0.7.1",
"ecosystem": "npm"
},
{
"name": "clsx",
"direct": true,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "clsx",
"direct": true,
"version": "^2.1.1",
"ecosystem": "npm"
},
{
"name": "codemirror",
"direct": true,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "codemirror",
"direct": true,
"version": "^6.0.2",
"ecosystem": "npm"
},
{
"name": "dotenv",
"direct": true,
"version": "16.5.0",
"ecosystem": "npm"
},
{
"name": "express",
"direct": true,
"version": "4.21.2",
"ecosystem": "npm"
},
{
"name": "express",
"direct": true,
"version": "5.1.0",
"ecosystem": "npm"
},
{
"name": "lucide-react",
"direct": true,
"version": "0.562.0",
"ecosystem": "npm"
},
{
"name": "lucide-react",
"direct": true,
"version": "^0.562.0",
"ecosystem": "npm"
},
{
"name": "react",
"direct": true,
"version": "18.3.1",
"ecosystem": "npm"
},
{
"name": "react",
"direct": true,
"version": "^18.3.1",
"ecosystem": "npm"
},
{
"name": "react-dom",
"direct": true,
"version": "18.3.1",
"ecosystem": "npm"
},
{
"name": "react-dom",
"direct": true,
"version": "^18.3.1",
"ecosystem": "npm"
},
{
"name": "react-router-dom",
"direct": true,
"version": "7.9.5",
"ecosystem": "npm"
},
{
"name": "react-router-dom",
"direct": true,
"version": "^7.9.5",
"ecosystem": "npm"
},
{
"name": "ssh-config",
"direct": true,
"version": "5.0.3",
"ecosystem": "npm"
},
{
"name": "ssh2",
"direct": true,
"version": "1.16.0",
"ecosystem": "npm"
},
{
"name": "tailwind-merge",
"direct": true,
"version": "2.6.0",
"ecosystem": "npm"
},
{
"name": "tailwind-merge",
"direct": true,
"version": "^2.5.5",
"ecosystem": "npm"
},
{
"name": "tw-animate-css",
"direct": true,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "tw-animate-css",
"direct": true,
"version": "^1.4.0",
"ecosystem": "npm"
},
{
"name": "zod",
"direct": true,
"version": "3.25.64",
"ecosystem": "npm"
},
{
"name": "zod",
"direct": true,
"version": "3.25.76",
"ecosystem": "npm"
},
{
"name": "@anthropic-ai/mcpb",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "@aws-crypto/sha256-browser",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "@aws-crypto/sha256-js",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "@aws-crypto/supports-web-crypto",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "@aws-crypto/util",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/client-cognito-identity",
"direct": false,
"version": "3.1001.0",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/core",
"direct": false,
"version": "3.973.16",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/credential-provider-cognito-identity",
"direct": false,
"version": "3.972.7",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/credential-provider-env",
"direct": false,
"version": "3.972.14",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/credential-provider-http",
"direct": false,
"version": "3.972.16",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/credential-provider-ini",
"direct": false,
"version": "3.972.14",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/credential-provider-login",
"direct": false,
"version": "3.972.14",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/credential-provider-node",
"direct": false,
"version": "3.972.15",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/credential-provider-process",
"direct": false,
"version": "3.972.14",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/credential-provider-sso",
"direct": false,
"version": "3.972.14",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/credential-provider-web-identity",
"direct": false,
"version": "3.972.14",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/credential-providers",
"direct": false,
"version": "3.1001.0",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/middleware-host-header",
"direct": false,
"version": "3.972.6",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/middleware-logger",
"direct": false,
"version": "3.972.6",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/middleware-recursion-detection",
"direct": false,
"version": "3.972.6",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/middleware-user-agent",
"direct": false,
"version": "3.972.16",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/nested-clients",
"direct": false,
"version": "3.996.4",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/rds-signer",
"direct": false,
"version": "3.1001.0",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/region-config-resolver",
"direct": false,
"version": "3.972.6",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/token-providers",
"direct": false,
"version": "3.1001.0",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/types",
"direct": false,
"version": "3.973.4",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/util-endpoints",
"direct": false,
"version": "3.996.3",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/util-format-url",
"direct": false,
"version": "3.972.6",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/util-locate-window",
"direct": false,
"version": "3.965.4",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/util-user-agent-browser",
"direct": false,
"version": "3.972.6",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/util-user-agent-node",
"direct": false,
"version": "3.973.1",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/xml-builder",
"direct": false,
"version": "3.972.9",
"ecosystem": "npm"
},
{
"name": "@aws/lambda-invoke-store",
"direct": false,
"version": "0.2.3",
"ecosystem": "npm"
},
{
"name": "@azure-rest/core-client",
"direct": false,
"version": "2.4.0",
"ecosystem": "npm"
},
{
"name": "@azure/abort-controller",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "@azure/core-auth",
"direct": false,
"version": "1.9.0",
"ecosystem": "npm"
},
{
"name": "@azure/core-client",
"direct": false,
"version": "1.9.4",
"ecosystem": "npm"
},
{
"name": "@azure/core-http-compat",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "@azure/core-lro",
"direct": false,
"version": "2.7.2",
"ecosystem": "npm"
},
{
"name": "@azure/core-paging",
"direct": false,
"version": "1.6.2",
"ecosystem": "npm"
},
{
"name": "@azure/core-rest-pipeline",
"direct": false,
"version": "1.21.0",
"ecosystem": "npm"
},
{
"name": "@azure/core-tracing",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "@azure/core-util",
"direct": false,
"version": "1.12.0",
"ecosystem": "npm"
},
{
"name": "@azure/identity",
"direct": false,
"version": "4.10.1",
"ecosystem": "npm"
},
{
"name": "@azure/keyvault-common",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "@azure/keyvault-keys",
"direct": false,
"version": "4.10.0",
"ecosystem": "npm"
},
{
"name": "@azure/logger",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "@azure/msal-browser",
"direct": false,
"version": "4.13.1",
"ecosystem": "npm"
},
{
"name": "@azure/msal-common",
"direct": false,
"version": "15.7.0",
"ecosystem": "npm"
},
{
"name": "@azure/msal-node",
"direct": false,
"version": "3.6.0",
"ecosystem": "npm"
},
{
"name": "@babel/code-frame",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/compat-data",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@babel/core",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@babel/generator",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@babel/helper-compilation-targets",
"direct": false,
"version": "7.27.2",
"ecosystem": "npm"
},
{
"name": "@babel/helper-globals",
"direct": false,
"version": "7.28.0",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-imports",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-transforms",
"direct": false,
"version": "7.28.3",
"ecosystem": "npm"
},
{
"name": "@babel/helper-plugin-utils",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-option",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/helpers",
"direct": false,
"version": "7.28.4",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-react-jsx-self",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-react-jsx-source",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/runtime",
"direct": false,
"version": "7.28.4",
"ecosystem": "npm"
},
{
"name": "@babel/template",
"direct": false,
"version": "7.27.2",
"ecosystem": "npm"
},
{
"name": "@babel/traverse",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@balena/dockerignore",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "@base-ui/utils",
"direct": false,
"version": "0.2.3",
"ecosystem": "npm"
},
{
"name": "@codemirror/autocomplete",
"direct": false,
"version": "6.20.0",
"ecosystem": "npm"
},
{
"name": "@codemirror/language",
"direct": false,
"version": "6.12.1",
"ecosystem": "npm"
},
{
"name": "@codemirror/lint",
"direct": false,
"version": "6.9.2",
"ecosystem": "npm"
},
{
"name": "@codemirror/search",
"direct": false,
"version": "6.5.11",
"ecosystem": "npm"
},
{
"name": "@cspotcode/source-map-support",
"direct": false,
"version": "0.8.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.25.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.25.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.25.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.25.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.25.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.25.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.25.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.25.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.25.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.25.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.25.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.25.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.25.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.25.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.25.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.25.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.25.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-arm64",
"direct": false,
"version": "0.25.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.25.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-arm64",
"direct": false,
"version": "0.25.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.25.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.25.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.25.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.25.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.25.5",
"ecosystem": "npm"
},
{
"name": "@floating-ui/core",
"direct": false,
"version": "1.7.3",
"ecosystem": "npm"
},
{
"name": "@floating-ui/dom",
"direct": false,
"version": "1.7.4",
"ecosystem": "npm"
},
{
"name": "@floating-ui/react-dom",
"direct": false,
"version": "2.1.6",
"ecosystem": "npm"
},
{
"name": "@floating-ui/utils",
"direct": false,
"version": "0.2.10",
"ecosystem": "npm"
},
{
"name": "@grpc/grpc-js",
"direct": false,
"version": "1.13.4",
"ecosystem": "npm"
},
{
"name": "@grpc/proto-loader",
"direct": false,
"version": "0.7.15",
"ecosystem": "npm"
},
{
"name": "@hono/node-server",
"direct": false,
"version": "1.19.7",
"ecosystem": "npm"
},
{
"name": "@inquirer/checkbox",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/confirm",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/core",
"direct": false,
"version": "9.2.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/editor",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/expand",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/figures",
"direct": false,
"version": "1.0.15",
"ecosystem": "npm"
},
{
"name": "@inquirer/input",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/number",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/password",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/prompts",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/rawlist",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/search",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/select",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/type",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "@isaacs/cliui",
"direct": false,
"version": "8.0.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.3.13",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.3.8",
"ecosystem": "npm"
},
{
"name": "@jridgewell/remapping",
"direct": false,
"version": "2.3.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/set-array",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.0",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.25",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.31",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.9",
"ecosystem": "npm"
},
{
"name": "@js-joda/core",
"direct": false,
"version": "5.6.5",
"ecosystem": "npm"
},
{
"name": "@js-sdsl/ordered-map",
"direct": false,
"version": "4.4.2",
"ecosystem": "npm"
},
{
"name": "@lezer/common",
"direct": false,
"version": "1.5.0",
"ecosystem": "npm"
},
{
"name": "@lezer/highlight",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "@lezer/lr",
"direct": false,
"version": "1.4.5",
"ecosystem": "npm"
},
{
"name": "@marijn/find-cluster-break",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "@pkgjs/parseargs",
"direct": false,
"version": "0.11.0",
"ecosystem": "npm"
},
{
"name": "@protobufjs/aspromise",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@protobufjs/base64",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@protobufjs/codegen",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "@protobufjs/eventemitter",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@protobufjs/fetch",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@protobufjs/float",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "@protobufjs/inquire",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@protobufjs/path",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@protobufjs/pool",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@protobufjs/utf8",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@redocly/ajv",
"direct": false,
"version": "8.17.1",
"ecosystem": "npm"
},
{
"name": "@redocly/config",
"direct": false,
"version": "0.22.2",
"ecosystem": "npm"
},
{
"name": "@redocly/openapi-core",
"direct": false,
"version": "1.34.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/pluginutils",
"direct": false,
"version": "1.0.0-beta.27",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm-eabi",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm64",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-arm64",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-x64",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-arm64",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-x64",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-gnueabihf",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-musleabihf",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-gnu",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-musl",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loongarch64-gnu",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-powerpc64le-gnu",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-gnu",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-musl",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-s390x-gnu",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-gnu",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-musl",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-arm64-msvc",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-ia32-msvc",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-msvc",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "@smithy/abort-controller",
"direct": false,
"version": "4.2.10",
"ecosystem": "npm"
},
{
"name": "@smithy/config-resolver",
"direct": false,
"version": "4.4.9",
"ecosystem": "npm"
},
{
"name": "@smithy/core",
"direct": false,
"version": "3.23.7",
"ecosystem": "npm"
},
{
"name": "@smithy/credential-provider-imds",
"direct": false,
"version": "4.2.10",
"ecosystem": "npm"
},
{
"name": "@smithy/fetch-http-handler",
"direct": false,
"version": "5.3.12",
"ecosystem": "npm"
},
{
"name": "@smithy/hash-node",
"direct": false,
"version": "4.2.10",
"ecosystem": "npm"
},
{
"name": "@smithy/invalid-dependency",
"direct": false,
"version": "4.2.10",
"ecosystem": "npm"
},
{
"name": "@smithy/is-array-buffer",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "@smithy/is-array-buffer",
"direct": false,
"version": "4.2.1",
"ecosystem": "npm"
},
{
"name": "@smithy/middleware-content-length",
"direct": false,
"version": "4.2.10",
"ecosystem": "npm"
},
{
"name": "@smithy/middleware-endpoint",
"direct": false,
"version": "4.4.21",
"ecosystem": "npm"
},
{
"name": "@smithy/middleware-retry",
"direct": false,
"version": "4.4.38",
"ecosystem": "npm"
},
{
"name": "@smithy/middleware-serde",
"direct": false,
"version": "4.2.11",
"ecosystem": "npm"
},
{
"name": "@smithy/middleware-stack",
"direct": false,
"version": "4.2.10",
"ecosystem": "npm"
},
{
"name": "@smithy/node-config-provider",
"direct": false,
"version": "4.3.10",
"ecosystem": "npm"
},
{
"name": "@smithy/node-http-handler",
"direct": false,
"version": "4.4.13",
"ecosystem": "npm"
},
{
"name": "@smithy/property-provider",
"direct": false,
"version": "4.2.10",
"ecosystem": "npm"
},
{
"name": "@smithy/protocol-http",
"direct": false,
"version": "5.3.10",
"ecosystem": "npm"
},
{
"name": "@smithy/querystring-builder",
"direct": false,
"version": "4.2.10",
"ecosystem": "npm"
},
{
"name": "@smithy/querystring-parser",
"direct": false,
"version": "4.2.10",
"ecosystem": "npm"
},
{
"name": "@smithy/service-error-classification",
"direct": false,
"version": "4.2.10",
"ecosystem": "npm"
},
{
"name": "@smithy/shared-ini-file-loader",
"direct": false,
"version": "4.4.5",
"ecosystem": "npm"
},
{
"name": "@smithy/signature-v4",
"direct": false,
"version": "5.3.10",
"ecosystem": "npm"
},
{
"name": "@smithy/smithy-client",
"direct": false,
"version": "4.12.1",
"ecosystem": "npm"
},
{
"name": "@smithy/types",
"direct": false,
"version": "4.13.0",
"ecosystem": "npm"
},
{
"name": "@smithy/url-parser",
"direct": false,
"version": "4.2.10",
"ecosystem": "npm"
},
{
"name": "@smithy/util-base64",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "@smithy/util-body-length-browser",
"direct": false,
"version": "4.2.1",
"ecosystem": "npm"
},
{
"name": "@smithy/util-body-length-node",
"direct": false,
"version": "4.2.2",
"ecosystem": "npm"
},
{
"name": "@smithy/util-buffer-from",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "@smithy/util-buffer-from",
"direct": false,
"version": "4.2.1",
"ecosystem": "npm"
},
{
"name": "@smithy/util-config-provider",
"direct": false,
"version": "4.2.1",
"ecosystem": "npm"
},
{
"name": "@smithy/util-defaults-mode-browser",
"direct": false,
"version": "4.3.37",
"ecosystem": "npm"
},
{
"name": "@smithy/util-defaults-mode-node",
"direct": false,
"version": "4.2.40",
"ecosystem": "npm"
},
{
"name": "@smithy/util-endpoints",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "@smithy/util-hex-encoding",
"direct": false,
"version": "4.2.1",
"ecosystem": "npm"
},
{
"name": "@smithy/util-middleware",
"direct": false,
"version": "4.2.10",
"ecosystem": "npm"
},
{
"name": "@smithy/util-retry",
"direct": false,
"version": "4.2.10",
"ecosystem": "npm"
},
{
"name": "@smithy/util-stream",
"direct": false,
"version": "4.5.16",
"ecosystem": "npm"
},
{
"name": "@smithy/util-uri-escape",
"direct": false,
"version": "4.2.1",
"ecosystem": "npm"
},
{
"name": "@smithy/util-utf8",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "@smithy/util-utf8",
"direct": false,
"version": "4.2.1",
"ecosystem": "npm"
},
{
"name": "@smithy/uuid",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@standard-schema/spec",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/node",
"direct": false,
"version": "4.1.18",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide",
"direct": false,
"version": "4.1.18",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-android-arm64",
"direct": false,
"version": "4.1.18",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-darwin-arm64",
"direct": false,
"version": "4.1.18",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-darwin-x64",
"direct": false,
"version": "4.1.18",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-freebsd-x64",
"direct": false,
"version": "4.1.18",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-linux-arm-gnueabihf",
"direct": false,
"version": "4.1.18",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-linux-arm64-gnu",
"direct": false,
"version": "4.1.18",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-linux-arm64-musl",
"direct": false,
"version": "4.1.18",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-linux-x64-gnu",
"direct": false,
"version": "4.1.18",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-linux-x64-musl",
"direct": false,
"version": "4.1.18",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-wasm32-wasi",
"direct": false,
"version": "4.1.18",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-win32-arm64-msvc",
"direct": false,
"version": "4.1.18",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-win32-x64-msvc",
"direct": false,
"version": "4.1.18",
"ecosystem": "npm"
},
{
"name": "@tanstack/virtual-core",
"direct": false,
"version": "3.13.13",
"ecosystem": "npm"
},
{
"name": "@tediousjs/connection-string",
"direct": false,
"version": "0.5.0",
"ecosystem": "npm"
},
{
"name": "@testcontainers/mariadb",
"direct": false,
"version": "11.0.3",
"ecosystem": "npm"
},
{
"name": "@testcontainers/mssqlserver",
"direct": false,
"version": "11.0.3",
"ecosystem": "npm"
},
{
"name": "@testcontainers/mysql",
"direct": false,
"version": "11.0.3",
"ecosystem": "npm"
},
{
"name": "@testcontainers/postgresql",
"direct": false,
"version": "11.0.3",
"ecosystem": "npm"
},
{
"name": "@tsconfig/node10",
"direct": false,
"version": "1.0.11",
"ecosystem": "npm"
},
{
"name": "@tsconfig/node12",
"direct": false,
"version": "1.0.11",
"ecosystem": "npm"
},
{
"name": "@tsconfig/node14",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@tsconfig/node16",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "@types/babel__core",
"direct": false,
"version": "7.20.5",
"ecosystem": "npm"
},
{
"name": "@types/babel__generator",
"direct": false,
"version": "7.27.0",
"ecosystem": "npm"
},
{
"name": "@types/babel__template",
"direct": false,
"version": "7.4.4",
"ecosystem": "npm"
},
{
"name": "@types/babel__traverse",
"direct": false,
"version": "7.28.0",
"ecosystem": "npm"
},
{
"name": "@types/body-parser",
"direct": false,
"version": "1.19.6",
"ecosystem": "npm"
},
{
"name": "@types/chai",
"direct": false,
"version": "5.2.3",
"ecosystem": "npm"
},
{
"name": "@types/connect",
"direct": false,
"version": "3.4.38",
"ecosystem": "npm"
},
{
"name": "@types/deep-eql",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "@types/docker-modem",
"direct": false,
"version": "3.0.6",
"ecosystem": "npm"
},
{
"name": "@types/dockerode",
"direct": false,
"version": "3.3.40",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "@types/express",
"direct": false,
"version": "4.17.23",
"ecosystem": "npm"
},
{
"name": "@types/express-serve-static-core",
"direct": false,
"version": "4.19.6",
"ecosystem": "npm"
},
{
"name": "@types/geojson",
"direct": false,
"version": "7946.0.16",
"ecosystem": "npm"
},
{
"name": "@types/http-errors",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "@types/mime",
"direct": false,
"version": "1.3.5",
"ecosystem": "npm"
},
{
"name": "@types/mssql",
"direct": false,
"version": "9.1.7",
"ecosystem": "npm"
},
{
"name": "@types/mute-stream",
"direct": false,
"version": "0.0.4",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "18.19.111",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "22.15.31",
"ecosystem": "npm"
},
{
"name": "@types/pg",
"direct": false,
"version": "8.15.4",
"ecosystem": "npm"
},
{
"name": "@types/prop-types",
"direct": false,
"version": "15.7.15",
"ecosystem": "npm"
},
{
"name": "@types/qs",
"direct": false,
"version": "6.14.0",
"ecosystem": "npm"
},
{
"name": "@types/range-parser",
"direct": false,
"version": "1.2.7",
"ecosystem": "npm"
},
{
"name": "@types/react",
"direct": false,
"version": "18.3.26",
"ecosystem": "npm"
},
{
"name": "@types/react",
"direct": false,
"version": "^18.3.12",
"ecosystem": "npm"
},
{
"name": "@types/react-dom",
"direct": false,
"version": "18.3.7",
"ecosystem": "npm"
},
{
"name": "@types/react-dom",
"direct": false,
"version": "^18.3.1",
"ecosystem": "npm"
},
{
"name": "@types/readable-stream",
"direct": false,
"version": "4.0.21",
"ecosystem": "npm"
},
{
"name": "@types/send",
"direct": false,
"version": "0.17.5",
"ecosystem": "npm"
},
{
"name": "@types/serve-static",
"direct": false,
"version": "1.15.8",
"ecosystem": "npm"
},
{
"name": "@types/ssh2",
"direct": false,
"version": "0.5.52",
"ecosystem": "npm"
},
{
"name": "@types/ssh2",
"direct": false,
"version": "1.15.5",
"ecosystem": "npm"
},
{
"name": "@types/ssh2-streams",
"direct": false,
"version": "0.1.12",
"ecosystem": "npm"
},
{
"name": "@types/wrap-ansi",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "@typespec/ts-http-runtime",
"direct": false,
"version": "0.2.3",
"ecosystem": "npm"
},
{
"name": "@vitejs/plugin-react",
"direct": false,
"version": "4.7.0",
"ecosystem": "npm"
},
{
"name": "@vitejs/plugin-react",
"direct": false,
"version": "^4.3.4",
"ecosystem": "npm"
},
{
"name": "@vitest/expect",
"direct": false,
"version": "4.0.6",
"ecosystem": "npm"
},
{
"name": "@vitest/mocker",
"direct": false,
"version": "4.0.6",
"ecosystem": "npm"
},
{
"name": "@vitest/pretty-format",
"direct": false,
"version": "4.0.6",
"ecosystem": "npm"
},
{
"name": "@vitest/runner",
"direct": false,
"version": "4.0.6",
"ecosystem": "npm"
},
{
"name": "@vitest/snapshot",
"direct": false,
"version": "4.0.6",
"ecosystem": "npm"
},
{
"name": "@vitest/spy",
"direct": false,
"version": "4.0.6",
"ecosystem": "npm"
},
{
"name": "@vitest/utils",
"direct": false,
"version": "4.0.6",
"ecosystem": "npm"
},
{
"name": "abort-controller",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "accepts",
"direct": false,
"version": "1.3.8",
"ecosystem": "npm"
},
{
"name": "accepts",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.15.0",
"ecosystem": "npm"
},
{
"name": "acorn-walk",
"direct": false,
"version": "8.3.4",
"ecosystem": "npm"
},
{
"name": "agent-base",
"direct": false,
"version": "7.1.3",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "8.17.1",
"ecosystem": "npm"
},
{
"name": "ajv-formats",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "ansi-colors",
"direct": false,
"version": "4.1.3",
"ecosystem": "npm"
},
{
"name": "ansi-escapes",
"direct": false,
"version": "4.3.2",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "6.2.1",
"ecosystem": "npm"
},
{
"name": "any-promise",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "archiver",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "archiver-utils",
"direct": false,
"version": "5.0.2",
"ecosystem": "npm"
},
{
"name": "arg",
"direct": false,
"version": "4.1.3",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "array-flatten",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "asn1",
"direct": false,
"version": "0.2.6",
"ecosystem": "npm"
},
{
"name": "assertion-error",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "async",
"direct": false,
"version": "3.2.6",
"ecosystem": "npm"
},
{
"name": "async-lock",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "aws-ssl-profiles",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "b4a",
"direct": false,
"version": "1.6.7",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "bare-events",
"direct": false,
"version": "2.5.4",
"ecosystem": "npm"
},
{
"name": "bare-fs",
"direct": false,
"version": "4.1.5",
"ecosystem": "npm"
},
{
"name": "bare-os",
"direct": false,
"version": "3.6.1",
"ecosystem": "npm"
},
{
"name": "bare-path",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "bare-stream",
"direct": false,
"version": "2.6.5",
"ecosystem": "npm"
},
{
"name": "base64-js",
"direct": false,
"version": "1.5.1",
"ecosystem": "npm"
},
{
"name": "baseline-browser-mapping",
"direct": false,
"version": "2.8.26",
"ecosystem": "npm"
},
{
"name": "bcrypt-pbkdf",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "bl",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "bl",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "body-parser",
"direct": false,
"version": "1.20.3",
"ecosystem": "npm"
},
{
"name": "body-parser",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "bowser",
"direct": false,
"version": "2.14.1",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "browserslist",
"direct": false,
"version": "4.28.0",
"ecosystem": "npm"
},
{
"name": "buffer",
"direct": false,
"version": "5.7.1",
"ecosystem": "npm"
},
{
"name": "buffer",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "buffer-crc32",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "buffer-equal-constant-time",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "buildcheck",
"direct": false,
"version": "0.0.6",
"ecosystem": "npm"
},
{
"name": "bundle-name",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "bundle-require",
"direct": false,
"version": "5.1.0",
"ecosystem": "npm"
},
{
"name": "byline",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "bytes",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "cac",
"direct": false,
"version": "6.7.14",
"ecosystem": "npm"
},
{
"name": "call-bind-apply-helpers",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "call-bound",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "caniuse-lite",
"direct": false,
"version": "1.0.30001754",
"ecosystem": "npm"
},
{
"name": "chai",
"direct": false,
"version": "6.2.0",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "change-case",
"direct": false,
"version": "5.4.4",
"ecosystem": "npm"
},
{
"name": "chardet",
"direct": false,
"version": "0.7.0",
"ecosystem": "npm"
},
{
"name": "chokidar",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "chownr",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "cli-width",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "colorette",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "11.1.0",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "13.1.0",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "compress-commons",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "concurrently",
"direct": false,
"version": "9.2.1",
"ecosystem": "npm"
},
{
"name": "confbox",
"direct": false,
"version": "0.1.8",
"ecosystem": "npm"
},
{
"name": "consola",
"direct": false,
"version": "3.4.2",
"ecosystem": "npm"
},
{
"name": "content-disposition",
"direct": false,
"version": "0.5.4",
"ecosystem": "npm"
},
{
"name": "content-disposition",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "content-type",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "cookie",
"direct": false,
"version": "0.7.1",
"ecosystem": "npm"
},
{
"name": "cookie",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "cookie",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "cookie-signature",
"direct": false,
"version": "1.0.6",
"ecosystem": "npm"
},
{
"name": "cookie-signature",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "core-util-is",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "cors",
"direct": false,
"version": "2.8.5",
"ecosystem": "npm"
},
{
"name": "cpu-features",
"direct": false,
"version": "0.0.10",
"ecosystem": "npm"
},
{
"name": "crc-32",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "crc32-stream",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "create-require",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "crelt",
"direct": false,
"version": "1.0.6",
"ecosystem": "npm"
},
{
"name": "cross-env",
"direct": false,
"version": "7.0.3",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "csstype",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "2.6.9",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.1",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "default-browser",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "default-browser-id",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "define-lazy-prop",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "denque",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "depd",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "destroy",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "detect-libc",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "docker-compose",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "docker-modem",
"direct": false,
"version": "5.0.6",
"ecosystem": "npm"
},
{
"name": "dockerode",
"direct": false,
"version": "4.0.7",
"ecosystem": "npm"
},
{
"name": "dunder-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "eastasianwidth",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "ecdsa-sig-formatter",
"direct": false,
"version": "1.0.11",
"ecosystem": "npm"
},
{
"name": "ee-first",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "electron-to-chromium",
"direct": false,
"version": "1.5.250",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "9.2.2",
"ecosystem": "npm"
},
{
"name": "encodeurl",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "encodeurl",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "end-of-stream",
"direct": false,
"version": "1.4.4",
"ecosystem": "npm"
},
{
"name": "enhanced-resolve",
"direct": false,
"version": "5.18.4",
"ecosystem": "npm"
},
{
"name": "es-define-property",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "es-errors",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "es-module-lexer",
"direct": false,
"version": "1.7.0",
"ecosystem": "npm"
},
{
"name": "es-object-atoms",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.25.5",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "escape-html",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "etag",
"direct": false,
"version": "1.8.1",
"ecosystem": "npm"
},
{
"name": "event-target-shim",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "events",
"direct": false,
"version": "3.3.0",
"ecosystem": "npm"
},
{
"name": "eventsource",
"direct": false,
"version": "3.0.7",
"ecosystem": "npm"
},
{
"name": "eventsource-parser",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "expect-type",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "express-rate-limit",
"direct": false,
"version": "7.5.0",
"ecosystem": "npm"
},
{
"name": "external-editor",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "fast-deep-equal",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "fast-fifo",
"direct": false,
"version": "1.3.2",
"ecosystem": "npm"
},
{
"name": "fast-uri",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "fast-xml-builder",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "fast-xml-parser",
"direct": false,
"version": "5.4.1",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.4.6",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "fflate",
"direct": false,
"version": "0.8.3",
"ecosystem": "npm"
},
{
"name": "finalhandler",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "finalhandler",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "fix-dts-default-cjs-exports",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "flora-colossus",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "foreground-child",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "forwarded",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "fresh",
"direct": false,
"version": "0.5.2",
"ecosystem": "npm"
},
{
"name": "fresh",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "fs-constants",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "fs-extra",
"direct": false,
"version": "10.1.0",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "function-bind",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "galactus",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "generate-function",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "gensync",
"direct": false,
"version": "1.0.0-beta.2",
"ecosystem": "npm"
},
{
"name": "get-caller-file",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "get-intrinsic",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "get-port",
"direct": false,
"version": "7.1.0",
"ecosystem": "npm"
},
{
"name": "get-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "get-tsconfig",
"direct": false,
"version": "4.10.1",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "10.4.5",
"ecosystem": "npm"
},
{
"name": "gopd",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.11",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "has-symbols",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "hasown",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "hono",
"direct": false,
"version": "4.11.1",
"ecosystem": "npm"
},
{
"name": "http-errors",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "http-proxy-agent",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "https-proxy-agent",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "iconv-lite",
"direct": false,
"version": "0.4.24",
"ecosystem": "npm"
},
{
"name": "iconv-lite",
"direct": false,
"version": "0.6.3",
"ecosystem": "npm"
},
{
"name": "ieee754",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "index-to-position",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "ipaddr.js",
"direct": false,
"version": "1.9.1",
"ecosystem": "npm"
},
{
"name": "is-docker",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "is-fullwidth-code-point",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "is-inside-container",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "is-promise",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "is-property",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "is-stream",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "is-wsl",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "isarray",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "jackspeak",
"direct": false,
"version": "3.4.3",
"ecosystem": "npm"
},
{
"name": "jiti",
"direct": false,
"version": "2.6.1",
"ecosystem": "npm"
},
{
"name": "jose",
"direct": false,
"version": "6.1.3",
"ecosystem": "npm"
},
{
"name": "joycon",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "js-levenshtein",
"direct": false,
"version": "1.1.6",
"ecosystem": "npm"
},
{
"name": "js-md4",
"direct": false,
"version": "0.3.2",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "jsesc",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "json-schema-typed",
"direct": false,
"version": "8.0.2",
"ecosystem": "npm"
},
{
"name": "json5",
"direct": false,
"version": "2.2.3",
"ecosystem": "npm"
},
{
"name": "jsonfile",
"direct": false,
"version": "6.2.1",
"ecosystem": "npm"
},
{
"name": "jsonwebtoken",
"direct": false,
"version": "9.0.2",
"ecosystem": "npm"
},
{
"name": "jwa",
"direct": false,
"version": "1.4.2",
"ecosystem": "npm"
},
{
"name": "jws",
"direct": false,
"version": "3.2.2",
"ecosystem": "npm"
},
{
"name": "lazystream",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "lightningcss",
"direct": false,
"version": "1.30.2",
"ecosystem": "npm"
},
{
"name": "lightningcss-android-arm64",
"direct": false,
"version": "1.30.2",
"ecosystem": "npm"
},
{
"name": "lightningcss-darwin-arm64",
"direct": false,
"version": "1.30.2",
"ecosystem": "npm"
},
{
"name": "lightningcss-darwin-x64",
"direct": false,
"version": "1.30.2",
"ecosystem": "npm"
},
{
"name": "lightningcss-freebsd-x64",
"direct": false,
"version": "1.30.2",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm-gnueabihf",
"direct": false,
"version": "1.30.2",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm64-gnu",
"direct": false,
"version": "1.30.2",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm64-musl",
"direct": false,
"version": "1.30.2",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-x64-gnu",
"direct": false,
"version": "1.30.2",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-x64-musl",
"direct": false,
"version": "1.30.2",
"ecosystem": "npm"
},
{
"name": "lightningcss-win32-arm64-msvc",
"direct": false,
"version": "1.30.2",
"ecosystem": "npm"
},
{
"name": "lightningcss-win32-x64-msvc",
"direct": false,
"version": "1.30.2",
"ecosystem": "npm"
},
{
"name": "lilconfig",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "lines-and-columns",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "load-tsconfig",
"direct": false,
"version": "0.2.5",
"ecosystem": "npm"
},
{
"name": "lodash",
"direct": false,
"version": "4.17.21",
"ecosystem": "npm"
},
{
"name": "lodash.camelcase",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "lodash.includes",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "lodash.isboolean",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "lodash.isinteger",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "lodash.isnumber",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "lodash.isplainobject",
"direct": false,
"version": "4.0.6",
"ecosystem": "npm"
},
{
"name": "lodash.isstring",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "lodash.once",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "lodash.sortby",
"direct": false,
"version": "4.7.0",
"ecosystem": "npm"
},
{
"name": "long",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "loose-envify",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "10.4.3",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "7.18.3",
"ecosystem": "npm"
},
{
"name": "lru.min",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "magic-string",
"direct": false,
"version": "0.30.17",
"ecosystem": "npm"
},
{
"name": "magic-string",
"direct": false,
"version": "0.30.21",
"ecosystem": "npm"
},
{
"name": "make-error",
"direct": false,
"version": "1.3.6",
"ecosystem": "npm"
},
{
"name": "mariadb",
"direct": false,
"version": "3.4.2",
"ecosystem": "npm"
},
{
"name": "math-intrinsics",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "media-typer",
"direct": false,
"version": "0.3.0",
"ecosystem": "npm"
},
{
"name": "media-typer",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "merge-descriptors",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "merge-descriptors",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "methods",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "mime",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "mime-db",
"direct": false,
"version": "1.52.0",
"ecosystem": "npm"
},
{
"name": "mime-db",
"direct": false,
"version": "1.54.0",
"ecosystem": "npm"
},
{
"name": "mime-types",
"direct": false,
"version": "2.1.35",
"ecosystem": "npm"
},
{
"name": "mime-types",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "5.1.6",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "9.0.5",
"ecosystem": "npm"
},
{
"name": "minipass",
"direct": false,
"version": "7.1.2",
"ecosystem": "npm"
},
{
"name": "mkdirp",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "mkdirp-classic",
"direct": false,
"version": "0.5.3",
"ecosystem": "npm"
},
{
"name": "mlly",
"direct": false,
"version": "1.7.4",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "mssql",
"direct": false,
"version": "11.0.1",
"ecosystem": "npm"
},
{
"name": "mute-stream",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "mysql2",
"direct": false,
"version": "3.14.1",
"ecosystem": "npm"
},
{
"name": "mz",
"direct": false,
"version": "2.7.0",
"ecosystem": "npm"
},
{
"name": "named-placeholders",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "nan",
"direct": false,
"version": "2.22.2",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.11",
"ecosystem": "npm"
},
{
"name": "native-duplexpair",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "negotiator",
"direct": false,
"version": "0.6.3",
"ecosystem": "npm"
},
{
"name": "negotiator",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "node-forge",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "node-releases",
"direct": false,
"version": "2.0.27",
"ecosystem": "npm"
},
{
"name": "normalize-path",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "object-assign",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "object-inspect",
"direct": false,
"version": "1.13.4",
"ecosystem": "npm"
},
{
"name": "on-finished",
"direct": false,
"version": "2.4.1",
"ecosystem": "npm"
},
{
"name": "once",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "open",
"direct": false,
"version": "10.1.2",
"ecosystem": "npm"
},
{
"name": "openapi-typescript",
"direct": false,
"version": "7.10.1",
"ecosystem": "npm"
},
{
"name": "os-tmpdir",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "package-json-from-dist",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "parse-json",
"direct": false,
"version": "8.3.0",
"ecosystem": "npm"
},
{
"name": "parseurl",
"direct": false,
"version": "1.3.3",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "path-scurry",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "path-to-regexp",
"direct": false,
"version": "0.1.12",
"ecosystem": "npm"
},
{
"name": "path-to-regexp",
"direct": false,
"version": "8.2.0",
"ecosystem": "npm"
},
{
"name": "pathe",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "pg",
"direct": false,
"version": "8.16.0",
"ecosystem": "npm"
},
{
"name": "pg-cloudflare",
"direct": false,
"version": "1.2.5",
"ecosystem": "npm"
},
{
"name": "pg-connection-string",
"direct": false,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "pg-int8",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "pg-pool",
"direct": false,
"version": "3.10.0",
"ecosystem": "npm"
},
{
"name": "pg-protocol",
"direct": false,
"version": "1.10.0",
"ecosystem": "npm"
},
{
"name": "pg-types",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "pgpass",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "pirates",
"direct": false,
"version": "4.0.7",
"ecosystem": "npm"
},
{
"name": "pkce-challenge",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "pkg-types",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "pluralize",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.6",
"ecosystem": "npm"
},
{
"name": "postcss-load-config",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "postgres-array",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "postgres-bytea",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "postgres-date",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "postgres-interval",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "prettier",
"direct": false,
"version": "3.5.3",
"ecosystem": "npm"
},
{
"name": "pretty-bytes",
"direct": false,
"version": "5.6.0",
"ecosystem": "npm"
},
{
"name": "process",
"direct": false,
"version": "0.11.10",
"ecosystem": "npm"
},
{
"name": "process-nextick-args",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "proper-lockfile",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "properties-reader",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "protobufjs",
"direct": false,
"version": "7.5.3",
"ecosystem": "npm"
},
{
"name": "proxy-addr",
"direct": false,
"version": "2.0.7",
"ecosystem": "npm"
},
{
"name": "pump",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "qs",
"direct": false,
"version": "6.13.0",
"ecosystem": "npm"
},
{
"name": "qs",
"direct": false,
"version": "6.14.0",
"ecosystem": "npm"
},
{
"name": "range-parser",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "raw-body",
"direct": false,
"version": "2.5.2",
"ecosystem": "npm"
},
{
"name": "raw-body",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "react-refresh",
"direct": false,
"version": "0.17.0",
"ecosystem": "npm"
},
{
"name": "react-router",
"direct": false,
"version": "7.9.5",
"ecosystem": "npm"
},
{
"name": "readable-stream",
"direct": false,
"version": "2.3.8",
"ecosystem": "npm"
},
{
"name": "readable-stream",
"direct": false,
"version": "3.6.2",
"ecosystem": "npm"
},
{
"name": "readable-stream",
"direct": false,
"version": "4.7.0",
"ecosystem": "npm"
},
{
"name": "readdir-glob",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "readdirp",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "require-directory",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "require-from-string",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "reselect",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "resolve-pkg-maps",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "retry",
"direct": false,
"version": "0.12.0",
"ecosystem": "npm"
},
{
"name": "rfdc",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "rollup",
"direct": false,
"version": "4.43.0",
"ecosystem": "npm"
},
{
"name": "router",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "run-applescript",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "rxjs",
"direct": false,
"version": "7.8.2",
"ecosystem": "npm"
},
{
"name": "safe-buffer",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "safe-buffer",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "safer-buffer",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "scheduler",
"direct": false,
"version": "0.23.2",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "6.3.1",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.7.2",
"ecosystem": "npm"
},
{
"name": "send",
"direct": false,
"version": "0.19.0",
"ecosystem": "npm"
},
{
"name": "send",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "seq-queue",
"direct": false,
"version": "0.0.5",
"ecosystem": "npm"
},
{
"name": "serve-static",
"direct": false,
"version": "1.16.2",
"ecosystem": "npm"
},
{
"name": "serve-static",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "set-cookie-parser",
"direct": false,
"version": "2.7.2",
"ecosystem": "npm"
},
{
"name": "setprototypeof",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "shell-quote",
"direct": false,
"version": "1.8.3",
"ecosystem": "npm"
},
{
"name": "side-channel",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "side-channel-list",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "side-channel-map",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "side-channel-weakmap",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "siginfo",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "3.0.7",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.8.0-beta.0",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "split-ca",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "split2",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "sprintf-js",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "sqlstring",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "ssh-remote-port-forward",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "stackback",
"direct": false,
"version": "0.0.2",
"ecosystem": "npm"
},
{
"name": "statuses",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "statuses",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "std-env",
"direct": false,
"version": "3.9.0",
"ecosystem": "npm"
},
{
"name": "streamx",
"direct": false,
"version": "2.22.1",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "4.2.3",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "string_decoder",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "string_decoder",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "7.1.0",
"ecosystem": "npm"
},
{
"name": "strnum",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "style-mod",
"direct": false,
"version": "4.1.3",
"ecosystem": "npm"
},
{
"name": "sucrase",
"direct": false,
"version": "3.35.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "10.2.2",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "8.1.1",
"ecosystem": "npm"
},
{
"name": "tabbable",
"direct": false,
"version": "6.3.0",
"ecosystem": "npm"
},
{
"name": "tailwindcss",
"direct": false,
"version": "4.1.18",
"ecosystem": "npm"
},
{
"name": "tailwindcss",
"direct": false,
"version": "^4.1.18",
"ecosystem": "npm"
},
{
"name": "tapable",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "tar-fs",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "tar-fs",
"direct": false,
"version": "3.0.9",
"ecosystem": "npm"
},
{
"name": "tar-stream",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "tar-stream",
"direct": false,
"version": "3.1.7",
"ecosystem": "npm"
},
{
"name": "tarn",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "tedious",
"direct": false,
"version": "18.6.1",
"ecosystem": "npm"
},
{
"name": "testcontainers",
"direct": false,
"version": "11.0.3",
"ecosystem": "npm"
},
{
"name": "text-decoder",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "thenify",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "thenify-all",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "tinybench",
"direct": false,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "tinyexec",
"direct": false,
"version": "0.3.2",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.14",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.15",
"ecosystem": "npm"
},
{
"name": "tinyrainbow",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "tmp",
"direct": false,
"version": "0.0.33",
"ecosystem": "npm"
},
{
"name": "tmp",
"direct": false,
"version": "0.2.3",
"ecosystem": "npm"
},
{
"name": "toidentifier",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "tr46",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "tree-kill",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "ts-interface-checker",
"direct": false,
"version": "0.1.13",
"ecosystem": "npm"
},
{
"name": "ts-node",
"direct": false,
"version": "10.9.2",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "2.8.1",
"ecosystem": "npm"
},
{
"name": "tsup",
"direct": false,
"version": "8.5.0",
"ecosystem": "npm"
},
{
"name": "tsx",
"direct": false,
"version": "4.20.3",
"ecosystem": "npm"
},
{
"name": "tweetnacl",
"direct": false,
"version": "0.14.5",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "0.21.3",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "4.41.0",
"ecosystem": "npm"
},
{
"name": "type-is",
"direct": false,
"version": "1.6.18",
"ecosystem": "npm"
},
{
"name": "type-is",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.6.3",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.8.3",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "~5.6.2",
"ecosystem": "npm"
},
{
"name": "ufo",
"direct": false,
"version": "1.6.1",
"ecosystem": "npm"
},
{
"name": "undici",
"direct": false,
"version": "7.10.0",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "5.26.5",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "6.21.0",
"ecosystem": "npm"
},
{
"name": "universalify",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "unpipe",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "update-browserslist-db",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "use-sync-external-store",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "util-deprecate",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "utils-merge",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "uuid",
"direct": false,
"version": "10.0.0",
"ecosystem": "npm"
},
{
"name": "uuid",
"direct": false,
"version": "8.3.2",
"ecosystem": "npm"
},
{
"name": "v8-compile-cache-lib",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "vary",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "6.4.1",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "^6.0.3",
"ecosystem": "npm"
},
{
"name": "vitest",
"direct": false,
"version": "4.0.6",
"ecosystem": "npm"
},
{
"name": "w3c-keyname",
"direct": false,
"version": "2.2.8",
"ecosystem": "npm"
},
{
"name": "webidl-conversions",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "whatwg-url",
"direct": false,
"version": "7.1.0",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "why-is-node-running",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "6.2.0",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "8.1.0",
"ecosystem": "npm"
},
{
"name": "wrappy",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "xtend",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "y18n",
"direct": false,
"version": "5.0.8",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "yaml",
"direct": false,
"version": "2.8.0",
"ecosystem": "npm"
},
{
"name": "yaml-ast-parser",
"direct": false,
"version": "0.0.43",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "17.7.2",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "21.1.1",
"ecosystem": "npm"
},
{
"name": "yn",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "yoctocolors-cjs",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "zip-stream",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "zod-to-json-schema",
"direct": false,
"version": "3.25.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 791,
"direct_count": 41,
"indirect_count": 750
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 162,
"open_issues": 3,
"closed_ratio": 0.981,
"closed_issues": 155,
"closed_unmerged_prs": 35
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "tianzhou",
"commits": 507,
"avatar_url": "https://avatars.githubusercontent.com/u/230323?v=4"
},
{
"type": "User",
"login": "theboringhumane",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/46974223?v=4"
},
{
"type": "User",
"login": "boojack",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/24653555?v=4"
},
{
"type": "User",
"login": "ccase-pmlr",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/197008974?v=4"
},
{
"type": "User",
"login": "d-bytebase",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/98006139?v=4"
},
{
"type": "User",
"login": "eransweep",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/88135473?v=4"
},
{
"type": "User",
"login": "Isla-Liu",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/38730597?v=4"
},
{
"type": "User",
"login": "mtichavsky",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/49316905?v=4"
},
{
"type": "User",
"login": "petergithub",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1174425?v=4"
},
{
"type": "User",
"login": "s-bytebase",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/104433619?v=4"
}
],
"contributors_sampled": 27,
"top_contributor_share": 0.92
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"check-broken-links.yml",
"docker-publish.yml",
"mcp-publish.yml",
"mcpb-release.yml",
"npm-publish.yml",
"run-tests.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"pnpm-lock.yaml"
],
"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": 1,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "20 out of 20 merged PRs checked by a CI test -- score normalized to 10",
"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 1/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 7 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": 10,
"reason": "packaging workflow 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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"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": 0,
"reason": "130 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "8cc8616e1ebb9d0d9704a2b19cccbfe46ccc02ba",
"ran_at": "2026-07-26T03:37:20Z",
"aggregate_score": 4.4,
"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-22T11:25:45Z",
"oldest_open_prs": [
{
"number": 358,
"created_at": "2026-07-12T09:34:37Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 361,
"created_at": "2026-07-16T21:37:08Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-19T16:29:19Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 66,
"created_at": "2025-06-24T18:25:28Z",
"last_comment_at": "2026-05-31T23:54:08Z",
"last_comment_author": "Fvegini"
},
{
"number": 146,
"created_at": "2025-11-26T09:22:20Z",
"last_comment_at": "2026-07-10T18:06:32Z",
"last_comment_author": "tianzhou"
},
{
"number": 371,
"created_at": "2026-07-25T18:44:16Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/bytebase/dbhub",
"host": "github.com",
"name": "dbhub",
"owner": "bytebase"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"security": 45,
"vitality": 86,
"community": 59,
"governance": 61,
"engineering": 81
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 86,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"commits_last_year": 320,
"human_commit_share": 1,
"days_since_last_push": 3,
"active_weeks_last_year": 29
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 3 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 3
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "29/52 weeks with commits",
"points": 20.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 29
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "320 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 320
}
}
],
"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": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v0.24.0",
"releases_from_tags": false,
"days_since_latest_release": 6,
"mean_days_between_releases": 4.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 3
}
}
],
"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 ~4.7 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 4.7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": 3,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 3 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 3
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 59,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"forks": 276,
"stars": 3230,
"watchers": 18,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "3,230 stars",
"points": 56.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 3230
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "276 forks",
"points": 20.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 276
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "18 watchers",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 18
}
}
],
"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": "at_risk",
"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": 32,
"inputs": {
"packages": [
"dbhub"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 83
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "83 downloads/month across npm",
"points": 25.7,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 83,
"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": "moderate",
"name": "Sustainability & Governance",
"value": 61,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 27,
"top_contributor_share": 0.92
},
"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 92% of commits",
"points": 1.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 92
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "27 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 27
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"merged_prs": 162,
"open_issues": 3,
"closed_issues": 155,
"issue_closed_ratio": 0.981,
"closed_unmerged_prs": 35
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "98% of issues closed",
"points": 45.9,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 98
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "162/197 decided PRs merged",
"points": 31.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 162,
"decided": 197
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"followers": 398,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "bytebase",
"public_repos": 34,
"account_age_days": 2081
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "398 followers of bytebase",
"points": 18.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 398,
"login": "bytebase"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "34 public repos, account ~5 yr old",
"points": 22.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 34
}
},
{
"code": "account_age_years",
"params": {
"years": 5
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"dbhub"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 2051
},
"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 2051 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 2051
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "8 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 8
}
}
],
"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": 81,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"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": "6 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 6
}
}
],
"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": "20 out of 20 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"ai",
"anthropic",
"claude",
"database",
"mcp",
"mcp-server",
"claude-ai",
"mysql",
"postgres",
"sqlserver",
"cursor",
"mariadb",
"dify",
"sqlite",
"codex",
"llm",
"mssql",
"sql",
"postgresql",
"agents"
],
"has_wiki": true,
"homepage": "https://dbhub.ai",
"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://dbhub.ai",
"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": "20 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 20
}
}
],
"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": "at_risk",
"name": "Security",
"value": 45,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 4.4
},
"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 is not maximal on development and all release branches",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "20 out of 20 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"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 1/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 7 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 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 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": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": "130 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "at_risk",
"name": "Dependency advisories",
"note": "Matched the npm:dbhub@0.2.1 runtime dependency closure — what installing the published package pulls in — 4 packages. Reachability is not analyzed.",
"notes": [
{
"code": "advisories_scope_published",
"params": {
"package": "npm:dbhub@0.2.1",
"assessed": 4
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 48,
"inputs": {
"source": "osv",
"advisories": 30,
"affected_packages": 2,
"assessed_packages": 4,
"unassessed_packages": 0,
"affected_by_severity": "high 2",
"direct_affected_packages": 1
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "1 affected: axios 0.19.2 (high 8.6)",
"points": 10.9,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "axios 0.19.2 (high 8.6)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "1 affected: follow-redirects 1.5.10 (high 8.0)",
"points": 9,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "follow-redirects 1.5.10 (high 8.0)"
}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "2 advisory-carrying package(s) unaddressed past 90 days; oldest published 2028 days ago",
"points": 28.3,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 2,
"oldest": 2028
}
}
],
"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": 4,
"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": 7
},
"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": "good",
"name": "AI Readiness",
"value": 71,
"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.98,
"agent_instruction_files": [
".github/copilot-instructions.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 12763
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": ".github/copilot-instructions.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".github/copilot-instructions.md, 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": "98 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 98,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"pnpm-lock.yaml"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"frontend/tsconfig.json",
"tsconfig.json"
],
"agent_commit_share": 0.75,
"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": "frontend/tsconfig.json, tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "frontend/tsconfig.json, tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "75 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 75,
"sampled": 100
}
}
],
"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 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": "TypeScript",
"largest_source_bytes": 70535,
"source_files_sampled": 195,
"oversized_source_files": 1
},
"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": "1/195 source files over 60KB",
"points": 54.7,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 195,
"oversized": 1
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "moderate",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"example_dirs": [],
"has_mcp_signal": true,
"api_schema_files": [
"src/api/openapi.yaml"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "src/api/openapi.yaml",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "src/api/openapi.yaml"
}
}
],
"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"
],
"report_type": "repository",
"generated_at": "2026-07-26T03:37:43.563907Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/b/bytebase/dbhub.svg",
"full_name": "bytebase/dbhub",
"license_state": "standard",
"license_spdx": "MIT"
}