JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1454,
"has_wiki": false,
"homepage": null,
"languages": {
"CSS": 5097,
"HTML": 383,
"Shell": 286,
"Svelte": 39135,
"JavaScript": 4787,
"TypeScript": 131562
},
"pushed_at": "2026-07-23T11:29:11Z",
"created_at": "2025-08-20T12:47:30Z",
"owner_type": "User",
"updated_at": "2026-07-23T11:29:48Z",
"description": "ꙮ Review dependencies changes to prevent supply chain attack",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript",
"Svelte"
]
},
"owner": {
"blog": "https://sitnik.es",
"name": "Andrey Sitnik",
"type": "User",
"login": "ai",
"company": "@evilmartians",
"location": "Barcelona, Spain",
"followers": 10081,
"avatar_url": "https://avatars.githubusercontent.com/u/19343?v=4",
"created_at": "2008-08-02T16:34:20Z",
"is_verified": null,
"public_repos": 102,
"account_age_days": 6564
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "0.8.4",
"kind": "patch",
"published_at": "2026-07-18T16:22:18Z"
},
{
"tag": "0.8.3",
"kind": "patch",
"published_at": "2026-04-21T15:45:27Z"
},
{
"tag": "0.8.2",
"kind": "patch",
"published_at": "2025-12-19T00:13:37Z"
},
{
"tag": "0.8.1",
"kind": "patch",
"published_at": "2025-10-10T21:32:53Z"
},
{
"tag": "0.8.0",
"kind": "minor",
"published_at": "2025-10-09T21:32:09Z"
},
{
"tag": "0.7.0",
"kind": "minor",
"published_at": "2025-10-09T12:01:41Z"
},
{
"tag": "0.6.7",
"kind": "patch",
"published_at": "2025-10-08T20:23:49Z"
},
{
"tag": "0.6.6",
"kind": "patch",
"published_at": "2025-09-16T19:28:59Z"
},
{
"tag": "0.6.5",
"kind": "patch",
"published_at": "2025-09-13T18:00:24Z"
},
{
"tag": "0.6.4",
"kind": "patch",
"published_at": "2025-09-12T14:22:53Z"
},
{
"tag": "0.6.3",
"kind": "patch",
"published_at": "2025-09-12T09:49:50Z"
},
{
"tag": "0.6.2",
"kind": "patch",
"published_at": "2025-09-12T09:18:09Z"
},
{
"tag": "0.6.1",
"kind": "patch",
"published_at": "2025-09-12T09:01:54Z"
},
{
"tag": "0.6.0",
"kind": "minor",
"published_at": "2025-09-11T20:23:58Z"
},
{
"tag": "0.5.0",
"kind": "minor",
"published_at": "2025-09-09T16:52:24Z"
},
{
"tag": "0.4.1",
"kind": "patch",
"published_at": "2025-09-08T20:04:04Z"
},
{
"tag": "0.4.0",
"kind": "minor",
"published_at": "2025-09-06T21:05:19Z"
},
{
"tag": "0.3.0",
"kind": "minor",
"published_at": "2025-08-27T11:28:31Z"
},
{
"tag": "0.2.0",
"kind": "minor",
"published_at": "2025-08-26T20:17:37Z"
},
{
"tag": "0.1.4",
"kind": "patch",
"published_at": "2025-08-26T17:26:46Z"
},
{
"tag": "0.1.3",
"kind": "patch",
"published_at": "2025-08-26T14:46:29Z"
},
{
"tag": "0.1.2",
"kind": "patch",
"published_at": "2025-08-25T21:06:31Z"
},
{
"tag": "0.1.1",
"kind": "patch",
"published_at": "2025-08-25T17:35:04Z"
},
{
"tag": "0.1.0",
"kind": "minor",
"published_at": "2025-08-25T17:14:35Z"
}
],
"recent_commits": [
{
"oid": "3981b8541715931964b39d0e5cc83fb3c1c0137b",
"body": null,
"is_bot": false,
"headline": "Update EM banner",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2026-07-23T11:29:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08d75778583b686e663b27aef5ee6312293ea724",
"body": "test: fix flaky tar cleanup check",
"is_bot": false,
"headline": "Merge pull request #62 from ymandrikov/ym/fix/flaky-tar-cleanup-test",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2026-07-18T21:08:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfd266fe4ebcdcd6f41b91d5e42cd83019fc5270",
"body": "The test diffed the shared OS tmpdir for new multiocular-* entries,\nso dirs created by test files running in parallel (fixture\nmultiocular-test-* dirs and other tests' loader downloads with the\nsame multiocular- prefix) showed up as false leaks.\n\nInstead, have the failing tar shim record its working\n[…]\n shim scripts as template literals (keeping the\nshebang as the first bytes — with a leading newline the kernel\nrejects the script with ENOEXEC) and extract the 0o755 magic\nnumber into EXECUTABLE_MODE.",
"is_bot": false,
"headline": "test: fix flaky tar cleanup check",
"author_name": "Yuri Mandrikov",
"author_login": "ymandrikov",
"committed_at": "2026-07-18T20:28:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a490d4218553e5de5c9337a7093c04f3d8ffec95",
"body": null,
"is_bot": false,
"headline": "Update docs",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2026-07-18T16:20:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0dca7a3540bb1f6295f3c2ed3d0f27f4531c424c",
"body": null,
"is_bot": false,
"headline": "Release 0.8.4 version",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2026-07-18T16:18:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80548b3744834e881f55cd872d453e79a5b3d760",
"body": null,
"is_bot": false,
"headline": "Simplify CI",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2026-07-18T16:15:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77edebd7e1d13ad1ef7f6e1dbe576726136304d5",
"body": null,
"is_bot": false,
"headline": "Update dependnecies",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2026-07-18T16:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cf3bd0642f0e568fdcc2633c08c5a19b65edb73",
"body": "Fix tar error in Git Bash on Windows",
"is_bot": false,
"headline": "Merge pull request #61 from ymandrikov/ym/fix/issue-53-tar-windows",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2026-07-18T16:06:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bb4ec4e07cbec3c5e2739f8851731ba68de77ff",
"body": "…keys\n\nfix(yarn): parse grouped lockfile keys resolving to one version",
"is_bot": false,
"headline": "Merge pull request #60 from ymandrikov/ym/fix/issue-55-berry-grouped-…",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2026-07-18T16:06:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e799c8abb2bf4ccf283f60aec1ada236d166180",
"body": null,
"is_bot": false,
"headline": "Move Logux Actions to direct dependencies",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2026-07-18T16:03:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8545b91415418309c42535e5f4f0c897fb65d5ee",
"body": "GNU tar in Git Bash treats C:\\... archive path as remote host and\nfails with \"Cannot connect to C: resolve failed\". Run tar via\nexecFile inside the temporary directory so no absolute path reaches\ntar arguments.\n\nAlso remove the temporary directory when extraction fails, so failed\ndownloads do not accumulate orphaned directories in tmpdir.\n\nFixes #53",
"is_bot": false,
"headline": "fix: pass relative archive path to tar on Windows",
"author_name": "Yuri Mandrikov",
"author_login": "ymandrikov",
"committed_at": "2026-07-15T14:41:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5f6605fa13081487d0fdf7cb747358b2afb0b99",
"body": null,
"is_bot": false,
"headline": "docs(yarn): restore lockfile format examples",
"author_name": "Yuri Mandrikov",
"author_login": "ymandrikov",
"committed_at": "2026-07-15T13:50:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b13a97bc2a6e71e315ddbeb220d324626d15c13",
"body": "Grouped Yarn 1 keys like\n\"@scope/pkg@^1.0.0\", \"@scope/pkg@^2.0.0\"\nwere passed whole to splitPackage, whose last-@ search crossed the\ndescriptor boundary and produced a malformed name that 404'd on npm\ndownload.\n\nYarn 1 has no resolution locator, so derive the name from the first\ngrouped descriptor; every descriptor in a group shares one package ident.\n\nRefs #55",
"is_bot": false,
"headline": "fix(yarn): parse Classic grouped lockfile keys",
"author_name": "Yuri Mandrikov",
"author_login": "ymandrikov",
"committed_at": "2026-07-15T13:12:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "651a0a0bb1590d75735e8da0e15521a62df76b61",
"body": "Grouped Berry keys like\n\"caniuse-lite@npm:^1.0.30001702, caniuse-lite@npm:^1.0.30001746\"\nwere passed to splitPackage, whose last-@ search crossed the descriptor\nboundary and produced a malformed name that 404'd on npm download.\n\nDerive the name from the entry's resolution locator instead, which\nalways holds the single resolved package.\n\nCloses #55",
"is_bot": false,
"headline": "fix(yarn): parse Berry grouped lockfile keys",
"author_name": "Yuri Mandrikov",
"author_login": "ymandrikov",
"committed_at": "2026-07-15T13:12:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "555316c3e96bb6737fb73107aee148ec705f5aca",
"body": null,
"is_bot": false,
"headline": "Move to Staged Publishing",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2026-06-26T09:12:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "801c4673f7b9530501db0b12bc10ab5dabc7cdea",
"body": null,
"is_bot": false,
"headline": "Simplify ChangeLog to GitHub Releases job",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2026-06-26T09:10:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6039793f3810b97d724cbcc4b829e98a3ef39fe",
"body": null,
"is_bot": false,
"headline": "Move from Prettier to oxfmt",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2026-06-26T09:06:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e78709f032010fb4896a4e904a86555dea4dcb66",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2026-06-26T08:59:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61566b374fdf56dc5a871739b2127c01cd1d6633",
"body": null,
"is_bot": false,
"headline": "Move to personal Dev Container image and update Node.js and pnpm",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2026-06-26T08:55:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40246196a976d5cc4a2fe92f4306eb01a18b12a0",
"body": null,
"is_bot": false,
"headline": "Release 0.8.3 version",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2026-04-21T15:43:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2466ef848ad93b8d8a82d2c3f0ba8d966379700",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2026-04-21T15:41:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbbd7e21ef97068e773002540127dfafbf880ca1",
"body": null,
"is_bot": false,
"headline": "Fix another email",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2026-04-21T15:34:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d5641d286f8b99e891a459b7189b22b77a2acaf",
"body": null,
"is_bot": false,
"headline": "Update email",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2026-04-21T15:33:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a62a2dc4a6b46abc63c6117a01acccc29cff46a6",
"body": null,
"is_bot": false,
"headline": "Fix audit warning by updating dependencies",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2026-03-25T23:20:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bce3e3b082f3b5fac4246cba294262cd249c4c1e",
"body": null,
"is_bot": false,
"headline": "Fix linter",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2026-03-19T11:41:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80b32e77672806f87f7ae3e5051022c0ef883f3f",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2026-03-19T11:34:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eacad8a83e897d1624e3aa4d6e87eff1f5eb657e",
"body": null,
"is_bot": false,
"headline": "Update pnpm to fix audit",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2026-02-20T09:45:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bdf99f108d3ac0f0a45fa69c704c84d288d3193",
"body": null,
"is_bot": false,
"headline": "Audit only npm dependencies, not dev tools",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2026-02-20T09:41:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b12927a3deb224a27f79077b849169bd8ad286c8",
"body": null,
"is_bot": false,
"headline": "Update Node.js and pnpm",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2026-02-19T13:45:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fa5ea0a86752518dbcecef63949df75bcf758e1",
"body": null,
"is_bot": false,
"headline": "Update CI",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2026-02-19T13:45:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02df3b43ccf7a8879429eb35bb07616628b9c7c6",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2026-02-19T13:44:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ade4e84228ce20911e02e1aaaec28fd2e5c3da5",
"body": null,
"is_bot": false,
"headline": "Update repo",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2026-02-19T12:46:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40371a833277aadda60ab4fa7b99bc8c0e08fd88",
"body": null,
"is_bot": false,
"headline": "Do not run audit every day",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2026-01-18T23:26:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b321e22789b6feb243b2846aaa02e4ae6aeab129",
"body": null,
"is_bot": false,
"headline": "Update Node.js and dependencies",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2026-01-14T23:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e1299c3b803e8c396b636021308a75d81a13b1f",
"body": null,
"is_bot": false,
"headline": "Remove screenshot-based viosual tests",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-12-19T12:31:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1afc5b1bca015443322bfc9dbf7e2fbc6946e351",
"body": null,
"is_bot": false,
"headline": "Release 0.8.2 version",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-12-19T00:05:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e64871be3716b89e64e5940acca6d82624df737d",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-12-19T00:03:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0538e65c4644ba376938ceb12e8b0301dbca466",
"body": null,
"is_bot": false,
"headline": "Fix sending diff if change was openned before loading",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-12-18T23:55:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d784e1c3f9aa6122261fd1673f207f054897697",
"body": null,
"is_bot": false,
"headline": "Limit diff lines for better performance",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-12-18T23:49:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e288a4d52c8023ea189377f7c060e07f620ba070",
"body": null,
"is_bot": false,
"headline": "Load only one change a time",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-12-18T23:35:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e7211c5ace84f03c43d03a48edaf684424428a0",
"body": null,
"is_bot": false,
"headline": "Fix code style",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-12-18T23:27:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc0c2c4381a5cebaed56c617b13c7ca3b8e22390",
"body": null,
"is_bot": false,
"headline": "Use modern Svelte syntax",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-12-18T22:39:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa5bdf9e9b7aa4138fc82eda00d90d39e5f47d3b",
"body": null,
"is_bot": false,
"headline": "Update dependencies to fix audit",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-11-15T07:44:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fecac054fc34f0931b071e90a4cfdc46f99ce73",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-10-21T14:03:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b153bccac72324a4d0d4201869ea9ec76f78458",
"body": null,
"is_bot": false,
"headline": "Fix EM link",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-10-14T13:20:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "426ab71e06cf93fd1ad67d5c2eb1be8522af55a1",
"body": null,
"is_bot": false,
"headline": "Release 0.8.1 version",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-10-10T21:31:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abc492680a005ed1e671a9632cf9a49b1731e7db",
"body": null,
"is_bot": false,
"headline": "Try to fix lack of npm ignore on the CI",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-10-10T21:30:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93b6cc794c904bb8d7a668b8d4413d167ba97565",
"body": null,
"is_bot": false,
"headline": "Release 0.8.0 version",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-10-09T21:30:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc40ff669cb0940acb8a5159f60c064f35f02202",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-10-09T21:29:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fec93e68fdeeb78f81d42519e4d01c762f4b8338",
"body": "… projects",
"is_bot": false,
"headline": "Move to ports set in Dev Container to fix port conflict with my other…",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-10-09T21:28:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13705c94610397f60a3035212e21063591b2b25e",
"body": null,
"is_bot": false,
"headline": "Save to storage only final version of change",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-10-09T21:19:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a086751cab20ce06db0390f14000bb8c8548eef",
"body": null,
"is_bot": false,
"headline": "Fix Dev Container to support any ~/.local/share user mount",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-10-09T21:18:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4128f632dea8a1d73fb1fcc9778e4a140b225ae5",
"body": "This reverts commit 551b26057c67712b21daeec34a4b4df58962f998.",
"is_bot": false,
"headline": "Revert new file-compatible ID since we need another way",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-10-09T19:50:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "551b26057c67712b21daeec34a4b4df58962f998",
"body": "…fe change ID",
"is_bot": false,
"headline": "Prevent creating the same file for different packages by moving to sa…",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-10-09T13:53:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04c6fcf7ffcf1639c5e7d24c27f52946fafaa4e3",
"body": null,
"is_bot": false,
"headline": "Release 0.7.0 version",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-10-09T11:59:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48112e61e9e0946cdba4eb98e4bef1cdb5b52302",
"body": null,
"is_bot": false,
"headline": "Fix --no-storage argument",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-10-09T11:53:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a6af96e9f56a2f829c9c6fa3c1f411ffe34fcfd",
"body": null,
"is_bot": false,
"headline": "Save review to file system",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-10-09T11:51:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9875f45e5797b7390cc939fc1512d107f4f483f7",
"body": null,
"is_bot": false,
"headline": "Add storage argument",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-10-09T10:22:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a719e9c4b87ebbc9b40c94b050ee6af5fa25b423",
"body": null,
"is_bot": false,
"headline": "Fix version changes on Chromatic",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-10-09T08:55:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1d2baeab489e2835db967f50d13d2b7d0e28dc1",
"body": null,
"is_bot": false,
"headline": "Add CRDT for change.status to use multiple sources for it",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-10-08T21:13:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f662a9f3713a563c066ba54d6a42e39a8de08463",
"body": null,
"is_bot": false,
"headline": "Do not show Changelog menu item if there is no such",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-10-08T20:50:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2991018a1fd6d7afb42b2a3f8b0625e6a430c42",
"body": null,
"is_bot": false,
"headline": "Release 0.6.7 version",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-10-08T20:21:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4744e71feb69e54acf892d75b6116040e05931a2",
"body": null,
"is_bot": false,
"headline": "Fix TypeScript warning",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-10-08T20:20:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8979b0528bb818f28cedae6b4e1e4d57e9019dc1",
"body": "Fix syntax highlighting for .cjs/.mjs/.cts/.mts module files",
"is_bot": false,
"headline": "Merge pull request #52 from vangata-ve/main",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-10-08T20:14:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "570d26eab79d9ff9f60fd6003bff17eae0298ad6",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-10-08T20:11:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90ec0d3d1ab6a887e099b671a1e41fa22323a542",
"body": null,
"is_bot": false,
"headline": "Fix syntax highlighting for .cjs/.mjs/.cts/.mts module files",
"author_name": "Ivan Georgiev",
"author_login": "vangata-ve",
"committed_at": "2025-10-07T09:37:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd878ad7fc6655b09e7a395f35aaa7052656b0a5",
"body": null,
"is_bot": false,
"headline": "Update pnpm",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-22T09:51:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fde53a2e335af2c583786b2e021e3d18d57819fb",
"body": null,
"is_bot": false,
"headline": "Release 0.6.6 version",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-16T19:27:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0cdf29eddaf5b931f74230df8aef55db5445807",
"body": null,
"is_bot": false,
"headline": "Fix tests with new SIGNTERM logic",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-16T19:25:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b2af8f96bb53a3236b5ad8dee9e19ba8c90ff01",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-16T10:30:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "104638da2b3a0ff597c5c55951234be673d7edf1",
"body": null,
"is_bot": false,
"headline": "Delete termorary files on Ctrl+C",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-16T10:24:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "069ebecbb5ca1b5c503936301e6d6f15c4b8b2a0",
"body": null,
"is_bot": false,
"headline": "Remove pinact since we are using actions-up",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-16T10:21:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "331faac596c5ee6ce2e82f5804829b91f6cb8296",
"body": null,
"is_bot": false,
"headline": "Prevent stories update on version bump",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-14T07:14:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f687b511e4a4c75590d600aa81b79a95d789dc2",
"body": null,
"is_bot": false,
"headline": "Release 0.6.5 version",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-13T17:58:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "455f8ef41127cfd1640dd7890632d5faa024d079",
"body": null,
"is_bot": false,
"headline": "Fix Node.js requirement",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-13T17:57:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf1b96d65a1810fbcc5ccac17fd34c358388946d",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-13T17:51:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c720e4b163bcc77d4d2c64400730ea8bfe0121f9",
"body": null,
"is_bot": false,
"headline": "Fix scroll on page changes",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-13T17:46:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "462b4e988bb6a1bf701c187c9ef38c45d8cde45b",
"body": null,
"is_bot": false,
"headline": "Backport update-env --force and fixes from Slow Reader",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-13T15:28:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cf97471c9eb3f208483f6ae4f59f735a7c9c32d",
"body": null,
"is_bot": false,
"headline": "Release 0.6.4 version",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-12T14:20:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "182890c614fe63132f3f2665f95a88c454ba1594",
"body": null,
"is_bot": false,
"headline": "Show small changelogs",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-12T14:20:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "951cf7e2b260b883c60c1dd752d530174958e6e8",
"body": null,
"is_bot": false,
"headline": "Better git version change render",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-12T14:10:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36fe75c7288c83532daf49c47b42e19e88e016d5",
"body": null,
"is_bot": false,
"headline": "Fix GitHub actions before version loading",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-12T14:03:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "098847e959ede0e23d0b04bd337580ad15ab7e56",
"body": null,
"is_bot": false,
"headline": "Fix b prefix in new GitHub action diff",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-12T13:58:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "657b2ebaf5067a63688617de00379b9582c501c9",
"body": null,
"is_bot": false,
"headline": "Release 0.6.3 version",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-12T09:47:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d617e5f673fc09fcf5ce418616e579b2f68241b6",
"body": null,
"is_bot": false,
"headline": "Ignore spaces in diff",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-12T09:47:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e31d03652b5f8b0654d33f72e68767c964416401",
"body": null,
"is_bot": false,
"headline": "Release 0.6.2 version",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-12T09:16:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10fe830557d49ad080c67d627799594bc3268ff9",
"body": null,
"is_bot": false,
"headline": "Reduce dependincies by sanitizing HTML on the client",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-12T09:15:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6198645e5561c499d6d11d69339448d4e56d874d",
"body": null,
"is_bot": false,
"headline": "Reduce dependencies by moving away from npm tar",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-12T09:09:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fec26cd0834880c6cfc4fafe9dfafe4dee3d9651",
"body": null,
"is_bot": false,
"headline": "Release 0.6.1 version",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-12T08:59:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06201fec13d60d46b25be6734016f1e725e86e0b",
"body": null,
"is_bot": false,
"headline": "Fix Chromatic",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-12T08:48:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e142edcede970028ff0e1f89652768afb522538",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-12T08:37:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0cb2e33aac0a619d11beba1a36c77c1b8ab1dc0",
"body": null,
"is_bot": false,
"headline": "Remove pacote because of the huge dependencies tree",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-12T08:35:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebf2a9ebb8a63924f3aca227160da8436e0e8a12",
"body": null,
"is_bot": false,
"headline": "Update Dev Container base image",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-11T22:08:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97d50074411e2c619d685b11df7346c5be385648",
"body": null,
"is_bot": false,
"headline": "Release 0.6.0 version",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-11T20:21:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77e6f3264b0b6bf45fd28f09b3cc3aec624c3cd1",
"body": null,
"is_bot": false,
"headline": "Add token docs",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-11T20:19:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3bf62d63adde3df77979a6f9e540a19af1911c8",
"body": null,
"is_bot": false,
"headline": "Update screenshots",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-11T20:16:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0be354763b2acc3bb2fb0227603a24ed42491fad",
"body": null,
"is_bot": false,
"headline": "Improve visual tests",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-11T20:12:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "864e99e828c7124f89a8f51e23d9d2700230b67c",
"body": null,
"is_bot": false,
"headline": "Update few small subdependencies",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-11T20:07:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90d542030c0c65c6060bd7690a116f8082418dcc",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-11T20:04:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65ec6887ede344dd82edbc2f5877adc8b2dc6448",
"body": null,
"is_bot": false,
"headline": "Remove settings page",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2025-09-11T19:56:10Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 24,
"commits_last_year": 373,
"latest_release_at": "2026-07-18T16:22:18Z",
"latest_release_tag": "0.8.4",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 22,
"days_since_latest_release": 5,
"mean_days_between_releases": 34.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 71,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "multiocular",
"exists": true,
"license": "MIT",
"keywords": [
"dependencies",
"npm",
"pnpm",
"security",
"supply chain attack"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/multiocular",
"is_deprecated": false,
"latest_version": "0.8.4",
"repository_url": "https://github.com/ai/multiocular",
"versions_count": 25,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 2593,
"first_published_at": "2025-08-20T12:49:51.804000Z",
"latest_published_at": "2026-07-18T16:25:11.315000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 5,
"stars": 206,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2025-08-29",
"count": 1
},
{
"date": "2025-09-09",
"count": 1
},
{
"date": "2025-10-16",
"count": 1
},
{
"date": "2026-07-14",
"count": 1
},
{
"date": "2026-07-15",
"count": 1
}
],
"complete": true,
"collected": 5,
"total_forks": 5
},
"star_history": null,
"open_issues_and_prs": 28
},
"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": 9050,
"source_files_sampled": 67,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md",
"server/AGENTS.md",
"web/AGENTS.md"
],
"agent_instruction_max_bytes": 968
},
"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": 24,
"malicious_count": 0,
"assessed_package": "npm:multiocular@0.8.4",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@logux/actions",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "0.5.0"
},
{
"name": "@logux/server",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.14.0"
},
{
"name": "diff2html",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.4.56"
},
{
"name": "dompurify",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.4.12"
},
{
"name": "highlight.js",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^11.11.1"
},
{
"name": "marked",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^18.0.6"
},
{
"name": "nanostores",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.4.0"
},
{
"name": "yaml",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.9.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 7,
"open_issues": 27,
"closed_ratio": 0.491,
"closed_issues": 26,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "ai",
"commits": 367,
"avatar_url": "https://avatars.githubusercontent.com/u/19343?v=4"
},
{
"type": "User",
"login": "ymandrikov",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/279717610?v=4"
},
{
"type": "User",
"login": "vangata-ve",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/49841974?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.984
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"audit.yml",
"publish.yml",
"test.yml"
],
"has_docs_dir": true,
"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": "3 out of 3 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/25 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 10 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": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "19 commit(s) and 2 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": 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": 7,
"reason": "3 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "3981b8541715931964b39d0e5cc83fb3c1c0137b",
"ran_at": "2026-07-24T01:13:39Z",
"aggregate_score": 5.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 59,
"created_at": "2026-07-15T07:58:00Z",
"last_comment_at": "2026-07-18T16:05:57Z",
"last_comment_author": "ai"
}
],
"last_merged_pr_at": "2026-07-18T21:08:44Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 1,
"created_at": "2025-08-22T20:58:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 6,
"created_at": "2025-08-24T15:26:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 7,
"created_at": "2025-08-24T15:26:41Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 9,
"created_at": "2025-08-24T22:01:29Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 10,
"created_at": "2025-08-24T22:33:07Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 11,
"created_at": "2025-08-24T22:38:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 12,
"created_at": "2025-08-25T14:34:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 17,
"created_at": "2025-09-03T16:34:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 21,
"created_at": "2025-09-05T09:15:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 22,
"created_at": "2025-09-05T18:19:31Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 23,
"created_at": "2025-09-05T20:48:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 24,
"created_at": "2025-09-05T21:21:52Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 25,
"created_at": "2025-09-05T22:58:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 27,
"created_at": "2025-09-06T20:02:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 30,
"created_at": "2025-09-06T20:39:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 33,
"created_at": "2025-09-06T20:57:11Z",
"last_comment_at": "2025-09-11T13:52:11Z",
"last_comment_author": "ai"
},
{
"number": 34,
"created_at": "2025-09-06T20:58:51Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 35,
"created_at": "2025-09-06T20:59:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 40,
"created_at": "2025-09-09T16:51:29Z",
"last_comment_at": "2025-09-11T16:15:24Z",
"last_comment_author": "pi0"
},
{
"number": 42,
"created_at": "2025-09-11T14:08:35Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ai/multiocular",
"host": "github.com",
"name": "multiocular",
"owner": "ai"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "High-Risk Jurisdiction Policy applies a 75% multiplier to weighted overall health and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "jurisdiction_overall_adjustment",
"params": {
"cap": 49,
"pct": 75
}
}
],
"value": 49,
"inputs": {
"security": 53,
"vitality": 87,
"community": 54,
"governance": 60,
"engineering": 70,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 75,
"weighted_overall_before_jurisdiction": 66,
"overall_after_jurisdiction_multiplier": 50
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 87,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"commits_last_year": 373,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 22
},
"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": "22/52 weeks with commits",
"points": 15.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 22
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "373 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 373
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "19 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 24,
"latest_release_tag": "0.8.4",
"releases_from_tags": false,
"days_since_latest_release": 5,
"mean_days_between_releases": 34.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "24 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 24
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~34.3 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 34.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": "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": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 54,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"forks": 5,
"stars": 206,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "206 stars",
"points": 37.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 206
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "5 forks",
"points": 5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 5
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"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": 0,
"status": "missed",
"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": "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": 57,
"inputs": {
"packages": [
"multiocular"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 2593
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,593 downloads/month across npm",
"points": 45.5,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2593,
"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": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.984
},
"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 98% of commits",
"points": 0.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 98
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 10 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"merged_prs": 7,
"open_issues": 27,
"closed_issues": 26,
"issue_closed_ratio": 0.491,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "49% of issues closed",
"points": 23,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 49
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "7/8 decided PRs merged",
"points": 33.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 7,
"decided": 8
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/25 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"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": 75,
"inputs": {
"followers": 10081,
"owner_type": "User",
"is_verified": null,
"owner_login": "ai",
"public_repos": 102,
"account_age_days": 6564
},
"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": "10,081 followers of ai",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 10081,
"login": "ai"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "102 public repos, account ~17 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 102
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"multiocular"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 5
},
"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 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "25 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 25
}
}
],
"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.2,
"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": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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": "3 out of 3 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": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 53,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized. High-Risk Jurisdiction Policy applies a 75% multiplier to Security posture and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "jurisdiction_posture_adjustment",
"params": {
"cap": 49,
"pct": 75
}
}
],
"value": 41,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 5.5,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 75,
"security_posture_after_multiplier": 41,
"security_posture_before_jurisdiction": 55
},
"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": "3 out of 3 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/25 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 10 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": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "19 commit(s) and 2 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 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": "3 existing vulnerabilities detected",
"points": 5.2,
"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:multiocular@0.8.4 runtime dependency closure — what installing the published package pulls in — 24 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:multiocular@0.8.4",
"assessed": 24
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 24,
"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": 24,
"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": "good",
"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": 75,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": true,
"exposures": [
{
"role": "contributor_organization",
"count": 1,
"country": "Russia"
}
],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 4
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "Russia: contributor_organization (1)",
"points": 75,
"status": "partial",
"details": [
{
"code": "jurisdiction_exposure",
"params": {
"role": "contributor_organization",
"count": 1,
"country": "Russia"
}
}
],
"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": 60,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "moderate",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.09,
"agent_instruction_files": [
"AGENTS.md",
"server/AGENTS.md",
"web/AGENTS.md"
],
"agent_instruction_max_bytes": 968
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, server/AGENTS.md, web/AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, server/AGENTS.md, web/AGENTS.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "9 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 9,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"pnpm-lock.yaml"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "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": 9050,
"source_files_sampled": 67,
"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/67 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 67,
"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",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-24T01:13:48.789315Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/ai/multiocular.svg",
"full_name": "ai/multiocular",
"license_state": "standard",
"license_spdx": "MIT"
}