Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 196,
"has_wiki": true,
"homepage": "https://christophervr.github.io/mtx-decompressor/",
"languages": {
"TypeScript": 213704
},
"pushed_at": "2026-07-17T23:40:53Z",
"created_at": "2026-06-18T03:45:25Z",
"owner_type": "User",
"updated_at": "2026-07-17T23:40:54Z",
"description": "A zero-dependency TypeScript library that decompresses MicroType Express (MTX) compressed font data found inside EOT (Embedded OpenType) containers, producing standard TrueType (.ttf) font binaries.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MPL-2.0",
"default_branch": "main",
"license_spdx_raw": "MPL-2.0",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": null,
"name": "Christopher van Rooyen",
"type": "User",
"login": "ChristopherVR",
"company": null,
"location": "Brisbane, Australia",
"followers": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/28136629?v=4",
"created_at": "2017-04-28T07:53:52Z",
"is_verified": null,
"public_repos": 22,
"account_age_days": 3373
},
"license": {
"state": "standard",
"spdx_id": "MPL-2.0",
"raw_spdx": "MPL-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.6.0",
"kind": "minor",
"published_at": "2026-07-17T23:41:29Z"
},
{
"tag": "v1.5.1",
"kind": "patch",
"published_at": "2026-07-17T21:01:04Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2026-07-17T20:48:58Z"
},
{
"tag": "v1.4.2",
"kind": "patch",
"published_at": "2026-06-18T08:30:35Z"
},
{
"tag": "v1.4.1",
"kind": "patch",
"published_at": "2026-06-18T07:43:19Z"
}
],
"recent_commits": [
{
"oid": "9758209fcc74d4ab71bb02a9a8b11cf850bc5c7d",
"body": null,
"is_bot": false,
"headline": "chore: release v1.6.0",
"author_name": "Christopher van Rooyen",
"author_login": "ChristopherVR",
"committed_at": "2026-07-17T23:40:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef24d5511a116b65380c8ee23b156e7252be50fd",
"body": "Address all five deferred parity findings from #7:\n\n1. Byte-boundary enforcement (stream.ts): byte read/write/seek now throw\n EOT_OFF_BYTE_BOUNDARY when the stream is mid-byte; readNBits remains the\n sole legitimate mid-byte accessor. Seeks require alignment instead of\n silently resetting bitP\n[…]\nry/OutOfReservedSpace/SeekPastEos error codes and the\nParseCTFOptions type; documents onWarn in the README. Test suite 214 -> 222.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: implement deferred libeot-parity items (#7)",
"author_name": "Christopher van Rooyen",
"author_login": "ChristopherVR",
"committed_at": "2026-07-17T21:39:45Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "001c1a06f248dfa4d595dba837263c3989f66ced",
"body": "* fix: harden latent parity gaps found in the libeot review\n\nFollow-up to the v1.5.0 review — the low-severity items that were latent or\ndead-code but worth closing:\n\n- mtx-decompress: the uncompressed passthrough returned the caller's own\n buffer while a comment claimed it copied. libeot (writeFon\n[…]\ne(release): 1.5.1 — latent-parity hardening fixes\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: harden latent libeot-parity gaps (v1.5.1) (#6)",
"author_name": "Christopher van Rooyen",
"author_login": "ChristopherVR",
"committed_at": "2026-07-17T21:00:26Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2afbab16c4c124971e78b7814a9209e0914ce2d5",
"body": "* fix: restore libeot parity in decoder core (CVT, caps, BitIO, validity checks)\n\nPort-parity fixes found by diffing against libeot (MPL 2.0) and the W3C MTX\nspec:\n\n- ctf-parser: unpackCVT read the leading U16 as a byte count and halved every\n hinted font's Control Value Table. The MTX spec (§5.2 \"\n[…]\nor. Bump to 1.5.0 for the new\npublic API surface.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: port EOT container parsing + fix libeot-parity bugs (v1.5.0) (#5)",
"author_name": "Christopher van Rooyen",
"author_login": "ChristopherVR",
"committed_at": "2026-07-17T20:48:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e10e2fcd168c5fc7034e47333d9c4730fdd897bc",
"body": "Dependabot cannot maintain bun.lock, so its npm PRs land package.json-only\nand fail CI on `bun install --frozen-lockfile`. Apply the update locally\nwith a regenerated lockfile instead.\n\nTypeScript stays on 6.x: 7.0.2 breaks `tsup`'s .d.ts generation, whose\nbundled rollup-plugin-dts is built against \n[…]\nnternals\nthat the native TS 7 port removed. tsup 8.5.1 is already latest, so there\nis no version with TS 7 support to move to yet.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(deps): bump vitest to 4.1.10 and refresh lockfile (#4)",
"author_name": "Christopher van Rooyen",
"author_login": "ChristopherVR",
"committed_at": "2026-07-17T10:05:41Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "86dc47866e35d7aa21d9189a90960c352f4401a8",
"body": "Bumps the github-actions group with 1 update: [actions/setup-node](https://github.com/actions/setup-node).\n\n\nUpdates `actions/setup-node` from 6 to 7\n- [Release notes](https://github.com/actions/setup-node/releases)\n- [Commits](https://github.com/actions/setup-node/compare/v6...v7)\n\n---\nupdated-depe\n[…]\nsion-update:semver-major\n dependency-group: github-actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Bump actions/setup-node in the github-actions group (#3)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-17T10:02:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "97dc8c5f637167e2732bdde9541467fa55002d32",
"body": "…thub-actions-640176b5ab\n\nchore(deps): Bump actions/checkout from 4 to 7 in the github-actions group",
"is_bot": false,
"headline": "Merge pull request #1 from ChristopherVR/dependabot/github_actions/gi…",
"author_name": "Christopher van Rooyen",
"author_login": "ChristopherVR",
"committed_at": "2026-06-26T08:30:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0a41b0ab0d45af80d675cb6efcb9cc17cdea522",
"body": "Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).\n\n\nUpdates `actions/checkout` from 4 to 7\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https:\n[…]\nut\n dependency-version: '7'\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: github-actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): Bump actions/checkout in the github-actions group",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-18T20:14:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "23bd175d31f845aafa4674114f7cddabaa82a4e1",
"body": "1.4.1's npm README predated the standalone README rewrite, so npm still shows the old pptx-viewer 'Full docs' links. Bump to 1.4.2 to republish with the corrected, self-contained README.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(release): 1.4.2 — ship corrected README to npm",
"author_name": "Christopher van Rooyen",
"author_login": "ChristopherVR",
"committed_at": "2026-06-18T08:29:58Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9faec18b3c4b0fdee2fec4d478c20df7e19c3b8e",
"body": "A dependency-free landing/docs page (install, usage, how-it-works, examples) with an interactive in-browser demo: drop in an .eot file to decompress it, see input/output sizes + sfnt version + glyph count + timing, download the recovered .ttf, and preview a pangram rendered in the extracted font via\n[…]\nHub Pages on push to main. Enable Pages -> Source: GitHub Actions to publish at https://christophervr.github.io/mtx-decompressor/.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add interactive GitHub Pages demo site",
"author_name": "Christopher van Rooyen",
"author_login": "ChristopherVR",
"committed_at": "2026-06-18T07:50:32Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2b7a898e7b793cb6ff8e9e1ee82a9d5fba5a3c70",
"body": "Add the live demo link (GitHub Pages), a CI badge, and a Demo section. Correct the License section from Apache-2.0 to MPL-2.0 (the package is MPL-2.0, inherited from libeot), point the license badge at the in-repo LICENSE, and drop all pptx-viewer repo/docs references.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: standalone README with live demo + fix license to MPL-2.0",
"author_name": "Christopher van Rooyen",
"author_login": "ChristopherVR",
"committed_at": "2026-06-18T07:49:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3ad668315988ec636cd98ced99d0389ac335187c",
"body": "Weekly Dependabot updates for npm dependencies and the GitHub Actions used by the workflows, grouped to keep PR volume down.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: add Dependabot for npm and GitHub Actions",
"author_name": "Christopher van Rooyen",
"author_login": "ChristopherVR",
"committed_at": "2026-06-18T07:47:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3dce289083a6a41c4f4835599589dc07c80256d7",
"body": "publish.yml now (on push to main) regenerates CHANGELOG.md via git-cliff, commits it, publishes the package.json version to npm via OIDC, and cuts a GitHub release using the new changelog section as the body. Bump to 1.4.1 to ship the first changelog-backed release.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: changelog-driven npm publish + GitHub release",
"author_name": "Christopher van Rooyen",
"author_login": "ChristopherVR",
"committed_at": "2026-06-18T07:40:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d71582dc6eb2a54ac9ffd793e5b58a0ed766f7b3",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: add narrow-width BitIO fixtures",
"author_name": "Christopher van Rooyen",
"author_login": "ChristopherVR",
"committed_at": "2026-06-18T07:40:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a26a65e674d8a209668edc74c54fe1b0044baa0d",
"body": "The publish workflow triggered on 'release: published', but nothing created a release, so it never ran (and a GITHUB_TOKEN-created release does not trigger other workflows anyway). Rework it to run on push to main: build, and if the package.json version isn't already on npm, publish via OIDC trusted\n[…]\n release. Bump package.json to ship a new version. Filename kept as publish.yml so the npm trusted-publisher config still matches.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: publish on push to main (self-contained, no release hop)",
"author_name": "Christopher van Rooyen",
"author_login": "ChristopherVR",
"committed_at": "2026-06-18T07:28:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3f98b75fbc0747b72be2bab69cfc37565c7602eb",
"body": "Add reusable bit-pattern fixtures (__fixtures__/bit-samples.ts) and a table-driven test covering BitIO.inputBit (MSB-first), readValue across byte boundaries, nibble splitting, and end-of-data handling.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: add fixture-driven BitIO coverage",
"author_name": "Christopher van Rooyen",
"author_login": "ChristopherVR",
"committed_at": "2026-06-18T07:11:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "de6470d0a7ea0feeb60043b40918743ea4b4c2cc",
"body": "Drop the NODE_AUTH_TOKEN/NPM_TOKEN secret in favour of OIDC trusted publishing (matching the main pptx-viewer pipeline). npm mints a short-lived token via the id-token permission and attaches provenance automatically; a trusted publisher must be configured for the package on npmjs.com (GitHub Actions, this repo, workflow publish.yml, environment npm).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: use OIDC trusted publishing for npm",
"author_name": "Christopher van Rooyen",
"author_login": "ChristopherVR",
"committed_at": "2026-06-18T06:59:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9bae82ef0d301dbedac99ced6854ce94b5c9ac37",
"body": "CI builds, typechecks, and tests on push/PR to main. The publish workflow releases mtx-decompressor to npm with provenance on a published GitHub release, taking the version from the release tag (skips if that version already exists). Needs an NPM_TOKEN secret in an 'npm' environment, or OIDC trusted publishing configured on npmjs.com.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: add CI and npm publish workflows",
"author_name": "Christopher van Rooyen",
"author_login": "ChristopherVR",
"committed_at": "2026-06-18T06:51:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e55a7bcff95b9003b44d6c9e648093e8e4916fd6",
"body": "Extracted from the pptx-viewer monorepo (packages/mtx-decompressor) preserving history. Repoint package.json repository/homepage/bugs at the new standalone repo, add a .gitignore, and pin the lockfile. Builds, typechecks, and tests pass standalone.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: configure standalone repository",
"author_name": "Christopher van Rooyen",
"author_login": "ChristopherVR",
"committed_at": "2026-06-18T03:37:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e5400113f18266f47be3e3551a414dcdbc06cac9",
"body": "Trim per-package READMEs for npm (core 1282->152, react 1059->158, emf 630->73, mtx 272->70), replacing wall-of-text deep dives with concise sections linking the hosted docs. Rename React's '60-second example' to a professional Quick start. Add npm version badges to the root Packages table, the edit\n[…]\nndency. Side-fixes: MCP license MIT->Apache-2.0 and tool count 24->25; correct install lines (Vue bundles core; Angular peer 22+).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: streamline npm READMEs and add badges, screenshots, demo links",
"author_name": "Christopher van Rooyen",
"author_login": "ChristopherVR",
"committed_at": "2026-06-18T03:12:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "42317676df423f62e37b8ebe4d8b548a5a37f519",
"body": "Bump dependencies across the monorepo to their latest versions, including\nmajor upgrades to TypeScript (5.9 -> 6.0) and lint-staged (16 -> 17), plus\nReact, Vite, framer-motion, tailwind, vitest, oxlint, oxfmt and others.\n\nAdaptations required by the bumps:\n- TypeScript 6 errors on the deprecated bas\n[…]\ninput a11y label plus two missing regex u flags in demo/main.tsx.\n\ntypecheck, build, lint and test all green across every package.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(deps): update all dependencies to latest",
"author_name": "Christopher van Rooyen",
"author_login": "ChristopherVR",
"committed_at": "2026-06-14T06:38:04Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ab80fc3e0d18fe74d7b22bddce6a8fcd6ff1de3e",
"body": "Critical / High:\n- emf, mtx: clamp attacker-supplied size fields; cap recursion (EMF+\n region nodes, region-trace, deferred metafiles, MTX header offsets,\n lzcomp outLen and iteration counts).\n- core/load: depth-cap or iterativize group / SmartArt / placeholder /\n media walks; enforce allowExtern\n[…]\nuseDeferredValue, svg-print-\nserializer read/write split, React.memo on thumbnails/cards.\n\n15,589 tests passing across 5 packages.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: close security & performance findings from full-codebase review",
"author_name": "Christopher van Rooyen",
"author_login": "ChristopherVR",
"committed_at": "2026-05-06T06:55:59Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0694c2d35150ca78fdd24a3bb9ad08f76e08af6f",
"body": "TypeScript 6.0 surfaces deprecation TS5101 from inside tsup's DTS worker\n(rollup.js:6837 hardcodes `baseUrl: compilerOptions.baseUrl || \".\"`).\nRather than ignoring the deprecation in every tsconfig, pin TS to ^5.9.3\nacross the monorepo until tsup ships a TS6-clean release. CLAUDE.md already\ndocument\n[…]\nuses _-prefixed locals as an intentional-unused marker).\n\nAfter: typecheck, lint, build, and test all green across all 5 packages.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: roll TypeScript back to 5.9.x; quiet new oxlint vitest rules",
"author_name": "Christopher van Rooyen",
"author_login": "ChristopherVR",
"committed_at": "2026-05-05T12:06:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "076ec23fe7934d6b4f108a0ec38c1edf0aa73810",
"body": "… work\n\nDependency bumps (latest minor where feasible):\n - oxfmt 0.45 → 0.47\n - oxlint 1.60 → 1.62\n - typescript 5.9 → 6.0\n - vitest 4.1.0 → 4.1.5\n - tsup 8.x latest\n - fast-xml-parser 5.5 → 5.7\n - framer-motion 12.36 → 12.38\n - i18next 25 → 26 (demo)\n - lucide-react 0 → 1\n - react/react-d\n[…]\n.3.0 → 1.4.0\n - mtx-decompressor: 1.3.0 → 1.4.0\n - pptx-viewer (react): 1.4.0 → 1.5.0\n - pptx-viewer-mcp (tools): 1.2.0 → 1.3.0\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: bump dependencies to latest and minor-bump packages for parity…",
"author_name": "Christopher van Rooyen",
"author_login": "ChristopherVR",
"committed_at": "2026-05-05T11:42:32Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f14bc078a129c68d7fe80869da7d4cf85fb71856",
"body": "- pptx-viewer-core: 1.2.1 → 1.3.0\n- emf-converter: 1.2.1 → 1.3.0\n- mtx-decompressor: 1.2.1 → 1.3.0\n- pptx-viewer: 1.3.1 → 1.4.0\n- pptx-viewer-mcp: 1.1.1 → 1.2.0\n\nMinor bump reflects net-new SDK capability: `SlideBuilder.addTable(…)`\nnow serialises to disk (previously dropped silently w\n[…]\nefix on\n`docProps/app.xml` Override, and correct `<p:sldIdLst>` placement in\n`presentation.xml` so PowerPoint sees the slide list.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: bump all packages to minor versions for SDK table support",
"author_name": "Christopher van Rooyen",
"author_login": "ChristopherVR",
"committed_at": "2026-04-18T13:28:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9b3493a20c32dc1824ecab7d1fe29253c710ae15",
"body": "- pptx-viewer-core: 1.2.0 → 1.2.1\n- emf-converter: 1.2.0 → 1.2.1\n- mtx-decompressor: 1.2.0 → 1.2.1\n- pptx-viewer: 1.3.0 → 1.3.1\n- pptx-viewer-mcp: 1.1.0 → 1.1.1\n\nShips the save-pipeline corruption fixes: schema order (pPr spacing,\npPr bullet children, rPr child order, p:cSld, p:showPr)\n[…]\nxture name\n (existing entry used a hyphen) and the `presentation (N).pptx` demo\n save artifacts so they don't leak into commits.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: bump all packages to 1.x.1 patch versions",
"author_name": "Christopher van Rooyen",
"author_login": "ChristopherVR",
"committed_at": "2026-04-17T23:32:07Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "fa8c109af11243b68725a07ff4dd186f90fee364",
"body": "The previous lint-fix pass replaced `toBeTruthy()`/`toBeFalsy()` with\n`toBe(true)`/`toBe(false)` across the test suite, which silently broke\nevery assertion whose subject was a non-boolean (string IDs, element\nrefs, etc.). A stray `import { expectTypeOf } from '@jest/globals'` had\nalso been prepende\n[…]\ntylistic false positives on for-loop-bodied tests).\n\nTests: 15454 passing across all packages; typecheck, lint, and fmt\nall clean.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: repair broken test assertions and clean up lint config",
"author_name": "Christopher van Rooyen",
"author_login": "ChristopherVR",
"committed_at": "2026-04-17T07:52:52Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4358a65f3e3e6b07f00bbdbeb1a198e08c0542a2",
"body": "- Fix oxlint config: remove 3 unavailable jsx_a11y rules\n- Apply oxfmt formatting across all test files\n- Apply oxlint curly brace fixes from lint:fix\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: fix formatting and lint warnings across test suite",
"author_name": "Christopher van Rooyen",
"author_login": "ChristopherVR",
"committed_at": "2026-04-16T10:47:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b14f8d87ae6a1ed934d2086249c54ded8093274d",
"body": "Line-by-line comparison with the libeot C reference (umanwizard/libeot)\nrevealed 8 bugs in the MTX decompression port that collectively prevented\nany real-world embedded font from being extracted:\n\nAHuff adaptive Huffman tree (ahuff.ts):\n- Fix bitCount2 computation: use bitsUsed(range-256-1)+1 for r\n[…]\nTested: 18/18 embedded fonts from real Google Slides PPTX now extract to\nvalid TrueType (Comic Sans MS, Raleway, Roboto variants).\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(mtx-decompressor): fix 8 bugs in MTX font decompression pipeline",
"author_name": "Christopher van Rooyen",
"author_login": "ChristopherVR",
"committed_at": "2026-04-16T10:37:26Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "389f53a14c51055bc1584cbc41d893f55268d280",
"body": "Tests were failing (84 total) because components use react-i18next's\nuseTranslation() but test mocks were missing or incomplete, returning\nraw translation keys instead of English text.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(test): add i18n mocks to react tests and bump versions to 1.2.0",
"author_name": "Christopher van Rooyen",
"author_login": "ChristopherVR",
"committed_at": "2026-04-09T02:04:34Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f741064479d1ef78447c5c976e968a7bf91c0d07",
"body": "…refs\n\n- pptx-viewer-core: 1.0.0 → 1.1.0\n- pptx-viewer (react): 1.0.0 → 1.1.0\n- emf-converter: 1.0.0 → 1.1.0\n- mtx-decompressor: 1.0.0 → 1.1.0\n- @pptx-viewer/tools: already at 1.1.0\n\nAlso fixes remaining MYCLAWASSIST references in index.ts,\nenvironment.ts, and environment.test.ts.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: bump all packages to v1.1.0 and remove remaining MyClawAssist …",
"author_name": "Christopher van Rooyen",
"author_login": "ChristopherVR",
"committed_at": "2026-03-29T08:45:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4e0bd2fd96d274ca5aaefa19cfc3b01b17c18fae",
"body": "…hing\n\nAdd MIT LICENSE to root and each package, MPL-2.0 LICENSE to mtx-decompressor,\nNOTICE files to core/react documenting bundled MPL-2.0 component, THIRD-PARTY-LICENSES\nfor dependency audit, CHANGELOG.md, and author/repository/homepage/bugs fields\nto all package.json files.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: add license files, NOTICE, and package metadata for npm publis…",
"author_name": "Christopher van Rooyen",
"author_login": "ChristopherVR",
"committed_at": "2026-03-16T10:50:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "76a1eabaa41d66366cbc9c0ead67c56df675dfa6",
"body": "Worked on a different repository initially.",
"is_bot": false,
"headline": "initial commit",
"author_name": "Christopher van Rooyen",
"author_login": "ChristopherVR",
"committed_at": "2026-03-16T08:08:40Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 33,
"latest_release_at": "2026-07-17T23:41:29Z",
"latest_release_tag": "v1.6.0",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 9,
"days_since_latest_release": 5,
"mean_days_between_releases": 7.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "mtx-decompressor",
"exists": true,
"license": "MPL-2.0",
"keywords": [],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/mtx-decompressor",
"is_deprecated": false,
"latest_version": "1.6.0",
"repository_url": "https://github.com/ChristopherVR/mtx-decompressor",
"versions_count": 35,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 11471,
"first_published_at": "2026-03-16T10:32:45.717000Z",
"latest_published_at": "2026-07-17T23:41:22.086000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 31428,
"source_files_sampled": 28,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 3,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "tsup",
"direct": false,
"version": "^8.5.1",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "^6.0.3",
"ecosystem": "npm"
},
{
"name": "vitest",
"direct": false,
"version": "^4.1.10",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 3,
"direct_count": 0,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 6,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 1,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "ChristopherVR",
"commits": 31,
"avatar_url": "https://avatars.githubusercontent.com/u/28136629?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"pages.yml",
"publish.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"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": "6 out of 6 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/27 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 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": "9758209fcc74d4ab71bb02a9a8b11cf850bc5c7d",
"ran_at": "2026-07-23T09:30:39Z",
"aggregate_score": 4.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-17T23:41:07Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-17T21:41:50Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ChristopherVR/mtx-decompressor",
"host": "github.com",
"name": "mtx-decompressor",
"owner": "ChristopherVR"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"security": 43,
"vitality": 74,
"community": 35,
"governance": 55,
"engineering": 67
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 74,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"commits_last_year": 33,
"human_commit_share": 0.939,
"days_since_last_push": 5,
"active_weeks_last_year": 9
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "9/52 weeks with commits",
"points": 6.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 9
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "33 commits in the last year",
"points": 13.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 33
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v1.6.0",
"releases_from_tags": false,
"days_since_latest_release": 5,
"mean_days_between_releases": 7.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 5
}
}
],
"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 ~7.4 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 7.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 35,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MPL-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MPL-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 68,
"inputs": {
"packages": [
"mtx-decompressor"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 11471
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "11,471 downloads/month across npm",
"points": 54.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 11471,
"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": 55,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"merged_prs": 6,
"open_issues": 0,
"closed_issues": 1,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "6/7 decided PRs merged",
"points": 32.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 6,
"decided": 7
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/27 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 48,
"inputs": {
"followers": 6,
"owner_type": "User",
"is_verified": null,
"owner_login": "ChristopherVR",
"public_repos": 22,
"account_age_days": 3373
},
"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": "6 followers of ChristopherVR",
"points": 6.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 6,
"login": "ChristopherVR"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "22 public repos, account ~9 yr old",
"points": 21.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 22
}
},
{
"code": "account_age_years",
"params": {
"years": 9
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"mtx-decompressor"
],
"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": "35 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 35
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 67,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "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": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "6 out of 6 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": true,
"homepage": "https://christophervr.github.io/mtx-decompressor/",
"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://christophervr.github.io/mtx-decompressor/",
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 43,
"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.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 43,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.3
},
"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": "6 out of 6 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/27 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file 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": "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": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 56,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.968,
"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": "30 of 31 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 30,
"sampled": 31
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.848,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.061
},
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "28 of the last 33 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 28,
"sampled": 33
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "2 of the last 33 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 2,
"sampled": 33
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 31428,
"source_files_sampled": 28,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/28 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 28,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"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": [
"deps.dev does not index npm:mtx-decompressor@1.6.0; advisories assessed against the repository dependency graph instead",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-23T09:30:47.947645Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/ChristopherVR/mtx-decompressor.svg",
"full_name": "ChristopherVR/mtx-decompressor",
"license_state": "standard",
"license_spdx": "MPL-2.0"
}