Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"customizable",
"qrcode",
"react-qr-code",
"svg",
"qrcode-generator"
],
"is_fork": false,
"size_kb": 155,
"has_wiki": false,
"homepage": "https://qrcode.ttsalpha.com",
"languages": {
"TypeScript": 142261
},
"pushed_at": "2026-07-20T06:24:03Z",
"created_at": "2026-05-14T20:43:14Z",
"owner_type": "User",
"updated_at": "2026-07-20T06:24:10Z",
"description": "Lightweight, fully customizable React QR code library — pure SVG, zero dependencies, built from scratch.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "ttsalpha.com",
"name": "Son Tran (Snow)",
"type": "User",
"login": "ttsalpha",
"company": null,
"location": "Hanoi",
"followers": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/48100204?v=4",
"created_at": "2019-02-28T17:07:01Z",
"is_verified": null,
"public_repos": 30,
"account_age_days": 2710
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.4.1",
"kind": "patch",
"published_at": "2026-07-20T06:24:39Z"
},
{
"tag": "v2.4.0",
"kind": "minor",
"published_at": "2026-07-20T04:12:09Z"
},
{
"tag": "v2.3.1",
"kind": "patch",
"published_at": "2026-05-30T14:38:14Z"
},
{
"tag": "v2.3.0",
"kind": "minor",
"published_at": "2026-05-23T10:02:10Z"
},
{
"tag": "v2.2.1",
"kind": "patch",
"published_at": "2026-05-17T17:04:07Z"
},
{
"tag": "v2.2.0",
"kind": "minor",
"published_at": "2026-05-17T16:36:21Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2026-05-16T15:54:00Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2026-05-16T06:42:05Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-05-14T22:56:00Z"
}
],
"recent_commits": [
{
"oid": "517cba13593fde7ac5fba4b4e9d5b8f506f6925f",
"body": "tsup's rollup-based treeshake pass re-emits the bundle without the\nbanner, so 2.4.0 shipped without the \"use client\" directive and React\nServer Components consumers crashed when rendering <QRCode>. Consumer\ntree-shaking is already covered by sideEffects: false and the pure\nannotations. bump version to 2.4.1.",
"is_bot": false,
"headline": "fix(build): remove treeshake option that dropped the \"use client\" banner",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-07-20T06:23:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4955223596cd28947b54bcc353abdccf1d0c9161",
"body": "matrix generation is 4.8-7.8x faster cold and near-free on repeated\nvalues; output matrices are bit-identical to the previous\nimplementation. public API unchanged. bump version to 2.4.0.\n\n- encode: select version arithmetically instead of re-encoding up to\n 40 candidates; write bits into a prealloc\n[…]\nn the fast paths against reference\n implementations; capacity-boundary version tests; vitest bench\n suite measuring cold and cache-hit paths separately\n- chore: drop open_collective from FUNDING.yml",
"is_bot": false,
"headline": "perf: rewrite encoding, mask scoring, and rendering hot paths",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-07-20T04:02:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5568153e257c15f70593b9dfebbc8985dbea2abd",
"body": "…-eefdb6dedd\n\nchore(deps): bump actions/setup-node from 6 to 7 in the actions group",
"is_bot": false,
"headline": "Merge pull request #3 from ttsalpha/dependabot/github_actions/actions…",
"author_name": "Son Tran (Snow)",
"author_login": "ttsalpha",
"committed_at": "2026-07-17T11:27:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f46055c9e46450e85fa805efd172d7cd4f228a5",
"body": "Bumps the actions group with 1 update: [actions/setup-node](https://github.com/actions/setup-node).\n\n\nUpdates `actions/setup-node` from 6 to 7\n- [Release notes](https://github.com/actions/setup-node/releases)\n- [Commits](https://github.com/actions/setup-node/compare/v6...v7)\n\n---\nupdated-dependencie\n[…]\netup-node\n dependency-version: '7'\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/setup-node from 6 to 7 in the actions group",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-16T15:53:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5f2aa9cbe186e777a1c9cc81a501b97d6a60984a",
"body": "…-640176b5ab\n\nchore(deps): bump actions/checkout from 6 to 7 in the actions group",
"is_bot": false,
"headline": "Merge pull request #2 from ttsalpha/dependabot/github_actions/actions…",
"author_name": "Son Tran (Snow)",
"author_login": "ttsalpha",
"committed_at": "2026-06-21T08:44:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c24ed050c40b6f0a2faa81a818db3d21ec6b04f5",
"body": "Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).\n\n\nUpdates `actions/checkout` from 6 to 7\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://githu\n[…]\n/checkout\n dependency-version: '7'\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/checkout from 6 to 7 in the actions group",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-18T15:54:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2d99e3bbd020eba09b65a326bba466a8c640f34f",
"body": "when logo.margin is larger than half the logo box, logoWidth/logoHeight\nwent negative — causing the SVG image element to render outside the box\nat an unexpected large size.\n\n- clamp logoWidth and logoHeight to Math.max(0, ...) in both QRCode.tsx\n and svgDirect.ts\n- skip rendering the logo image/foreignObject when dimensions are zero\n- skip applying the dot mask when logo is not visible (avoids hiding\n dots for no reason when margin is excessive)\n\nbumps to 2.3.1",
"is_bot": false,
"headline": "fix(logo): hide logo and mask when margin exceeds box size",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-30T14:36:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5feefe78b41e6375fafdb772b0196ca5252a6696",
"body": "- add direct SVG string builder (svgDirect.ts) that skips React\n renderToStaticMarkup — ~40% faster at n=1, ~23% at n=10000\n- round coordinates to 2 decimal places and use horizontal run-length\n encoding for 'square' style — SVG output 79-82% smaller\n- replace per-trial applyMask allocations with \n[…]\n finalMatrix clone)\n\ntoSVGString falls back to renderToStaticMarkup only when logo.element\nis set (React node, cannot be serialized without React).\npublic API and React component output are unchanged.",
"is_bot": false,
"headline": "perf: bypass React in toSVGString, optimize mask allocation",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-30T14:23:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2005120206ecac8cd0c8fa85364103043c4e42af",
"body": null,
"is_bot": false,
"headline": "chore: restrict CI permissions, add SECURITY.md",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-30T14:22:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bea17504c842f2855455ead2ad0d72db1cadf3a",
"body": "- Reduce SAFE_AREAS to empirical safe linear limits (L≤15%, M≤20%, Q≤25%, H≤30%)\n- Raise DEFAULT_SIZE_RATIO from 0.3 to 0.4 (auto ECL M, ~19% logo width)\n- Update JSDoc, README, and test comments to match new values",
"is_bot": false,
"headline": "feat: tighten logo safe areas and raise default size to 0.4",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-23T09:57:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d89af7cc1e4834412f217531693ce1a68f84b0c",
"body": null,
"is_bot": false,
"headline": "chore: update funding to Open Collective, Ko-fi, and PayPal",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-23T04:36:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57cb8c1112ff86d597a47a89b3bfbf4384eb2142",
"body": "…tibility",
"is_bot": false,
"headline": "feat: add \"use client\" directive to dist for Next.js App Router compa…",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-17T17:02:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58154e47dacffcd98a4089b8019ec053d102a421",
"body": "- Auto-detect logo aspect ratio from naturalWidth/naturalHeight (logo.src)\n and getBoundingClientRect + ResizeObserver (logo.element)\n- Switch from linear height cap to area-based cap so wide logos never\n overflow the QR; square logos are unaffected (backward compatible)\n- Use useIsomorphicLayoutEffect for sync measurement before first paint\n- Bump version to 2.2.0",
"is_bot": false,
"headline": "feat: area-based logo clamping with auto aspect ratio detection",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-17T16:31:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "641f09f80b5e7db09fc5dee56db0367eb07b2ee4",
"body": "Detect naturalWidth/naturalHeight for logo.src via Image load,\nand measure logo.element via useIsomorphicLayoutEffect +\ngetBoundingClientRect with ResizeObserver as async fallback.\nMask and foreignObject/image now use separate width/height\ninstead of a fixed square box.",
"is_bot": false,
"headline": "feat: auto-detect logo aspect ratio for non-square logos",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-17T15:48:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eadf9b2fd172ad4bc407b2d036d337fbf68cb799",
"body": null,
"is_bot": false,
"headline": "docs: add showcase section to README",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-17T05:25:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85d72bea7f0df6e0ba2c78320c2eacd2500c5f4f",
"body": null,
"is_bot": false,
"headline": "chore: add context7.json",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-16T18:35:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b3f78d214ea86796f35c04485a508161e727e1d",
"body": null,
"is_bot": false,
"headline": "ci: switch npm publish to OIDC, remove NPM_TOKEN",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-16T16:08:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d7f50a69aacbe7a5b562d9c99f7b5c76a04ffce",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 2.1.0 and update README",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-16T15:50:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d869fa8911f6507c41c780ae271a03c353e5ddc",
"body": null,
"is_bot": false,
"headline": "refactor: remove unused fields from FinderPatternInfo",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-16T15:45:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55c2cf7f85537a4de0878a794b9e9e9e941a16ad",
"body": "…used ModulePath type",
"is_bot": false,
"headline": "refactor: simplify renderDataModules to return string[] and remove un…",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-16T15:35:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36af4b9984f2c39495fc2b9751c976026b130111",
"body": "- toSVGString(props) — generates SVG string server-side without DOM\n- toDataURL(props, options?) — renders to PNG/JPEG data URL via Canvas\n- JPEG auto-fills white background when backgroundColor is transparent\n- Exports ToDataURLOptions and ImageFormat types",
"is_bot": false,
"headline": "feat: add toSVGString and toDataURL export helpers",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-16T15:27:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16e64189df1e56f9a84779be4bd29f9eefe022db",
"body": null,
"is_bot": false,
"headline": "feat: warn in dev when logo.size exceeds error correction level maximum",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-16T15:15:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd5cda47ec94357efb8b46e3a3544354e11e3b3f",
"body": null,
"is_bot": false,
"headline": "feat: add accessibility support with role=img and aria-labelledby",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-16T15:11:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d67122f2e72bebce373eefd6ca78777c55b9d2b",
"body": null,
"is_bot": false,
"headline": "fix: use SVG mask for hideDots to support transparent backgrounds",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-16T15:05:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8aa8c61969e2b055a7f4ac5bf750bd8d77a61d40",
"body": null,
"is_bot": false,
"headline": "perf: merge data module paths into a single SVG path element",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-16T15:02:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5de269fa597344cc33d68c1fd6bf91124efd27da",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 2.0.0 and add homepage",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-16T06:39:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aefa350c0f2c4b0b441680f23cbbdac8afd4be38",
"body": "- Add 'circle' to CornerSquareStyle — renders the finder pattern outer\n ring as a circular arc with a circular inner cutout (fillRule evenodd)\n- Default corner dot style to 'circle' when square style is 'circle'\n- Update tests, README, and types accordingly",
"is_bot": false,
"headline": "feat: add circle style for corner squares",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-16T06:36:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc0e0d62b3fb67f9fcfb768910931bb5ca5d7a38",
"body": "- Rename logo.padding → logo.margin; margin now shrinks the logo inside\n the cleared box instead of expanding the box outward\n- Default hideDots to true when a logo is provided\n- Clamp logo size per ECL to keep QR scannable: L→0.15, M→0.22, Q→0.32, H→0.40\n- Update tests and README accordingly",
"is_bot": false,
"headline": "feat: add logo margin, hideDots default, and scannable size clamp",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-16T06:26:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b04baaded9a8377e3cb7d5b9851efadc22fc0b19",
"body": "BREAKING CHANGE: `width` and `height` props are removed. Use `size` instead.",
"is_bot": false,
"headline": "refactor!: replace width/height props with single size prop",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-16T05:02:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cc838c203e55049289fc65ada0e5b2cfbb16a99",
"body": null,
"is_bot": false,
"headline": "feat: add 'use client' directive to QRCode component",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-16T04:17:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f8d6a6ff9f724fcac6fd58958306920fbdcfd9b",
"body": "…-e5ac89ae7b\n\nchore(deps): bump the actions group with 4 updates",
"is_bot": false,
"headline": "Merge pull request #1 from ttsalpha/dependabot/github_actions/actions…",
"author_name": "Son Tran (Snow)",
"author_login": "ttsalpha",
"committed_at": "2026-05-14T22:42:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff22142275ac7b252794f16c2ff0e8933f136716",
"body": "Bumps the actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [pnpm/action-setup](https://github.com/pnpm/action-setup), [actions/setup-node](https://github.com/actions/setup-node) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release).\n\n\n[…]\nh-release\n dependency-version: '3'\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump the actions group with 4 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-14T22:41:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7f8167334726cdb18b400a3f79c63efcf298cf33",
"body": null,
"is_bot": false,
"headline": "docs: update LogoOptions to reflect logo.src security restrictions",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-14T22:39:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ddf561c76729edf594dba265a7e55b190b1e045",
"body": "- Block javascript: and non-image data: URLs from being rendered as <image href>\n to prevent script execution and data exfiltration via logo.src\n- data:image/ URLs are still allowed (safe image embeds)\n- Add JSDoc on LogoOptions.src and LogoOptions.element warning callers not to\n pass unsanitised user-controlled content",
"is_bot": false,
"headline": "fix: reject unsafe logo src URL schemes and document logo.element risk",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-14T22:35:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e644066b1e5ca653d133763be4db51e05954241a",
"body": "- Wrap component with React.memo to skip re-renders when props are unchanged\n- useMemo for generateQRMatrix (encoding + RS ECC + 8 mask penalty passes)\n- useMemo for renderDataModules and getFinderPatterns which depend on matrix/layout\n These computations are now bypassed on re-renders caused by parent state changes",
"is_bot": false,
"headline": "perf: memoize QR matrix and render computations in React component",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-14T22:34:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ad0bf185216bf116207c7e390e183642511c6ee",
"body": "Replace Set<string> with Set<number> using packed key (row * size + col).\nEliminates string interpolation and allocation on every module check;\na v40 QR has ~30 000 modules so this removes ~30 000 string ops per render.",
"is_bot": false,
"headline": "perf: use integer-keyed Set for finder pattern lookup",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-14T22:33:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a3509a794426cf73cb7d00a8245feb2a32622f2",
"body": "- isAlphanumeric: replace spread + every with indexed for-loop (no intermediate array)\n- penaltyN3: replace column array extraction (matrix.map) with direct column indexing;\n on a v40 QR (177×177) this removes 177 allocations per mask evaluation\n- placeDataBits: replace Array.from row generation per strip with computed\n start/step iteration; removes ~88 allocations per QR encode",
"is_bot": false,
"headline": "perf: eliminate hot-path array allocations",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-14T22:33:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c969748ff2a060395a98d14766cd64cdd737011",
"body": "generatePolynomial is O(nECC²) and was called for every data block during\ninterleaving. Cache by nECC so each unique EC codeword count is computed once\nper process lifetime.",
"is_bot": false,
"headline": "perf: cache Reed-Solomon generator polynomial",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-14T22:32:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adeec8cb3c07ef2558c937fe9f0fd99ca08c9ffd",
"body": "- isNumeric: fix regex '*' → '+' so empty string is not classified as numeric\n- encodeQR: throw RangeError on empty data\n- encodeQR: validate requestedVersion is in [1, 40] and data fits chosen version\n- padDataCodewords: throw instead of silently truncating on overflow",
"is_bot": false,
"headline": "fix: validate inputs, guard empty data, remove silent truncation",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-14T22:32:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "768ebf705f99e5aab2c32a6cd1998e76558e495d",
"body": null,
"is_bot": false,
"headline": "docs: add README",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-14T22:25:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d77fea5f7c335856a5c0789e903b247c4c629916",
"body": null,
"is_bot": false,
"headline": "ci: add GitHub Actions workflows and Dependabot config",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-14T22:21:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adfb2e8e3a4ea3df99841e3e4e21a49ad0457dce",
"body": null,
"is_bot": false,
"headline": "feat: add QR encoding core, SVG renderer, React components, and tests",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-14T22:18:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8b9d71ba3440f098c08145b2baf2edd9e1d8fc9",
"body": null,
"is_bot": false,
"headline": "chore: init project config",
"author_name": "Son Tran",
"author_login": "ttsalpha",
"committed_at": "2026-05-14T22:18:22Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 9,
"commits_last_year": 43,
"latest_release_at": "2026-07-20T06:24:39Z",
"latest_release_tag": "v2.4.1",
"releases_from_tags": false,
"days_since_last_push": 11,
"active_weeks_last_year": 8,
"days_since_latest_release": 11,
"mean_days_between_releases": 8.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "@ttsalpha/qrcode",
"exists": true,
"license": "MIT",
"keywords": [
"qrcode",
"qr",
"react",
"svg",
"qr-code",
"react-qrcode",
"customizable"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@ttsalpha/qrcode",
"is_deprecated": false,
"latest_version": "2.4.1",
"repository_url": "https://github.com/ttsalpha/qrcode",
"versions_count": 9,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 2902,
"first_published_at": "2026-05-14T22:55:56.511000Z",
"latest_published_at": "2026-07-20T06:24:32.686000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 11
}
]
},
"popularity": {
"forks": 2,
"stars": 37,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-06-22",
"count": 1
},
{
"date": "2026-07-07",
"count": 1
}
],
"complete": true,
"collected": 2,
"total_forks": 2
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 25620,
"source_files_sampled": 29,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 3,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "ttsalpha",
"commits": 40,
"avatar_url": "https://avatars.githubusercontent.com/u/48100204?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "2 out of 2 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 0/26 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 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": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 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": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "11 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "517cba13593fde7ac5fba4b4e9d5b8f506f6925f",
"ran_at": "2026-08-01T00:11:26Z",
"aggregate_score": 4.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-30T15:54:10Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-17T11:27:05Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ttsalpha/qrcode",
"host": "github.com",
"name": "qrcode",
"owner": "ttsalpha"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 56 is calibrated to 59 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 56,
"calibrated": 59,
"calibration": "2026-08-02"
}
}
],
"value": 59,
"inputs": {
"security": 41,
"vitality": 69,
"community": 42,
"governance": 52,
"calibration": "2026-08-02",
"engineering": 70,
"ai_readiness": 56,
"weighted_overall_raw": 56
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 69,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "weak",
"name": "Development activity",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"commits_last_year": 43,
"human_commit_share": 0.93,
"days_since_last_push": 11,
"active_weeks_last_year": 8
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 11 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 11
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "43 commits in the last year",
"points": 14.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 43
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "exceptional",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 9,
"latest_release_tag": "v2.4.1",
"releases_from_tags": false,
"days_since_latest_release": 11,
"mean_days_between_releases": 8.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "9 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 9
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 11 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 11
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~8.3 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 8.3
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 42,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"forks": 2,
"stars": 37,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "37 stars",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 37
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "2 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 2
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 58,
"inputs": {
"packages": [
"@ttsalpha/qrcode"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 2902
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,902 downloads/month across npm",
"points": 46.2,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2902,
"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": 52,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 67,
"inputs": {
"merged_prs": 3,
"open_issues": 0,
"closed_issues": 0,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "3/3 decided PRs merged",
"points": 30,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 3,
"decided": 3
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/26 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 50,
"inputs": {
"followers": 8,
"owner_type": "User",
"is_verified": null,
"owner_login": "ttsalpha",
"public_repos": 30,
"account_age_days": 2710
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "8 followers of ttsalpha",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 8,
"login": "ttsalpha"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "30 public repos, account ~7 yr old",
"points": 22.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 30
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@ttsalpha/qrcode"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 11
},
"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 11 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 11
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "9 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 9
}
}
],
"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": 70,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "2 out of 2 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [
"customizable",
"qrcode",
"react-qr-code",
"svg",
"qrcode-generator"
],
"has_wiki": false,
"homepage": "https://qrcode.ttsalpha.com",
"has_readme": true,
"has_docs_dir": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://qrcode.ttsalpha.com",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "weak",
"name": "Security",
"value": 41,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 41,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.1
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "2 out of 2 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 0/26 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "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": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 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 detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "11 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 2
},
"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": "moderate",
"name": "AI Readiness",
"value": 56,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "weak",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "40 of 40 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 40,
"sampled": 40
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"pnpm-lock.yaml"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.07
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 43",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 43
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "3 of the last 43 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 3,
"sampled": 43
}
}
],
"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": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 25620,
"source_files_sampled": 29,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/29 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 29,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library"
],
"labels": [
"library"
],
"scores": {
"library": 8
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:npm",
"weight": 6
},
{
"tier": "description",
"label": "library",
"source": "description:library",
"weight": 2
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-08-01T00:11:33.670350Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/ttsalpha/qrcode.svg",
"full_name": "ttsalpha/qrcode",
"license_state": "standard",
"license_spdx": "MIT"
}