原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"asciidoctor",
"emoji",
"extension",
"javascript"
],
"is_fork": false,
"size_kb": 532,
"has_wiki": true,
"homepage": null,
"languages": {
"JavaScript": 21149
},
"pushed_at": "2026-07-22T11:02:20Z",
"created_at": "2018-11-25T23:02:17Z",
"owner_type": "User",
"updated_at": "2026-07-22T11:03:27Z",
"description": "Asciidoctor.js extension to add emoji in your document!",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript"
]
},
"owner": {
"blog": "https://blog.yuzutech.fr/",
"name": "Guillaume Grossetie",
"type": "User",
"login": "ggrossetie",
"company": "Yuzu tech",
"location": "Lyon",
"followers": 253,
"avatar_url": "https://avatars.githubusercontent.com/u/333276?v=4",
"created_at": "2010-07-15T18:00:45Z",
"is_verified": null,
"public_repos": 392,
"account_age_days": 5859
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-07-22T11:02:50Z"
},
{
"tag": "v1.0.0-beta.1",
"kind": "prerelease",
"published_at": "2026-07-22T10:49:46Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2023-09-04T09:08:18Z"
},
{
"tag": "v0.4.2",
"kind": "patch",
"published_at": "2022-06-21T12:21:42Z"
},
{
"tag": "v0.3.4",
"kind": "patch",
"published_at": "2021-04-21T07:44:11Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2020-05-27T21:35:18Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2019-03-15T12:24:27Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2019-03-15T12:08:43Z"
},
{
"tag": "v0.1.4",
"kind": "patch",
"published_at": "2018-11-26T16:36:04Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2018-11-26T16:22:52Z"
}
],
"recent_commits": [
{
"oid": "d8a491f16eba7bbfe048fdbf5c30acc41651024b",
"body": null,
"is_bot": true,
"headline": "1.0.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-22T11:02:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb8284a57410017a5a3cac6360c28df484f584c1",
"body": null,
"is_bot": false,
"headline": "chore: ignore .claude/ local config directory",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2026-07-22T11:00:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "762ae98311e27ac1a0e7f792d02be9e53aad746a",
"body": "Add a summary line at the top of Unreleased noting that 1.0.0 rolls\nup every 1.0.0-beta.1 change, and calling out why it's a major bump\n(only compatible with @asciidoctor/core >=4.0 <5.0) alongside its\nheadline additions: Unicode 16 emoji support, the emoji-pattern\nprovider URL template, and emojis: font text rendering.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: explain why 1.0.0 is a major release in the changelog",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2026-07-22T10:59:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b486ba88b669a5f904e2f687d6dd41dd8854b77b",
"body": "4.0.5 fixes the two upstream bugs this package was working around:\ninline macro attrlist substitution now honors positionalAttributes()\n(so the size attribute lands in attrs.size, not attrs.text), and\ndoc.getLogger() now respects a per-call logger option outside load()'s\nasync-local-storage scope, m\n[…]\n devDependency versions (@asciidoctor/core, @biomejs/biome,\nemoji-datasource, rollup) instead of caret ranges, for reproducible\nlocal installs.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: bump @asciidoctor/core to 4.0.5 and drop its workarounds",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2026-07-22T10:57:57Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3ddef2afbe1fce8480e62c259f24ce5f84c4ea92",
"body": "extractReleaseNotes's lookahead used $ to mark the end of the capture,\nrelying on the regex's m flag only for the ^ header anchor. Under m,\n$ also matches end-of-line, not just end-of-string, so when the target\nrelease section was immediately followed by a blank line the lazy\ncapture stopped there, producing an empty RELEASE_NOTES.md.\n\nReplace $ with (?![\\s\\S]), a true end-of-string assertion unaffected\nby the m flag.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: stop changelog.js notes returning an empty section",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2026-07-22T10:57:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "12d68cbc68efce31cfc939e441d88354626806a6",
"body": null,
"is_bot": true,
"headline": "1.0.0-beta.1",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-22T10:49:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c65f373cc0eb413a49b226b68f0cb27571f56e26",
"body": "The workflow already granted id-token: write for the publish job; drop\nthe NPM_TOKEN secret and let npm's OIDC-based Trusted Publishing handle\nauthentication now that it's enabled for this package on npmjs.",
"is_bot": false,
"headline": "ci: publish to npm via Trusted Publishing instead of NPM_TOKEN",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2026-07-22T10:48:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b31466d6df9adaa7b18806e663c49f37af84323",
"body": "Add a test:coverage script (node --test --experimental-test-coverage),\nNode's built-in coverage reporter, and surface it in the\nubuntu-latest/Node 24 build leg's GitHub Actions job summary so it's\nvisible from a PR's checks without any third-party service.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: report code coverage and publish it to the CI job summary",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2026-07-21T21:23:49Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "98e29ae6e24cf16981d009290a061c6b485ce317",
"body": "@asciidoctor/core 4.x's Registry never exposes an instance .register()\nmethod (only the static Extensions.register for global groups), so the\nbranch that called it was unreachable dead code, always falling\nthrough to the .inlineMacro()/.docinfoProcessor() calls.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix!: drop dead pre-4.0 registry.register(fn) fallback",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2026-07-21T21:23:49Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dc4be41e2756ee3357a8399d5b21be51ede6b85b",
"body": "It only described the default image/Twemoji path, which reads oddly now\nthat emoji-pattern can point at any CDN and emojis: font renders plain\ntext instead. Replace it with a short overview of both mechanisms, linking\nout to their dedicated sections instead of duplicating them.",
"is_bot": false,
"headline": "docs: rework the \"How ?\" section to cover both rendering mechanisms",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2026-07-21T17:13:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0db5a1170da4ac6b71f1b63d080e1c12f508ca7",
"body": "…-datasource-twitter\n\nemoji-datasource-twitter bundles per-emoji Twitter PNG crops we never use just\nto read emoji.json metadata (~65MB installed). The base emoji-datasource\npackage ships the same emoji.json (verified byte-identical unified/short_names/\nskin_variations for all 1911 emoji) at less than half the size, so switch the\ngenerator to it. src/twemoji-map.js output is unchanged apart from the\nheader comment.",
"is_bot": false,
"headline": "chore: generate twemoji-map.js from emoji-datasource instead of emoji…",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2026-07-21T17:13:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "983240c86eb97e87c9286fce4a8eca1dbf6e81c7",
"body": "…for ladybug\n\nShow emoji:grinning[] rendered via the Twitter, Facebook, and Google emoji\nsets, plus an animated Noto GIF, to make the effect of the emoji-pattern\nattribute concrete. Also swap the beetle example in \"How ?\" for ladybug.",
"is_bot": false,
"headline": "docs: add a vendor-comparison example for emoji-pattern, swap beetle …",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2026-07-21T16:56:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02ebdf037e3b203a31d3b8dd8a63d75b27464599",
"body": "…h a font\n\nInstead of fetching an image, `:emojis: font` renders the actual Unicode\nemoji character in a <span class=\"emoji\">, relying on whatever emoji font\nis already available to the reader instead of a CDN. The `emoji-webfont`\nattribute is an opt-in way to point at a webfont stylesheet (e.g. Twemoji\nMozilla, Noto Color Emoji), injected into the document head via a docinfo\nprocessor, for consistent cross-platform rendering.",
"is_bot": false,
"headline": "feat: add emojis/emoji-webfont attributes to render emoji as text wit…",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2026-07-21T16:36:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b3d26a228cbfb84b4f752287c6b5c2fae5ac387",
"body": "…late\n\nLets users point emoji images at any CDN or emoji set (jsDelivr's\nemoji-datasource-* packages, OpenMoji, Noto, emoji-cdn, ...) instead of\nthe bundled Twemoji default, via {codepoint}, {CODEPOINT},\n{codepoint_underscore} and {emoji} placeholders.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add emoji-pattern attribute to configure the image CDN/URL temp…",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2026-07-21T16:12:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9d51daa426c86af5336429525bf2f7a450d4cf87",
"body": "…r's logger\n\nAdd role=\"emoji\" to resolved emoji (class=\"image emoji\") and role=\"emoji\nunresolved\" to unresolved ones, mirroring Antora's \"xref unresolved\"\nconvention so both cases can be styled with CSS. The unresolved fallback\ntext is now `emoji:$target[] unresolved` instead of `[emoji $target not\n\n[…]\n caller-supplied `logger` option outside load()'s\ninternal async-local-storage scope, while the `logger` property getter\nrespects it correctly.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add emoji/unresolved roles, log unresolved emoji via Asciidocto…",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2026-07-21T15:33:55Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "09c82fa4c47dd2b4d6befbff5f201ac8fd49fa31",
"body": "Point at the discord/twemoji repository, which is what the\n@discordapp/twemoji npm package we depend on is actually published from.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: fix twemoji fork attribution to discord/twemoji",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2026-07-21T12:00:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a24f53737c88214f340f67e7dd121556cf04bf3e",
"body": "The map was hand-maintained from a stale, unmaintained jollygoodcode/twemoji\nYAML file and was missing many emoji. Regenerate it from emoji-datasource-twitter\nvia a new tasks/generate-twemoji-map.js (npm run update:twemoji-map), including\nall short_names aliases and skin-tone variants.\n\nAlso point e\n[…]\nlishing image assets after 12.0.2 and left\ntwemoji@latest silently serving stale, years-old artwork missing every emoji\nadded since Unicode 13.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore!: regenerate twemoji-map.js from emoji-datasource-twitter",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2026-07-21T12:00:06Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ac22e7fc2a550ddfde51a51321f2be5ed0ec11f7",
"body": "…ndows lint\n\nRewrites the Node.js and Browser install examples: @asciidoctor/core\n4.0 dropped the Asciidoctor() factory in favor of flat named exports\n(convert, Extensions, ...) and convert() is now async, so the previous\nrequire('@asciidoctor/core')() snippets no longer work. The browser\nexample no\n[…]\nmodule\">.\n\nAlso adds .gitattributes (eol=lf) - Windows runners were checking out\nfiles with CRLF, which failed the Biome formatter check in CI.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(docs): update README for the Asciidoctor.js 4.0 async API, fix Wi…",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2026-07-21T11:25:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "07892e581f014b0bc3ebd18c9ed64ae2232ec821",
"body": "Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: log the toolchain modernization under Unreleased",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2026-07-21T11:25:33Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d88024089620c7b005b104af9de5cb84cfe05d6f",
"body": "…elease\n\nMigrates the project to the standard toolchain used across the other\nJS projects: native ESM source built to CJS/UMD with Rollup, Biome for\nlint/format, Node's built-in test runner instead of mocha/chai, and a\nworkflow_dispatch-driven release flow that bumps the version, rolls\nCHANGELOG.md,\n[…]\nANGE: the @asciidoctor/core peer dependency is now >=4.0\n<5.0 (native JS rewrite, async API), and Node 20 is the new minimum\nsupported version.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore!: modernize toolchain to ESM/CJS, Biome, node:test, automated r…",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2026-07-21T11:25:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7a3c8caf5b20b833580f816ed95f8b2d583c0549",
"body": null,
"is_bot": false,
"headline": "0.5.0",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2023-09-04T09:04:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85959ac9081bc1bd150e17cc78bbf42a27213b48",
"body": "- relax @asciidoctor/core versions range (compatiblity with 3.x)\n- update development dependencies (standard, mocha...)\n\nresolves #89",
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2023-09-04T09:03:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9afd779f8eb4bcc548e6e6bbef861089daf88b17",
"body": "When fetching https://twemoji.maxcdn.com/2/svg/XXX.svg the response status\nis \"301 Moved Permanently\" with \"Location https://cdn.jsdelivr.net/npm/twemoji@latest/2/svg/XXX.svg\"\n\nTo avoid redirections and we change the CDN.\n\nMoreover, asciidoctorjs in version 3 does not correctly manage these redirections to download images in SAFE mode.\nChanging the CDN works around the problem.",
"is_bot": false,
"headline": "Changes CND to prevent redirections",
"author_name": "Xavier Calland",
"author_login": "xavier-calland",
"committed_at": "2023-09-04T08:59:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "107938cc10796f3b04b759847273d33086ac2a67",
"body": null,
"is_bot": false,
"headline": "0.4.2",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2022-06-21T12:17:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70257f334db2f1c835f5e6c0aead13f960ed8857",
"body": null,
"is_bot": false,
"headline": "acess is public",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2022-06-21T12:17:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4ac404095aed6ced066bbb46289f95477defdfe",
"body": null,
"is_bot": false,
"headline": "0.4.1",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2022-06-21T12:10:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc3b95294c10a5a1bb3062fd69be33dc3abd684d",
"body": null,
"is_bot": false,
"headline": "Update release task",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2022-06-21T12:10:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39729df9e204a1b10f1312ed51681d7888598c44",
"body": null,
"is_bot": false,
"headline": "Use @asciidoctor/core and update generated HTML",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2022-06-21T12:07:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5854b29890505ec696afcdec9ddd042b7b2259e6",
"body": null,
"is_bot": false,
"headline": "0.4.0",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2022-06-21T12:02:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ef8fa54d113153e86a2746a8276127311ebb5d8",
"body": null,
"is_bot": false,
"headline": "Update deps",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2022-06-21T12:02:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aeb60ee42ed8efc88baec8151b968e4d6e5ee3a2",
"body": null,
"is_bot": false,
"headline": "returns Inline instead of String",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2022-06-21T11:55:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fcb020fe68a3bf7fafd07b33c11118ecab50ae0",
"body": null,
"is_bot": false,
"headline": "Disable dependabot",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2022-03-12T15:54:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5cfbad83da366be3897db95c12a3113c526a3ad",
"body": "Bumps [standard](https://github.com/standard/standard) from 16.0.3 to 16.0.4.\n- [Release notes](https://github.com/standard/standard/releases)\n- [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/standard/standard/compare/v16.0.3...v16.0.4)\n\n---\nupdated-dependencies:\n- dependency-name: standard\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump standard from 16.0.3 to 16.0.4",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-10-18T19:12:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e197eb42f7d498f5bee285e209d0e62348c903dc",
"body": "Bumps [tar](https://github.com/npm/node-tar) from 6.1.5 to 6.1.11.\n- [Release notes](https://github.com/npm/node-tar/releases)\n- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/npm/node-tar/compare/v6.1.5...v6.1.11)\n\n---\nupdated-dependencies:\n- dependency-name: tar\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump tar from 6.1.5 to 6.1.11",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-10-18T19:07:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adc17c22ac41ce2cb5febd965375af30f3a26253",
"body": "Bumps [pacote](https://github.com/npm/pacote) from 11.3.5 to 12.0.2.\n- [Release notes](https://github.com/npm/pacote/releases)\n- [Commits](https://github.com/npm/pacote/compare/v11.3.5...v12.0.2)\n\n---\nupdated-dependencies:\n- dependency-name: pacote\n dependency-type: direct:development\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump pacote from 11.3.5 to 12.0.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-10-18T19:07:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "292c82f74e838580a300e54def1daa624e01cb22",
"body": "Bumps [mocha](https://github.com/mochajs/mocha) from 9.1.1 to 9.1.3.\n- [Release notes](https://github.com/mochajs/mocha/releases)\n- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/mochajs/mocha/compare/v9.1.1...v9.1.3)\n\n---\nupdated-dependencies:\n- dependency-name: mocha\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump mocha from 9.1.1 to 9.1.3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-10-18T19:07:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "888fccea5ffa05503b8ea990dfd75a6454836f4c",
"body": "Bumps [mocha](https://github.com/mochajs/mocha) from 9.0.3 to 9.1.1.\n- [Release notes](https://github.com/mochajs/mocha/releases)\n- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/mochajs/mocha/compare/v9.0.3...v9.1.1)\n\n---\nupdated-dependencies:\n- dependency-name: mocha\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump mocha from 9.0.3 to 9.1.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-08-30T07:47:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "888898303d0cc1fd41fcec8a6e4b1db111233c8b",
"body": "Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.\n- [Release notes](https://github.com/jbgutierrez/path-parse/releases)\n- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)\n\n---\nupdated-dependencies:\n- dependency-name: path-parse\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump path-parse from 1.0.6 to 1.0.7",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-08-11T12:51:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91c77b8c88087cf6955c2789cadbf7e061a593e4",
"body": "Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.5.\n- [Release notes](https://github.com/npm/node-tar/releases)\n- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/npm/node-tar/compare/v6.1.0...v6.1.5)\n\n---\nupdated-dependencies:\n- dependency-name: tar\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump tar from 6.1.0 to 6.1.5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-08-04T07:04:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77bf3309e90e68eff1fc604f9c10b856b8f9cbab",
"body": "Bumps [mocha](https://github.com/mochajs/mocha) from 9.0.2 to 9.0.3.\n- [Release notes](https://github.com/mochajs/mocha/releases)\n- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/mochajs/mocha/compare/v9.0.2...v9.0.3)\n\n---\nupdated-dependencies:\n- dependency-name: mocha\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump mocha from 9.0.2 to 9.0.3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-07-26T07:44:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1025a74e4c7dd02044e3832d778b584f6ea4a201",
"body": "Bumps [mocha](https://github.com/mochajs/mocha) from 9.0.0 to 9.0.2.\n- [Release notes](https://github.com/mochajs/mocha/releases)\n- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/mochajs/mocha/compare/v9.0.0...v9.0.2)\n\n---\nupdated-dependencies:\n- dependency-name: mocha\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump mocha from 9.0.0 to 9.0.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-07-05T07:16:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9630030fc10fca109124abe9475017fd05eac69",
"body": "Bumps [pacote](https://github.com/npm/pacote) from 11.3.4 to 11.3.5.\n- [Release notes](https://github.com/npm/pacote/releases)\n- [Commits](https://github.com/npm/pacote/compare/v11.3.4...v11.3.5)\n\n---\nupdated-dependencies:\n- dependency-name: pacote\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump pacote from 11.3.4 to 11.3.5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-07-05T07:16:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fe29bd18f2021a7ca012e7e5f4602af866f56f0",
"body": "Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.0 to 5.1.2.\n- [Release notes](https://github.com/gulpjs/glob-parent/releases)\n- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.0...v5.1.2)\n\n---\nupdated-dependencies:\n- dependency-name: glob-parent\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump glob-parent from 5.1.0 to 5.1.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-06-08T20:26:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5ab7f3bba6ff899fffb084c722ac3457a0e2282",
"body": "Bumps [mocha](https://github.com/mochajs/mocha) from 8.4.0 to 9.0.0.\n- [Release notes](https://github.com/mochajs/mocha/releases)\n- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/mochajs/mocha/compare/v8.4.0...v9.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: mocha\n dependency-type: direct:development\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump mocha from 8.4.0 to 9.0.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-06-08T20:25:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2648ff043bd806886941cb1dd9eb39110eb4077",
"body": "Bumps [libnpmpublish](https://github.com/npm/libnpmpublish) from 4.0.1 to 4.0.2.\n- [Release notes](https://github.com/npm/libnpmpublish/releases)\n- [Changelog](https://github.com/npm/libnpmpublish/blob/latest/CHANGELOG.md)\n- [Commits](https://github.com/npm/libnpmpublish/compare/v4.0.1...v4.0.2)\n\n---\nupdated-dependencies:\n- dependency-name: libnpmpublish\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump libnpmpublish from 4.0.1 to 4.0.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-06-08T20:25:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0de8f2519176f7de99303e7595a980e6cc06180",
"body": "Bumps [pacote](https://github.com/npm/pacote) from 11.3.3 to 11.3.4.\n- [Release notes](https://github.com/npm/pacote/releases)\n- [Commits](https://github.com/npm/pacote/compare/v11.3.3...v11.3.4)\n\n---\nupdated-dependencies:\n- dependency-name: pacote\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump pacote from 11.3.3 to 11.3.4",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-06-08T20:25:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c34175a79bd9917280e87da402c30836fe673eb9",
"body": "Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.\n- [Release notes](https://github.com/npm/hosted-git-info/releases)\n- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)\n- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump hosted-git-info from 2.8.8 to 2.8.9",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-05-10T07:26:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6717cc3b1c26d11e0d3ee37f6755c14c2050c8d",
"body": null,
"is_bot": false,
"headline": "Merge pull request #53 from Mogztter/dependabot/npm_and_yarn/mocha-8.4.0",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2021-05-10T07:22:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c534fddaec3bdcd22cbff978b5874da68b3a81a",
"body": "Bumps [mocha](https://github.com/mochajs/mocha) from 8.3.2 to 8.4.0.\n- [Release notes](https://github.com/mochajs/mocha/releases)\n- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/mochajs/mocha/compare/v8.3.2...v8.4.0)\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump mocha from 8.3.2 to 8.4.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-05-10T04:11:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bec0301303efb577fb4839b15a8fd2f515ba6cc1",
"body": "…blish-4.0.1\n\nBump libnpmpublish from 4.0.0 to 4.0.1",
"is_bot": false,
"headline": "Merge pull request #49 from Mogztter/dependabot/npm_and_yarn/libnpmpu…",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2021-05-08T16:37:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d57ae72f181660f315b09d550601b7e763a3660c",
"body": "…1.3.3\n\nBump pacote from 11.3.1 to 11.3.3",
"is_bot": false,
"headline": "Merge pull request #50 from Mogztter/dependabot/npm_and_yarn/pacote-1…",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2021-05-08T16:37:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0f0653758a4ba01f0e97358948b67441903b9d8",
"body": "….17.21\n\nBump lodash from 4.17.20 to 4.17.21",
"is_bot": false,
"headline": "Merge pull request #51 from Mogztter/dependabot/npm_and_yarn/lodash-4…",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2021-05-08T16:37:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "124f9f6cf6ec8184cf62516860287e7b2cd0d0b7",
"body": "Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.\n- [Release notes](https://github.com/lodash/lodash/releases)\n- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump lodash from 4.17.20 to 4.17.21",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-05-07T22:27:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7611127cb1633156fe323c25bd341f67f4c6dd67",
"body": "Bumps [pacote](https://github.com/npm/pacote) from 11.3.1 to 11.3.3.\n- [Release notes](https://github.com/npm/pacote/releases)\n- [Commits](https://github.com/npm/pacote/compare/v11.3.1...v11.3.3)\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump pacote from 11.3.1 to 11.3.3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-04-26T04:26:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22c4493528a371028d15f791c5c2dd5fe09958c4",
"body": "Bumps [libnpmpublish](https://github.com/npm/libnpmpublish) from 4.0.0 to 4.0.1.\n- [Release notes](https://github.com/npm/libnpmpublish/releases)\n- [Changelog](https://github.com/npm/libnpmpublish/blob/latest/CHANGELOG.md)\n- [Commits](https://github.com/npm/libnpmpublish/compare/v4.0.0...v4.0.1)\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump libnpmpublish from 4.0.0 to 4.0.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-04-23T04:28:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f2a628e76c8f69b8ffdc2f6ff84991e4394d1a1",
"body": null,
"is_bot": false,
"headline": "0.3.4",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2021-04-21T07:40:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96287ba103ba9b6238bf961d94855e3004312206",
"body": null,
"is_bot": false,
"headline": "Add npm token as secret",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2021-04-21T07:39:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0247c73d22a5c02b43490fafc01929539e724f83",
"body": null,
"is_bot": false,
"headline": "0.3.3",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2021-04-21T07:18:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70d91868c3c68e4b92d4454497be96f342818349",
"body": null,
"is_bot": false,
"headline": "Add pacote dependency",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2021-04-21T07:18:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "717a59d01d881c3797f7c2832dbbfea1ecdba5d2",
"body": null,
"is_bot": false,
"headline": "0.3.2",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2021-04-21T07:00:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0d7674e8296122bab118842a5b7a6dc810c2c18",
"body": null,
"is_bot": false,
"headline": "Fix npm publish with libnpmpublish",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2021-04-21T06:59:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afe7b89b2b30c2ed21e306109f8a9d04c78cb6f6",
"body": null,
"is_bot": false,
"headline": "0.3.1",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2021-04-21T06:54:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "020a0649dd22d4c67861ea12a0d59a8751f393c2",
"body": null,
"is_bot": false,
"headline": "Remove condition",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2021-04-21T06:53:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3604900e6436255e57fa6772573534718f174a98",
"body": null,
"is_bot": false,
"headline": "0.3.0",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2021-04-21T06:50:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a89316a093f22f027e09cd73b533fb33946dca02",
"body": null,
"is_bot": false,
"headline": "Rename default branch name",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2021-04-21T06:50:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "271515292f68a28bd2956bac3e75f70ce0c9e94e",
"body": "Automate release",
"is_bot": false,
"headline": "Merge pull request #47 from Mogztter/gh-actions-release",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2021-04-21T06:47:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27da12cdfc5fa2fe8d369ed4bc1d1a921978008a",
"body": "Convert README to Markdown",
"is_bot": false,
"headline": "Merge pull request #46 from Mogztter/md-readme",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2021-04-21T06:46:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f14f038f61abe83afda88b5982efd8cc4c6bf7a1",
"body": null,
"is_bot": false,
"headline": "Automate release",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2021-04-21T06:45:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9db13f242ef3c93272feaea979d19e368086c34",
"body": null,
"is_bot": false,
"headline": "Convert README to Markdown",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2021-04-21T06:36:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e503dd50af41abeb3439522b2f06bb2c22c0104",
"body": null,
"is_bot": false,
"headline": "Merge pull request #45 from Mogztter/gh-actions",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2021-04-21T06:30:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1072a67cfbda03ee1b5e782a25ef9a42db501409",
"body": null,
"is_bot": false,
"headline": "Replace badge on README",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2021-04-21T06:29:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b835bd29da9e7a3655308f08e794c4db079c6974",
"body": null,
"is_bot": false,
"headline": "Replace Travis by GitHub Actions",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2021-04-21T06:26:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "718f14c103c160805b69620d89832c37e360ef99",
"body": "Configure dependabot using YAML file",
"is_bot": false,
"headline": "Merge pull request #44 from Mogztter/gh-dependabot",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2021-04-21T06:25:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c1798c130372e1381ac478269131f8964954746",
"body": null,
"is_bot": false,
"headline": "Configure dependabot using YAML file",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2021-04-21T06:22:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b5865a4820dbc46796afdc39989bf599392638f",
"body": null,
"is_bot": false,
"headline": "Merge pull request #43 from cbergmann/patch-1",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2021-04-21T06:20:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6f2ec0cf2f526a6c00662ee0bc3bbc2fa4b8287",
"body": null,
"is_bot": false,
"headline": "Set safe mode to safe",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2021-04-21T06:15:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0f4e21ac9ed52e1a0487b971a9ebf6a522fa55c",
"body": null,
"is_bot": false,
"headline": "first try on test",
"author_name": "Clemens Bergmann",
"author_login": "cbergmann",
"committed_at": "2021-04-20T22:05:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "641b57aa05333c4f16359ba4ffc151c5bc80be48",
"body": "Bump mocha from 8.3.0 to 8.3.2",
"is_bot": false,
"headline": "Merge pull request #42 from Mogztter/dependabot/npm_and_yarn/mocha-8.3.2",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2021-04-14T18:29:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8023f090081a021e185b41b0f0e348f07f15edca",
"body": "Bump chai from 4.3.3 to 4.3.4",
"is_bot": false,
"headline": "Merge pull request #41 from Mogztter/dependabot/npm_and_yarn/chai-4.3.4",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2021-04-14T18:29:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ba23dc41bc40a58c163974c491cc24dcf9d729e",
"body": null,
"is_bot": false,
"headline": "fix lint",
"author_name": "Clemens Bergmann",
"author_login": "cbergmann",
"committed_at": "2021-04-11T13:25:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "169af51e6a551fbde44ef0d54f4cc78e69d0c02d",
"body": "When data-uri is set the icons will be embedded into the code. allow-uri-read is also needed.",
"is_bot": false,
"headline": "Allow fully offline use with data-uri",
"author_name": "Clemens Bergmann",
"author_login": "cbergmann",
"committed_at": "2021-04-11T12:34:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7531207dbd6e99bd2e028a1a16420a3aa5dddd1",
"body": "Bumps [mocha](https://github.com/mochajs/mocha) from 8.3.0 to 8.3.2.\n- [Release notes](https://github.com/mochajs/mocha/releases)\n- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/mochajs/mocha/compare/v8.3.0...v8.3.2)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump mocha from 8.3.0 to 8.3.2",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-03-15T05:04:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ea0b05c6311816219e63aee7013d52cf697bb51",
"body": "Bumps [chai](https://github.com/chaijs/chai) from 4.3.3 to 4.3.4.\n- [Release notes](https://github.com/chaijs/chai/releases)\n- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)\n- [Commits](https://github.com/chaijs/chai/compare/4.3.3...v4.3.4)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump chai from 4.3.3 to 4.3.4",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-03-15T05:03:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71c9805a15c487ae979d672e9288187e59b4f6b2",
"body": "…-6.5.4",
"is_bot": false,
"headline": "Merge pull request #40 from Mogztter/dependabot/npm_and_yarn/elliptic…",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2021-03-09T09:33:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5bcb0f69899e62e1199bdb296105e8dffb5da48",
"body": "Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. **This update includes a security fix.**\n- [Release notes](https://github.com/indutny/elliptic/releases)\n- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "[Security] Bump elliptic from 6.5.3 to 6.5.4",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-03-08T16:40:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eecab6690207ebd5ed84ee8bff64ae9a9eea7f6",
"body": "Bump chai from 4.3.0 to 4.3.3",
"is_bot": false,
"headline": "Merge pull request #38 from Mogztter/dependabot/npm_and_yarn/chai-4.3.3",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2021-03-05T07:49:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0237a2b9358942b8ad65fe7945d4ca48a4e2d279",
"body": "Bumps [chai](https://github.com/chaijs/chai) from 4.3.0 to 4.3.3.\n- [Release notes](https://github.com/chaijs/chai/releases)\n- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)\n- [Commits](https://github.com/chaijs/chai/compare/4.3.0...4.3.3)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump chai from 4.3.0 to 4.3.3",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-03-04T04:49:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d87def63c3cd0aabeb42e71d78942f195eb863e",
"body": "Bump mocha from 8.2.1 to 8.3.0",
"is_bot": false,
"headline": "Merge pull request #36 from Mogztter/dependabot/npm_and_yarn/mocha-8.3.0",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2021-02-12T15:45:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "920f6e148f84a0389b83691a31e9812d7eb5ed2a",
"body": "Bumps [mocha](https://github.com/mochajs/mocha) from 8.2.1 to 8.3.0.\n- [Release notes](https://github.com/mochajs/mocha/releases)\n- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/mochajs/mocha/compare/v8.2.1...v8.3.0)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump mocha from 8.2.1 to 8.3.0",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-02-12T04:57:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "339170b91616a4f879b21ed5a2729265eefeb1d9",
"body": "Bump chai from 4.2.0 to 4.3.0",
"is_bot": false,
"headline": "Merge pull request #35 from Mogztter/dependabot/npm_and_yarn/chai-4.3.0",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2021-02-05T07:46:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6cc258d3f7253fb333a76d00d4f098bf25b1350",
"body": "Bumps [chai](https://github.com/chaijs/chai) from 4.2.0 to 4.3.0.\n- [Release notes](https://github.com/chaijs/chai/releases)\n- [Changelog](https://github.com/chaijs/chai/blob/master/History.md)\n- [Commits](https://github.com/chaijs/chai/compare/4.2.0...4.3.0)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump chai from 4.2.0 to 4.3.0",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-02-05T04:56:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8463a11f06adec94b3e3f4757d0c9425051d92ee",
"body": "…-16.0.3\n\nBump standard from 16.0.2 to 16.0.3",
"is_bot": false,
"headline": "Merge pull request #34 from Mogztter/dependabot/npm_and_yarn/standard…",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2020-11-19T23:01:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4eadd7fe187bf94dd31a7e2eba0445a3d98ea13a",
"body": "Bumps [standard](https://github.com/standard/standard) from 16.0.2 to 16.0.3.\n- [Release notes](https://github.com/standard/standard/releases)\n- [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/standard/standard/compare/v16.0.2...v16.0.3)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump standard from 16.0.2 to 16.0.3",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2020-11-18T04:52:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2992ed89a12ca03b0fda39594e21c5719263099c",
"body": "Bump mocha from 8.2.0 to 8.2.1",
"is_bot": false,
"headline": "Merge pull request #32 from Mogztter/dependabot/npm_and_yarn/mocha-8.2.1",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2020-11-14T18:01:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c1ee87da11e5bf5059be6cd92843c1eb00615f8",
"body": "…-16.0.2\n\nBump standard from 16.0.1 to 16.0.2",
"is_bot": false,
"headline": "Merge pull request #33 from Mogztter/dependabot/npm_and_yarn/standard…",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2020-11-14T18:01:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "201f316dbc33a7d9c4a695e29e03a9540cfa0067",
"body": "Bumps [standard](https://github.com/standard/standard) from 16.0.1 to 16.0.2.\n- [Release notes](https://github.com/standard/standard/releases)\n- [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/standard/standard/compare/v16.0.1...v16.0.2)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump standard from 16.0.1 to 16.0.2",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2020-11-12T05:03:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7f53f44386fb4083d45c683e2f6cb5884757aab",
"body": "Bumps [mocha](https://github.com/mochajs/mocha) from 8.2.0 to 8.2.1.\n- [Release notes](https://github.com/mochajs/mocha/releases)\n- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/mochajs/mocha/compare/v8.2.0...v8.2.1)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump mocha from 8.2.0 to 8.2.1",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2020-11-03T04:53:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dea1480334b846e90abcb848a4d0849157f939e5",
"body": "…-16.0.1",
"is_bot": false,
"headline": "Merge pull request #31 from Mogztter/dependabot/npm_and_yarn/standard…",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2020-11-02T11:08:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "312785256fa5fc27467f3581286593d4e16295c0",
"body": "Bumps [standard](https://github.com/standard/standard) from 15.0.1 to 16.0.1.\n- [Release notes](https://github.com/standard/standard/releases)\n- [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/standard/standard/compare/v15.0.1...v16.0.1)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump standard from 15.0.1 to 16.0.1",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2020-11-02T05:03:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f241a06ac45999610790736598f4291085948aad",
"body": "…-15.0.1\n\nBump standard from 14.3.4 to 15.0.1",
"is_bot": false,
"headline": "Merge pull request #29 from Mogztter/dependabot/npm_and_yarn/standard…",
"author_name": "Guillaume Grossetie",
"author_login": "ggrossetie",
"committed_at": "2020-10-28T10:58:16Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 20,
"latest_release_at": "2026-07-22T11:02:50Z",
"latest_release_tag": "v1.0.0",
"releases_from_tags": false,
"days_since_last_push": 9,
"active_weeks_last_year": 1,
"days_since_latest_release": 9,
"mean_days_between_releases": 310.5
},
"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": "asciidoctor-emoji",
"exists": true,
"license": "MIT",
"keywords": [
"asciidoctor",
"emoji",
"javascript",
"extension"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/asciidoctor-emoji",
"is_deprecated": false,
"latest_version": "1.0.0",
"repository_url": "https://github.com/ggrossetie/asciidoctor-emoji",
"versions_count": 12,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 3384,
"first_published_at": "2018-11-26T16:01:59.771000Z",
"latest_published_at": "2026-07-22T11:02:40.762000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 9
}
]
},
"popularity": {
"forks": 6,
"stars": 8,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2020-05-12",
"count": 1
},
{
"date": "2020-08-12",
"count": 1
},
{
"date": "2021-04-11",
"count": 1
},
{
"date": "2023-09-01",
"count": 1
},
{
"date": "2024-04-23",
"count": 1
},
{
"date": "2025-08-09",
"count": 1
}
],
"complete": true,
"collected": 6,
"total_forks": 6
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 145095,
"source_files_sampled": 7,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 39,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@asciidoctor/core",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "@biomejs/biome",
"direct": false,
"version": "2.5.5",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-darwin-arm64",
"direct": false,
"version": "2.5.5",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-darwin-x64",
"direct": false,
"version": "2.5.5",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-linux-arm64",
"direct": false,
"version": "2.5.5",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-linux-arm64-musl",
"direct": false,
"version": "2.5.5",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-linux-x64",
"direct": false,
"version": "2.5.5",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-linux-x64-musl",
"direct": false,
"version": "2.5.5",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-win32-arm64",
"direct": false,
"version": "2.5.5",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-win32-x64",
"direct": false,
"version": "2.5.5",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm-eabi",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-arm64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-x64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-arm64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-x64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-gnueabihf",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-musleabihf",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-s390x-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openbsd-x64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openharmony-arm64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-arm64-msvc",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-ia32-msvc",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-msvc",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "emoji-datasource",
"direct": false,
"version": "16.0.0",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "rollup",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 39,
"direct_count": 0,
"indirect_count": 39
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 71,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 6,
"closed_unmerged_prs": 25
},
"bus_factor": 1,
"bot_contributors": 3,
"top_contributors": [
{
"type": "User",
"login": "ggrossetie",
"commits": 112,
"avatar_url": "https://avatars.githubusercontent.com/u/333276?v=4"
},
{
"type": "User",
"login": "cbergmann",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/112864?v=4"
},
{
"type": "User",
"login": "mitm001",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/23060179?v=4"
},
{
"type": "User",
"login": "xavier-calland",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1773123?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.949
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [
"biome.json"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"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": 8,
"reason": "9 out of 11 merged PRs checked by a CI test -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 1/25 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 6 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "20 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": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 2,
"reason": "dependency not pinned by hash detected -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "d8a491f16eba7bbfe048fdbf5c30acc41651024b",
"ran_at": "2026-07-31T13:17:47Z",
"aggregate_score": 4.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-22T10:48:41Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ggrossetie/asciidoctor-emoji",
"host": "github.com",
"name": "asciidoctor-emoji",
"owner": "ggrossetie"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"security": 58,
"vitality": 61,
"community": 40,
"governance": 63,
"engineering": 76
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 61,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"commits_last_year": 20,
"human_commit_share": 0.69,
"days_since_last_push": 9,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 9 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "20 commits in the last year",
"points": 11.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 20
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "20 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": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"releases_count": 10,
"latest_release_tag": "v1.0.0",
"releases_from_tags": false,
"days_since_latest_release": 9,
"mean_days_between_releases": 310.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 9 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~310.5 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 310.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 9,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 9 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 9
}
}
],
"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": 40,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"forks": 6,
"stars": 8,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "8 stars",
"points": 13.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 8
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "6 forks",
"points": 5.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 6
}
}
],
"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": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "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": 59,
"inputs": {
"packages": [
"asciidoctor-emoji"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 3384
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "3,384 downloads/month across npm",
"points": 47.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 3384,
"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": 63,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.949
},
"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 95% of commits",
"points": 1.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 95
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "4 contributors",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 4
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"merged_prs": 71,
"open_issues": 0,
"closed_issues": 6,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 25
},
"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": "71/96 decided PRs merged",
"points": 28.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 71,
"decided": 96
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/25 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 65,
"inputs": {
"followers": 253,
"owner_type": "User",
"is_verified": null,
"owner_login": "ggrossetie",
"public_repos": 392,
"account_age_days": 5859
},
"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": "253 followers of ggrossetie",
"points": 17.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 253,
"login": "ggrossetie"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "392 public repos, account ~16 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 392
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"asciidoctor-emoji"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 9
},
"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 9 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 9
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "12 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 12
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 76,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 86,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": "biome.json",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "biome.json"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "9 out of 11 merged PRs checked by a CI test -- score normalized to 8",
"points": 16,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"asciidoctor",
"emoji",
"extension",
"javascript"
],
"has_wiki": true,
"homepage": null,
"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": 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": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"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": "moderate",
"name": "Security",
"value": 58,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 48,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.8
},
"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": "9 out of 11 merged PRs checked by a CI test -- score normalized to 8",
"points": 2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 1/25 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "20 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 not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 2",
"points": 1,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 39 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 39
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 39,
"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": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"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": 39,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 7
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 49,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.594,
"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": "41 of 69 human commits state their intent (structured subject or explanatory body)",
"points": 31.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 41,
"sampled": 69
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.12,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.29
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "biome.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "biome.json"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "12 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 12,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "29 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 29,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "at_risk",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 145095,
"source_files_sampled": 7,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "JavaScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/7 source files over 60KB",
"points": 47.1,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 7,
"oversized": 1
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-31T13:17:59.984251Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/g/ggrossetie/asciidoctor-emoji.svg",
"full_name": "ggrossetie/asciidoctor-emoji",
"license_state": "standard",
"license_spdx": "MIT"
}