Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"glob"
],
"is_fork": false,
"size_kb": 505,
"has_wiki": false,
"homepage": "https://superchupu.dev/tinyglobby",
"languages": {
"TypeScript": 54840
},
"pushed_at": "2026-07-22T13:04:40Z",
"created_at": "2024-07-22T18:13:43Z",
"owner_type": "User",
"updated_at": "2026-07-09T10:29:58Z",
"description": "A fast and minimal alternative to globby and fast-glob",
"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://superchupu.dev",
"name": "Madeline Gurriarán",
"type": "User",
"login": "SuperchupuDev",
"company": null,
"location": null,
"followers": 118,
"avatar_url": "https://avatars.githubusercontent.com/u/53496941?v=4",
"created_at": "2019-07-30T22:14:57Z",
"is_verified": null,
"public_repos": 24,
"account_age_days": 2548
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "0.2.17",
"kind": "patch",
"published_at": "2026-05-30T19:54:29Z"
},
{
"tag": "0.2.16",
"kind": "patch",
"published_at": "2026-04-07T23:36:48Z"
},
{
"tag": "0.2.15",
"kind": "patch",
"published_at": "2025-09-06T18:51:43Z"
},
{
"tag": "0.2.14",
"kind": "patch",
"published_at": "2025-05-25T16:18:47Z"
},
{
"tag": "0.2.13",
"kind": "patch",
"published_at": "2025-04-19T18:32:30Z"
},
{
"tag": "0.2.12",
"kind": "patch",
"published_at": "2025-02-20T00:25:33Z"
},
{
"tag": "0.2.11",
"kind": "patch",
"published_at": "2025-02-17T19:31:36Z"
},
{
"tag": "0.2.10",
"kind": "patch",
"published_at": "2024-10-25T07:34:07Z"
},
{
"tag": "0.2.9",
"kind": "patch",
"published_at": "2024-10-01T10:05:28Z"
},
{
"tag": "0.2.8",
"kind": "patch",
"published_at": "2024-10-01T00:18:21Z"
},
{
"tag": "0.2.7",
"kind": "patch",
"published_at": "2024-09-30T12:30:01Z"
},
{
"tag": "0.2.6",
"kind": "patch",
"published_at": "2024-09-08T23:01:44Z"
},
{
"tag": "0.2.5",
"kind": "patch",
"published_at": "2024-08-24T13:54:27Z"
},
{
"tag": "0.2.4",
"kind": "patch",
"published_at": "2024-08-24T13:19:11Z"
},
{
"tag": "0.2.3",
"kind": "patch",
"published_at": "2024-08-24T12:13:59Z"
},
{
"tag": "0.2.2",
"kind": "patch",
"published_at": "2024-08-06T15:50:49Z"
},
{
"tag": "0.2.1",
"kind": "patch",
"published_at": "2024-08-04T09:52:01Z"
},
{
"tag": "0.2.0",
"kind": "minor",
"published_at": "2024-07-24T14:06:58Z"
},
{
"tag": "0.1.2",
"kind": "patch",
"published_at": "2024-07-22T21:50:09Z"
},
{
"tag": "0.1.1",
"kind": "patch",
"published_at": "2024-07-22T19:21:16Z"
},
{
"tag": "0.1.0",
"kind": "minor",
"published_at": "2024-07-22T18:19:11Z"
}
],
"recent_commits": [
{
"oid": "f80cb8448dc5058f38bc25642375c1934112c7ba",
"body": null,
"is_bot": false,
"headline": "release 0.2.17",
"author_name": "Madeline Gurriarán",
"author_login": "SuperchupuDev",
"committed_at": "2026-05-30T19:52:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5d1ce34aa59ce6a3e8271236c109fbeb50bac27",
"body": "thank you npm for adding a secure way of publishing after 16 years of\nnot having one",
"is_bot": false,
"headline": "enable staged publishes",
"author_name": "Madeline Gurriarán",
"author_login": "SuperchupuDev",
"committed_at": "2026-05-30T18:57:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec39d486d02eb799d86bda52e5d33618adff28f3",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Update all non-major dependencies (#204)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-30T18:45:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d618ed47f84e7c01a0cf2d7dae72ad053f6524dc",
"body": null,
"is_bot": false,
"headline": "improve benchmark infra",
"author_name": "Madeline Gurriarán",
"author_login": "SuperchupuDev",
"committed_at": "2026-05-30T18:15:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd10cb2d3f076c5fb53333835c9a1643d22d62a9",
"body": "due to the recent supply chain attacks, it's better to just disable\ncache on the publish workflow",
"is_bot": false,
"headline": "disable cache in publish workflow",
"author_name": "Madeline Gurriarán",
"author_login": "SuperchupuDev",
"committed_at": "2026-05-28T11:41:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "749694d90ff3b21e746d5ada1ed5ad4790db6a6d",
"body": null,
"is_bot": false,
"headline": "set `minimumReleaseAge` in renovate",
"author_name": "Madeline Gurriarán",
"author_login": "SuperchupuDev",
"committed_at": "2026-05-28T11:41:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "937a0c79ad6d58f6e12f1b96de8f8f80daf9ed98",
"body": "moved to zed with ai off. enough is enough microsoft",
"is_bot": false,
"headline": "remove `.vscode` folder",
"author_name": "Madeline Gurriarán",
"author_login": "SuperchupuDev",
"committed_at": "2026-05-11T18:04:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "298769ae536876db3eed1bc75f2515f5348e36d4",
"body": null,
"is_bot": false,
"headline": "fix alt text in readme (#203)",
"author_name": "Roman",
"author_login": "gameroman",
"committed_at": "2026-05-11T17:06:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8927f0a2fef3a6ea13da7fbc1b20041b92574bfc",
"body": null,
"is_bot": false,
"headline": "run ci on node 26",
"author_name": "Madeline Gurriarán",
"author_login": "SuperchupuDev",
"committed_at": "2026-05-10T18:58:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8519ee10a0c8df836d1076f9f0a80763b7ae07b",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Update all non-major dependencies (#195)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-10T18:51:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e13ac5afc7a7f110d8938e0ff41fa0b0a354e233",
"body": null,
"is_bot": false,
"headline": "disable source maps on preview builds",
"author_name": "Madeline Gurriarán",
"author_login": "SuperchupuDev",
"committed_at": "2026-05-10T18:48:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0d848c93bc0886da9f730a8e6044172c22e02f2",
"body": null,
"is_bot": false,
"headline": "reuse cwd in benchmark",
"author_name": "Madeline Gurriarán",
"author_login": "SuperchupuDev",
"committed_at": "2026-05-10T18:45:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bef8a425fe8a422e8d2aafc33e2eeffa0f1727f",
"body": null,
"is_bot": false,
"headline": "bump pnpm to v11",
"author_name": "Madeline Gurriarán",
"author_login": "SuperchupuDev",
"committed_at": "2026-05-10T18:43:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4242ba95b2dcddc34a66aeaf529fd3dde67747aa",
"body": "#169 accidentally removed the export",
"is_bot": false,
"headline": "re-export `FileSystemAdapter`",
"author_name": "Madeline Gurriarán",
"author_login": "SuperchupuDev",
"committed_at": "2026-04-15T09:31:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "531fd141a1386f184251f40617424a009aeff225",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Update pnpm/action-setup action to v6 (#200)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-13T02:01:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5688ea5d692cc762050d66094aa4ad9feeb0705",
"body": null,
"is_bot": false,
"headline": "change readme badge to weekly downloads",
"author_name": "Madeline Gurriarán",
"author_login": "SuperchupuDev",
"committed_at": "2026-04-12T19:43:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "678c5bf4ea4d35bfa8ae335963b6633a17d8979c",
"body": "* fix: handle drive-relative paths on windows\n\n* fix: sort imports\n\n* fix: lower ensureNonDriveRelativePath test name for consistency\n\n* fix: revert index.test.ts changes",
"is_bot": false,
"headline": "handle drive-relative paths on windows (#197)",
"author_name": "Andrej730",
"author_login": "Andrej730",
"committed_at": "2026-04-12T16:20:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7aa1eb2e77d7054729a2d087e519891da412f47a",
"body": "we don't need to manually restore mocks, as pointed out in #199",
"is_bot": false,
"headline": "stop manually restoring mocks",
"author_name": "Madeline Gurriarán",
"author_login": "SuperchupuDev",
"committed_at": "2026-04-11T14:56:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a37f27a670fa8c94f5108dbd2a90307e14cab077",
"body": "…199)\n\n* fix: preserve truthy defaults when glob options are passed as undefined\n\nfixes spreading over glob option inputs containing explicit `undefined`\nvalues to use the truthy defaults\n\n* style: fix lint errors\n\n* fix: evaluate default cwd at call time, not module load time\n\nprocess.cwd() was cap\n[…]\nom>\n\n* fix(test): mock process.cwd() method in cwd test\n\n* fix(test): explicitly restore mock after use\n\n---------\n\nCo-authored-by: Madeline Gurriarán <53496941+SuperchupuDev@users.noreply.github.com>",
"is_bot": false,
"headline": "preserve truthy defaults when glob options are passed as undefined (#…",
"author_name": "chloe lim",
"author_login": "chloeelim",
"committed_at": "2026-04-11T13:47:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "577920259c91f5603fab3dbfa599a83bbb14a27a",
"body": null,
"is_bot": false,
"headline": "release 0.2.16",
"author_name": "Madeline",
"author_login": "SuperchupuDev",
"committed_at": "2026-04-07T23:32:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "071954f97f4d2b573ecd92aecb48220867b3c776",
"body": null,
"is_bot": false,
"headline": "bump deps once more",
"author_name": "Madeline",
"author_login": "SuperchupuDev",
"committed_at": "2026-04-07T23:22:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e541dde000158e69b44e8b5a03789d136d88ae0d",
"body": null,
"is_bot": false,
"headline": "do not import the whole `fs` module",
"author_name": "Madeline",
"author_login": "SuperchupuDev",
"committed_at": "2026-04-05T00:31:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2381b766d3447e078b3112e533ada07621f60526",
"body": "small issue from #179, noticed because coverage wasn't 100%",
"is_bot": false,
"headline": "fix root being too broad",
"author_name": "Madeline",
"author_login": "SuperchupuDev",
"committed_at": "2026-03-27T01:07:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0addeb9a78cab5fd93ac6dad217f75930cfbfda2",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update all non-major dependencies (#191)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-03-26T21:51:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91ac26cc3bda60378d188565ce4f05e884aa4f31",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update pnpm/action-setup action to v5 (#192)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-03-26T21:45:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c50558e944bf71dbfeb392f8693fada87f520a70",
"body": "i could just say \"bump deps\" but considering people need a picomatch upgrade i want to make it clear picomatch is absolutely, definitely, certainly getting updated here\n\nits kinda sad though because i wanted a separate commit updating to typescript 6.0",
"is_bot": false,
"headline": "upgrade picomatch (and everything else)",
"author_name": "Madeline",
"author_login": "SuperchupuDev",
"committed_at": "2026-03-26T21:42:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "618517544e95f8167f1722902558dd78dcd34fe6",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency picomatch to v4.0.4 [security] (#193)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-03-26T21:23:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49c2b9356c4977f1f531de651f90b420a06c64f6",
"body": null,
"is_bot": false,
"headline": "enable pnpm `trustPolicy`",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2026-02-18T11:17:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc825c476a5a429e58e06d11364cd68707b4cdd1",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update all non-major dependencies (#181)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-02-18T11:12:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81954ad0bb8513b7630c23d9b1a987258761bf0a",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency tinybench to v6 (#183)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-02-18T11:03:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb046f00a587b42eb4109aa0cf7df94093d8d1b1",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update actions/checkout action to v6 (#180)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-02-18T11:02:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a401834e99e8b3d7eff5c9a71a98ea45de819ef",
"body": "The ignore patterns were compiled both via picomatch's ignore option\nand as a standalone matcher. Compile once and apply manually in filter.",
"is_bot": false,
"headline": "avoid compiling ignore patterns twice (#190)",
"author_name": "Lars Kappert",
"author_login": "webpro",
"committed_at": "2026-02-18T11:01:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b45dc05e5bd37cde324c303f6549e8a65daf280",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update all non-major dependencies (#175)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-11-21T16:32:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a45fecf833cf5d8729610d007de885edf85bfc0",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency glob to v13 (#177)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-11-21T16:28:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdd087c6e2a68b65fe96e52e4c6c5c67c2fcb417",
"body": null,
"is_bot": false,
"headline": "update readme mention of `globby` to 16.0.0",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-11-21T16:23:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3714f86fbf02788ccd4d8b57fff8b7b5a7b5a629",
"body": "* dev: move patterns processing into own file\n\n* perf (size): optimize index.ts\n\n* perf: optimize proccessPatterns\n\n* perf: misc optimizations\n\n* fix: format of debug log\n\n* dev: lint + format\n\n* ci: lint\n\n* dev: add region comments to patterns.ts\n\n* revert: removing logging format locale",
"is_bot": false,
"headline": "process patterns and misc optimizations (#179)",
"author_name": "Torathion",
"author_login": "Torathion",
"committed_at": "2025-11-21T16:15:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7827be9d32cea0067becf82ca2e6584bfd6fe30",
"body": "* perf (size): replace InternalProps null with undefined\n\n* perf: overhaul fdir options building\n\n* perf (size): reduce getCrawler result logic\n\n* dev: remove unused type\n\n* dev: lint + format\n\n* dev: add explicit return type to processPatterns\n\n* dev: lint + format\n\n* dev: remove unused function getRelativePath",
"is_bot": false,
"headline": "overhaul crawler options building and handling (#174)",
"author_name": "Torathion",
"author_login": "Torathion",
"committed_at": "2025-11-20T19:59:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "782e987fd0f7d3d896acadb4801ba648ef94be85",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency glob to v11.1.0 [security] (#176)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-11-18T15:14:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e3a8d306de5332bbd7b397b427a2ee6e8712fc1",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update actions/setup-node action to v6 (#172)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-11-13T00:45:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "989034bacea823a59c132b6d844727dd87c7b091",
"body": "* chore(deps): update all non-major dependencies\n\n* fix format of `escapedCwd`\n\n---------\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: Superchupu <53496941+SuperchupuDev@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update all non-major dependencies (#165)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-11-12T18:10:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f58addfb94847fa79b115edb089d81d45663a8c",
"body": "* refactor: overhaul GlobOptions\n\n* perf: reduce log instruction\n\n* dev: remove unused test\n\n* change: do not validate for functions in normalizeFs\n\n* fix: type issues by splitting internally process options type with GlobOptions\n\n* dev: lint + format\n\n* refactor: overhaul InternalOptions\n\n* dev: li\n[…]\nptions attempt 3\n\n* dev: cleanup type GlobInput\n\n* refactor: remove partial handling of fdir fs option\n\n* change: default value of fs option is undefined\n\n* dev: lint\n\n* dev: add missing tests back in",
"is_bot": false,
"headline": "refactor `GlobOptions` to center option processing (#170)",
"author_name": "Torathion",
"author_login": "Torathion",
"committed_at": "2025-11-12T17:35:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1cffa3cd1757d9d2fc53251235f3822766de855e",
"body": "* dev: outsource types to separate file\n\n* dev: lint + format",
"is_bot": false,
"headline": "outsource types to separate file (#169)",
"author_name": "Torathion",
"author_login": "Torathion",
"committed_at": "2025-09-26T19:06:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2eb99fa52655287024342f253846d679adef8a3",
"body": null,
"is_bot": false,
"headline": "release 0.2.15",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-09-06T18:47:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63333faa711f73373f93bdf300fbe7cdcc0addca",
"body": "for some reason `makeRe` makes some patterns not work, like `+++` (???) no idea why\nbest to just use a classic matcher like always\n\ni really hope this doesnt harm performance\n\ncloses #162",
"is_bot": false,
"headline": "stop using `picomatch.makeRe` on partial matcher",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-09-06T18:06:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85907006b833c64b40d026bb42f5edc36181358d",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update all non-major dependencies (#161)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-09-05T18:11:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5da27f1801bd5c983c2b48ae8136fdbf44e3c09",
"body": null,
"is_bot": false,
"headline": "move documentation to website, add jsdoc",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-09-05T18:00:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c911fae543b577ad800ce9615ac9e8f510997dc2",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency tinybench to v5 (#159)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-08-20T16:55:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b870b83f25a2f7bd2000c5ed2c692b674b22340e",
"body": "ref: https://github.com/rolldown/tsdown/issues/391",
"is_bot": false,
"headline": "workaround to fix dts build",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-08-15T13:18:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3a6fb87b112652fc405db66a3cd20304e7cb514",
"body": null,
"is_bot": false,
"headline": "up coverage to 100%",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-08-15T10:46:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2c2e7c489f0cf247e5acf8416cd9b9a15af4934",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency @types/node to ^24.3.0 (#157)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-08-15T10:41:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "225cca2b3b60c25e6b5c1d0c7658436bc6c56538",
"body": "fdir released a new version! i am so happy :3\ncloses #81",
"is_bot": false,
"headline": "add `fs` option",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-08-14T19:00:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5dadd90c12f6779c27c07cfd329350ab7512a89",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update actions/checkout action to v5 (#156)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-08-14T17:39:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1aa92026db906457b9b6f3ec29a6fdb27efacea6",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update all non-major dependencies (#154)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-08-14T17:36:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74c3d528a2328f7ff6b393855b8713fd064f9159",
"body": "documentation purposefully not updated in readme, going to upcoming website :O\ncloses #136",
"is_bot": false,
"headline": "add `braceExpansion` and `extglob` options",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-08-13T21:24:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "283407fb10ff49dd9571fc09eb22dfef125a9aa4",
"body": "added for consistency, every other glob library supports it except fast-glob",
"is_bot": false,
"headline": "add support for using a `URL` as the `cwd`",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-08-13T21:02:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e02321533433762cc4cbc42bcec88ce4e18b7c82",
"body": null,
"is_bot": false,
"headline": "disable `**` special handling when `globstar` is `false`",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-08-06T15:26:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9a5833d40ab635ed2ec153b293acfe0c55bc128",
"body": "`lint:fix` doesn't organize imports",
"is_bot": false,
"headline": "replace `lint:fix` script with `check:fix`",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-08-06T07:46:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94c0692d005f9272e28eda9062ca66dbd0cb31d8",
"body": "* feat: allow passing readonly types\n\n* address comments\n\n* chore: reorder imports\n\n* chore: remove unnecessary readonly",
"is_bot": false,
"headline": "allow passing readonly types (#153)",
"author_name": "Tomer Aberbach",
"author_login": "TomerAberbach",
"committed_at": "2025-08-06T07:44:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b85c139df68b1cda254d51dd2b24d25d4458f84b",
"body": "see https://docs.npmjs.com/trusted-publishers",
"is_bot": false,
"headline": "enable oidc publishing",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-08-05T17:07:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "607f65966dbcf179873f1f4f1ee4bf4e6dc01911",
"body": "`module: nodenext` implies `resolveJsonModule` now 🎉",
"is_bot": false,
"headline": "update tsconfig for typescript 5.9",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-08-04T15:21:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60416c7f406c7245b638e8daf83f2e7a9b176d10",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update all non-major dependencies (#152)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-08-04T15:02:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e232a9f2b70936fa7a064d24a492e833b41771ca",
"body": null,
"is_bot": false,
"headline": "expose `package.json` to users",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-07-25T18:02:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "845792f82171e1b431023b8a3bb53f119087953e",
"body": null,
"is_bot": false,
"headline": "restore `\"lib\": [\"esnext\"]`",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-07-25T16:46:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a12d6d85306b7e91510752f26933c44fd4226f38",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update all non-major dependencies (#144)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-07-22T08:42:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acd8b41ae106217e5455a1e03001a9147507e48f",
"body": "picomatch only supports it with `posix: true` for some reason",
"is_bot": false,
"headline": "fix negated bracket expressions (#151)",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-07-20T00:01:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe53990955c91f06c3b82232bf4b68d67a26b642",
"body": null,
"is_bot": false,
"headline": "use `AbortSignal.abort()` in tests",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-07-19T23:59:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83cdbd29550b5321298c36764c86d61b9f2a58fe",
"body": "needed for upcoming streams support",
"is_bot": false,
"headline": "refactor `crawl` into `getCrawler`",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-07-15T17:16:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d425c57cf0ac130206fe6e2210af2e3c16f1776c",
"body": "* chore: simplify formatter\n\n* move `isDir` to left-hand side of `&&`\n\n---------\n\nCo-authored-by: Superchupu <53496941+SuperchupuDev@users.noreply.github.com>",
"is_bot": false,
"headline": "simplify formatter (#141)",
"author_name": "Ben McCann",
"author_login": "benmccann",
"committed_at": "2025-07-05T21:28:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58ba17682f076cdc61e09b8748968edb9d665e1b",
"body": null,
"is_bot": false,
"headline": "cleanup configs",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-07-05T21:04:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b73f79b5ea8a8e031014833ba02bf67a64d5af31",
"body": "no idea why this wasn't done before really",
"is_bot": false,
"headline": "deduplicate initial `cwd` processing",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-06-29T13:41:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f1f13feba3bc733719cfed493ae2062cb94bfd0",
"body": "was considered deprecated for a long time",
"is_bot": false,
"headline": "officially deprecate `patterns` inside options",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-06-28T16:30:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c82f7bef1206dd449fdcca9cc29cf0b047ad2c4",
"body": null,
"is_bot": false,
"headline": "add `signal` option",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-06-28T15:16:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a08fe85b4d6dc3dc33dc1a5a33f0975eae29bd63",
"body": "* feat: add globstar option\n\n* add test\n\n* add another test",
"is_bot": false,
"headline": "add globstar option (#131)",
"author_name": "Ben McCann",
"author_login": "benmccann",
"committed_at": "2025-06-26T16:46:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebbb6e3151ccfe3c76bc47c73eda13b8f12c1c06",
"body": null,
"is_bot": false,
"headline": "fix root test (#137)",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-06-26T16:36:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9be1363a6f06acc90d09326a275a9dc2cf84572",
"body": "`tinyglobby` now has almost 100% coverage, only missing mocking of `process.env` which can't be done until `@types/node` supports `mock.property`",
"is_bot": false,
"headline": "improve test coverage",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-06-26T15:29:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1851b5332fda89377403e2d09b75e296844c7ac4",
"body": null,
"is_bot": false,
"headline": "bump `@types/node` and update `tsdown` config",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-06-26T15:03:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c1292ed38b51b337c88e5cb939df29caab7daf2",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update all non-major dependencies (#129)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-06-26T14:59:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96e8321b26f1e1457c85ca31199574cddd5a34f4",
"body": "* feat: simplify relative path calc for common roots\n\nIf the `root` is inside the `cwd`, we can compute the relative path\nusing simpler logic than having to call `posix.relative`.\n\nThis speeds up the filters significantly it seems.\n\n* select relative implementation before crawling\n\n* `relative` impr\n[…]\na draft\n\n* remove always false condition\n\n---------\n\nCo-authored-by: Superchupu <53496941+SuperchupuDev@users.noreply.github.com>\nCo-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>",
"is_bot": false,
"headline": "rewrite and optimize path processing algorithm (#130)",
"author_name": "James Garbutt",
"author_login": "43081j",
"committed_at": "2025-06-26T14:56:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a7ff97631fd4158722257496f9ce7c4c89b4acc6",
"body": "* early attempt at benchmarks\n\n* rename bench workflow\n\n* do not use generated code\n\nmakes typescript happy\n\n* add `packages/*/tsconfig.json` benchmark\n\n* drop `.mts` prefix from scripts\n\n* make biome happy",
"is_bot": false,
"headline": "add benchmarks (#122)",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-06-26T11:42:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d160832504044a379aef306759bd1334415bb78",
"body": null,
"is_bot": false,
"headline": "add debug & empty string tests",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-06-22T14:41:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38f4f5bbace2524f2adcc9287d1096d026bb8d28",
"body": null,
"is_bot": false,
"headline": "bump biome to `2.0.0`",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-06-18T11:14:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4eb6ef421a35299b536d9bc1469c76f76503456a",
"body": null,
"is_bot": false,
"headline": "rework module setup",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-06-14T14:36:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7518361d32b23fcf964629954502a16e8f6171b",
"body": null,
"is_bot": false,
"headline": "remove `--experimental-transform-types` from tests",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-06-14T03:44:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7037bd3189e1509a68981233dc687c1effb0743",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update all non-major dependencies (#121)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-06-11T15:37:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c31bb3341babff894059814f8b4c6e08e762bf2",
"body": null,
"is_bot": false,
"headline": "run ci on node 24",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-05-28T12:16:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e122f2125e6344cc119fbb76ff83688d5300276c",
"body": null,
"is_bot": false,
"headline": "release 0.2.14",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-05-25T16:13:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d4a82df44b718fda65e76f0d124e1f5519b7db6",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update all non-major dependencies (#111)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-05-25T14:28:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3bc4bf11ed916cd6ba6903a7437c599440dd655",
"body": null,
"is_bot": false,
"headline": "docs: add `storybook` to list of users (#120)",
"author_name": "Ben McCann",
"author_login": "benmccann",
"committed_at": "2025-05-25T14:28:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7fd74bc3fc1ac1ccff430acf4c8a95266aeddac",
"body": "* normalize parent directories in patterns\n\n* use `slice` instead of `substring`\n\nworks the exact same in this situation\n\n* fix usage of relative self + normal pattern\n\n* fix test",
"is_bot": false,
"headline": "normalize parent directories in patterns (#119)",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-05-22T16:55:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c938cace48ebc701f3152a90bec7fd47ee090c3",
"body": null,
"is_bot": false,
"headline": "fix usage of `deep: 0`",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-05-21T21:27:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8d0cd7c693859ca9356e0410e0d6bc987c7f306",
"body": "Co-authored-by: James Garbutt <43081j@users.noreply.github.com>\nCo-authored-by: btea <2356281422@qq.com>",
"is_bot": false,
"headline": "fix root path joining on windows (#116)",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-05-18T22:12:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f25fb818e35ce907307e0535069fe8aadc95f7af",
"body": "* switch to tsdown\n\n* remove node protocol\n\n* bump tsdown",
"is_bot": false,
"headline": "switch to tsdown (#112)",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-05-11T19:50:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6906600fed745852f50a8d8cd53e08d0898d44ed",
"body": null,
"is_bot": false,
"headline": "release 0.2.13",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-04-19T18:30:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e0d1276670806fbe2bd5b493fc8ece97da7caa0",
"body": "* docs: update list of consumers\n\n* Update README.md\n\n* add astro\n\n* Update README.md",
"is_bot": false,
"headline": "docs: update list of consumers (#98)",
"author_name": "Ben McCann",
"author_login": "benmccann",
"committed_at": "2025-04-19T16:43:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2419f8c297c46554efdef9368c8d3bebfba0395",
"body": "* chore(deps): update dependency @types/picomatch to v4\n\n* make typescript happy\n\n---------\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: Superchupu <53496941+SuperchupuDev@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency @types/picomatch to v4 (#104)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-04-19T16:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be4463ceeada5b6cf11364dc1d72462e904ad293",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update all non-major dependencies (#95)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-04-19T16:04:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "020ae4a14ea93e1e906fca0ff1afae291591c3a0",
"body": "while investigating #99, i noticed the first character of entry names was getting cut off when root is `/`",
"is_bot": false,
"headline": "fix path processing when root is `/`",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-03-07T11:05:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1276a2fa24f5d0b70a051539926c7ffc2865aae6",
"body": null,
"is_bot": false,
"headline": "fix: correctly join paths when `cwd: '/'` (#100)",
"author_name": "Ben McCann",
"author_login": "benmccann",
"committed_at": "2025-03-04T15:28:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcfb08a36c3b4d48d5488c21000c95a956d9797c",
"body": null,
"is_bot": false,
"headline": "release 0.2.12",
"author_name": "Superchupu",
"author_login": "SuperchupuDev",
"committed_at": "2025-02-20T00:17:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3589ba061913e48c5cad4f2bcce0716a227f62c",
"body": "* docs: update list of consumers\r\n\r\n* Update README.md",
"is_bot": false,
"headline": "docs: update list of consumers (#89)",
"author_name": "Ben McCann",
"author_login": "benmccann",
"committed_at": "2025-02-20T00:06:50Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 21,
"commits_last_year": 63,
"latest_release_at": "2026-05-30T19:54:29Z",
"latest_release_tag": "0.2.17",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 16,
"days_since_latest_release": 52,
"mean_days_between_releases": 67.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 71,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "tinyglobby",
"exists": true,
"license": "MIT",
"keywords": [
"glob",
"patterns",
"tiny",
"fast"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/tinyglobby",
"is_deprecated": false,
"latest_version": "0.2.17",
"repository_url": "https://github.com/SuperchupuDev/tinyglobby",
"versions_count": 21,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 758999621,
"first_published_at": "2024-07-22T18:19:33.107000Z",
"latest_published_at": "2026-05-30T19:57:21.717000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 52
}
]
},
"popularity": {
"forks": 29,
"stars": 540,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2024-08-06",
"count": 1
},
{
"date": "2024-09-09",
"count": 1
},
{
"date": "2024-09-28",
"count": 1
},
{
"date": "2024-10-01",
"count": 1
},
{
"date": "2024-10-13",
"count": 1
},
{
"date": "2024-10-27",
"count": 1
},
{
"date": "2024-10-30",
"count": 1
},
{
"date": "2024-11-28",
"count": 1
},
{
"date": "2024-11-30",
"count": 1
},
{
"date": "2025-03-08",
"count": 1
},
{
"date": "2025-03-27",
"count": 1
},
{
"date": "2025-04-20",
"count": 1
},
{
"date": "2025-05-13",
"count": 1
},
{
"date": "2025-05-19",
"count": 1
},
{
"date": "2025-06-10",
"count": 1
},
{
"date": "2025-06-14",
"count": 1
},
{
"date": "2025-07-09",
"count": 1
},
{
"date": "2025-08-04",
"count": 1
},
{
"date": "2025-08-17",
"count": 1
},
{
"date": "2025-09-24",
"count": 1
},
{
"date": "2025-09-25",
"count": 1
},
{
"date": "2025-09-26",
"count": 1
},
{
"date": "2026-04-02",
"count": 1
},
{
"date": "2026-04-08",
"count": 1
},
{
"date": "2026-05-10",
"count": 1
},
{
"date": "2026-05-18",
"count": 1
},
{
"date": "2026-06-03",
"count": 1
},
{
"date": "2026-07-03",
"count": 1
},
{
"date": "2026-07-20",
"count": 1
}
],
"complete": true,
"collected": 29,
"total_forks": 29
},
"star_history": null,
"open_issues_and_prs": 33
},
"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": 18529,
"source_files_sampled": 14,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 2,
"malicious_count": 0,
"assessed_package": "npm:tinyglobby@0.2.17",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "fdir",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^6.5.0"
},
{
"name": "picomatch",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.0.4"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "fdir",
"direct": true,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": true,
"version": "2.3.2",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": true,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "@babel/generator",
"direct": false,
"version": "8.0.0-rc.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "8.0.0-rc.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "8.0.0-rc.6",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "8.0.0-rc.6",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "8.0.0-rc.6",
"ecosystem": "npm"
},
{
"name": "@biomejs/biome",
"direct": false,
"version": "2.4.16",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-darwin-arm64",
"direct": false,
"version": "2.4.16",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-darwin-x64",
"direct": false,
"version": "2.4.16",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-linux-arm64",
"direct": false,
"version": "2.4.16",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-linux-arm64-musl",
"direct": false,
"version": "2.4.16",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-linux-x64",
"direct": false,
"version": "2.4.16",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-linux-x64-musl",
"direct": false,
"version": "2.4.16",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-win32-arm64",
"direct": false,
"version": "2.4.16",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-win32-x64",
"direct": false,
"version": "2.4.16",
"ecosystem": "npm"
},
{
"name": "@emnapi/core",
"direct": false,
"version": "1.10.0",
"ecosystem": "npm"
},
{
"name": "@emnapi/runtime",
"direct": false,
"version": "1.10.0",
"ecosystem": "npm"
},
{
"name": "@emnapi/wasi-threads",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.3.13",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.31",
"ecosystem": "npm"
},
{
"name": "@napi-rs/wasm-runtime",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.scandir",
"direct": false,
"version": "2.1.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.stat",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.walk",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "@oxc-project/types",
"direct": false,
"version": "0.133.0",
"ecosystem": "npm"
},
{
"name": "@quansync/fs",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-android-arm64",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-darwin-arm64",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-darwin-x64",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-freebsd-x64",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm-gnueabihf",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm64-gnu",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm64-musl",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-ppc64-gnu",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-s390x-gnu",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-x64-gnu",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-x64-musl",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-openharmony-arm64",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-wasm32-wasi",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-win32-arm64-msvc",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-win32-x64-msvc",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/pluginutils",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@tybys/wasm-util",
"direct": false,
"version": "0.10.2",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "@types/jsesc",
"direct": false,
"version": "2.5.1",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "25.9.1",
"ecosystem": "npm"
},
{
"name": "@types/picomatch",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "ansis",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "ast-kit",
"direct": false,
"version": "3.0.0-beta.1",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "birpc",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.6",
"ecosystem": "npm"
},
{
"name": "braces",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "cac",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "defu",
"direct": false,
"version": "6.1.7",
"ecosystem": "npm"
},
{
"name": "dts-resolver",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "empathic",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "fast-glob",
"direct": false,
"version": "3.3.3",
"ecosystem": "npm"
},
{
"name": "fastq",
"direct": false,
"version": "1.20.1",
"ecosystem": "npm"
},
{
"name": "fill-range",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "fs-fixture",
"direct": false,
"version": "2.14.0",
"ecosystem": "npm"
},
{
"name": "get-tsconfig",
"direct": false,
"version": "5.0.0-beta.5",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "13.0.6",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "hookable",
"direct": false,
"version": "6.1.1",
"ecosystem": "npm"
},
{
"name": "import-without-cache",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "is-number",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "jsesc",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "11.5.1",
"ecosystem": "npm"
},
{
"name": "merge2",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "micromatch",
"direct": false,
"version": "4.0.8",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "10.2.5",
"ecosystem": "npm"
},
{
"name": "minipass",
"direct": false,
"version": "7.1.3",
"ecosystem": "npm"
},
{
"name": "obug",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "path-scurry",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "pathe",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "quansync",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "queue-microtask",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "resolve-pkg-maps",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "reusify",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "rolldown",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "rolldown-plugin-dts",
"direct": false,
"version": "0.25.2",
"ecosystem": "npm"
},
{
"name": "run-parallel",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.8.1",
"ecosystem": "npm"
},
{
"name": "tinybench",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "tinyexec",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.16",
"ecosystem": "npm"
},
{
"name": "to-regex-range",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "tree-kill",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "tsdown",
"direct": false,
"version": "0.22.1",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "2.8.1",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "unconfig-core",
"direct": false,
"version": "7.5.0",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "7.24.6",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 101,
"direct_count": 3,
"indirect_count": 98
}
},
"maintainership": {
"issues": {
"open_prs": 9,
"merged_prs": 71,
"open_issues": 24,
"closed_ratio": 0.721,
"closed_issues": 62,
"closed_unmerged_prs": 43
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "SuperchupuDev",
"commits": 140,
"avatar_url": "https://avatars.githubusercontent.com/u/53496941?v=4"
},
{
"type": "User",
"login": "benmccann",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/322311?v=4"
},
{
"type": "User",
"login": "Torathion",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/145236102?v=4"
},
{
"type": "User",
"login": "webpro",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/456426?v=4"
},
{
"type": "User",
"login": "Andrej730",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/9417531?v=4"
},
{
"type": "User",
"login": "Jayllyz",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/16305216?v=4"
},
{
"type": "User",
"login": "bluwy",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/34116392?v=4"
},
{
"type": "User",
"login": "ghiscoding",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/643976?v=4"
},
{
"type": "User",
"login": "43081j",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5677153?v=4"
},
{
"type": "User",
"login": "gameroman",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/121314722?v=4"
}
],
"contributors_sampled": 13,
"top_contributor_share": 0.833
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"benchmark.yml",
"ci.yml",
"preview.yml",
"publish.yml"
],
"has_docs_dir": false,
"linter_configs": [
"biome.json"
],
"has_editorconfig": false,
"has_linter_config": true,
"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": "11 out of 11 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": 1,
"reason": "Found 3/22 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 5 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": "13 commit(s) and 5 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": 10,
"reason": "all dependencies are pinned",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "f80cb8448dc5058f38bc25642375c1934112c7ba",
"ran_at": "2026-07-22T16:18:19Z",
"aggregate_score": 5.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-05-30T19:54:53Z",
"oldest_open_prs": [
{
"number": 70,
"created_at": "2024-10-30T12:40:58Z",
"last_comment_at": "2025-02-19T22:59:42Z",
"last_comment_author": "benmccann"
},
{
"number": 108,
"created_at": "2025-04-20T02:44:04Z",
"last_comment_at": "2025-06-14T15:42:49Z",
"last_comment_author": "SuperchupuDev"
},
{
"number": 168,
"created_at": "2025-09-26T16:42:35Z",
"last_comment_at": "2026-01-27T19:53:04Z",
"last_comment_author": "SuperchupuDev"
},
{
"number": 189,
"created_at": "2026-01-27T19:33:05Z",
"last_comment_at": "2026-03-03T19:49:01Z",
"last_comment_author": "samuelwei"
},
{
"number": 205,
"created_at": "2026-06-07T13:48:11Z",
"last_comment_at": "2026-06-07T13:48:37Z",
"last_comment_author": "pkg-pr-new"
},
{
"number": 206,
"created_at": "2026-06-21T13:37:45Z",
"last_comment_at": "2026-06-21T13:38:14Z",
"last_comment_author": "pkg-pr-new"
},
{
"number": 207,
"created_at": "2026-07-03T17:25:51Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 210,
"created_at": "2026-07-12T17:55:57Z",
"last_comment_at": "2026-07-12T17:56:24Z",
"last_comment_author": "pkg-pr-new"
},
{
"number": 211,
"created_at": "2026-07-19T14:08:42Z",
"last_comment_at": "2026-07-19T14:09:09Z",
"last_comment_author": "pkg-pr-new"
}
],
"last_merged_pr_at": "2026-05-30T18:45:20Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 22,
"created_at": "2024-08-24T19:03:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 24,
"created_at": "2024-08-25T18:15:14Z",
"last_comment_at": "2025-09-15T17:03:04Z",
"last_comment_author": "benmccann"
},
{
"number": 32,
"created_at": "2024-09-09T06:14:14Z",
"last_comment_at": "2024-10-25T12:35:27Z",
"last_comment_author": "webpro"
},
{
"number": 45,
"created_at": "2024-09-25T13:53:55Z",
"last_comment_at": "2025-07-19T00:33:22Z",
"last_comment_author": "SuperchupuDev"
},
{
"number": 50,
"created_at": "2024-09-29T13:44:39Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 71,
"created_at": "2024-11-11T20:34:50Z",
"last_comment_at": "2025-01-04T10:25:57Z",
"last_comment_author": "mrmlnc"
},
{
"number": 92,
"created_at": "2025-02-19T22:55:56Z",
"last_comment_at": "2025-09-06T22:14:14Z",
"last_comment_author": "SuperchupuDev"
},
{
"number": 97,
"created_at": "2025-02-25T21:58:03Z",
"last_comment_at": "2025-02-27T13:47:13Z",
"last_comment_author": "SuperchupuDev"
},
{
"number": 103,
"created_at": "2025-03-27T13:56:48Z",
"last_comment_at": "2025-03-28T17:35:39Z",
"last_comment_author": "benmccann"
},
{
"number": 125,
"created_at": "2025-06-01T02:30:27Z",
"last_comment_at": "2025-07-05T21:11:51Z",
"last_comment_author": "SuperchupuDev"
},
{
"number": 128,
"created_at": "2025-06-10T17:02:30Z",
"last_comment_at": "2025-06-16T19:13:56Z",
"last_comment_author": "zachleat"
},
{
"number": 133,
"created_at": "2025-06-18T19:23:08Z",
"last_comment_at": "2025-06-23T15:36:30Z",
"last_comment_author": "benmccann"
},
{
"number": 135,
"created_at": "2025-06-25T03:45:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 143,
"created_at": "2025-06-26T17:36:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 146,
"created_at": "2025-07-09T07:11:40Z",
"last_comment_at": "2026-04-22T13:25:34Z",
"last_comment_author": "fuma-nama"
},
{
"number": 148,
"created_at": "2025-07-18T20:40:45Z",
"last_comment_at": "2025-07-18T21:11:46Z",
"last_comment_author": "SuperchupuDev"
},
{
"number": 160,
"created_at": "2025-08-21T13:16:59Z",
"last_comment_at": "2025-11-18T16:32:59Z",
"last_comment_author": "xuanduc987"
},
{
"number": 166,
"created_at": "2025-09-25T19:37:53Z",
"last_comment_at": "2025-09-25T20:22:04Z",
"last_comment_author": "userquin"
},
{
"number": 178,
"created_at": "2025-11-20T20:30:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 182,
"created_at": "2025-12-01T15:53:14Z",
"last_comment_at": "2025-12-02T23:57:38Z",
"last_comment_author": "jlowcs"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/SuperchupuDev/tinyglobby",
"host": "github.com",
"name": "tinyglobby",
"owner": "SuperchupuDev"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"security": 67,
"vitality": 81,
"community": 78,
"governance": 60,
"engineering": 76
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 81,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"commits_last_year": 63,
"human_commit_share": 0.74,
"days_since_last_push": 0,
"active_weeks_last_year": 16
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "16/52 weeks with commits",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 16
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "63 commits in the last year",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 63
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "13 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 21,
"latest_release_tag": "0.2.17",
"releases_from_tags": false,
"days_since_latest_release": 52,
"mean_days_between_releases": 67.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "21 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 21
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 52 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 52
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~67.4 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 67.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "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": 52,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 52 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 52
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 78,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"forks": 29,
"stars": 540,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "540 stars",
"points": 44.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 540
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "29 forks",
"points": 12.1,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 29
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"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": "excellent",
"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": 100,
"inputs": {
"packages": [
"tinyglobby"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 758999621
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "758,999,621 downloads/month across npm",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 758999621,
"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": 60,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 13,
"top_contributor_share": 0.833
},
"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 83% of commits",
"points": 3.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 83
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "13 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 13
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"merged_prs": 71,
"open_issues": 24,
"closed_issues": 62,
"issue_closed_ratio": 0.721,
"closed_unmerged_prs": 43
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "72% of issues closed",
"points": 33.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 72
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "71/114 decided PRs merged",
"points": 23.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 71,
"decided": 114
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/22 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 59,
"inputs": {
"followers": 118,
"owner_type": "User",
"is_verified": null,
"owner_login": "SuperchupuDev",
"public_repos": 24,
"account_age_days": 2548
},
"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": "118 followers of SuperchupuDev",
"points": 14.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 118,
"login": "SuperchupuDev"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "24 public repos, account ~6 yr old",
"points": 22.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 24
}
},
{
"code": "account_age_years",
"params": {
"years": 6
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"tinyglobby"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 52
},
"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 52 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 52
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "21 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 21
}
}
],
"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": 76,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"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": "biome.json",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "biome.json"
}
}
],
"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": "11 out of 11 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [
"glob"
],
"has_wiki": false,
"homepage": "https://superchupu.dev/tinyglobby",
"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://superchupu.dev/tinyglobby",
"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": "1 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 1
}
}
],
"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": "moderate",
"name": "Security",
"value": 67,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"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": 59,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 5.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "11 out of 11 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 3/22 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 5 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": "13 commit(s) and 5 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": "all dependencies are pinned",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:tinyglobby@0.2.17 runtime dependency closure — what installing the published package pulls in — 2 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "npm:tinyglobby@0.2.17",
"assessed": 2
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 2,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 2,
"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": 13
},
"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": 59,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.392,
"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": "29 of 74 human commits state their intent (structured subject or explanatory body)",
"points": 20.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 29,
"sampled": 74
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 72,
"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": true,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.26
},
"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": "biome.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "biome.json"
}
}
],
"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 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "26 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 26,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 10,
"status": "met",
"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": 18529,
"source_files_sampled": 14,
"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/14 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 14,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-22T16:18:34.743940Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/SuperchupuDev/tinyglobby.svg",
"full_name": "SuperchupuDev/tinyglobby",
"license_state": "standard",
"license_spdx": "MIT"
}