Public record
Software health reportschema 0.31.0 · metrics 2.5.0 · 2026-08-05 09:05 UTC

aklinker1 / webext-core

Collection of essential libraries and tools for building web extensions

TypeScriptMIT★ 325 stars⑂ 40 forkssince Nov 2022View on GitHub ↗
KindLibraryNetwork serviceBrowser extensionhow this is determined

aklinker1/webext-core holds a health index of 78 out of 100, placing it in the Good band. It scores highest on Vitality (79/100) and lowest on AI Readiness (50/100). It was last updated 10 days ago. A single contributor accounts for most of its recent work.

78
overall / 100
Good

Software health index

Metrics are grouped into weighted categories on one standardized 1–100 scale. Overall starts as their weighted mean, calibrated against the distribution of the public record so bands carry percentile meaning; when public evidence triggers the High-Risk Jurisdiction Policy, the rating is adjusted and receives an At Risk ceiling of 34.

78
Exceptional93-100The record's top tier (≈ top 5%); essentially all checked criteria met
Excellent80-92Strong across the board; minor gaps
Good65-79Healthy; gaps are limited and manageable
Moderate50-64Acceptable with notable gaps; review recommended
Weak35-49Material weaknesses across several areas
At Risk20-34Significant weaknesses; adoption warrants caution
Critical1-19Severe problems (abandoned, single-maintainer, no hygiene)
VitalityCommunity &AdoptionSustainability &GovernanceEngineeringQualitySecurityAI Readiness

Score profile

Each axis is a category. The shape matters more than the average — a healthy subject fills the whole shape, while a spike-and-crater profile means strength in one dimension is masking risk in another.

The weighted overall 67 is calibrated to 78 on the published index scale (record calibration 2026-08-02).

Ownership

AaronPersonal account
231 followers65 public repossince Dec 2014

This repository is owned by a personal account. A single-owner project carries more continuity risk than an organization-backed one.

Package ecosystems

Metrics by category

Vitality

Is the project alive — is code being written and are releases shipping?

79Good · 21% of overall
How it's scored
28.8/36Push recency — last push 10 days ago
8.3/36Commit cadence — 12/52 weeks with commits
18/18Commit volume — 104 commits in the last year
10/10OpenSSF Scorecard: Maintained — 30 commit(s) and 24 issue activity found in the last 90 days -- score normalized to 10
Inputs used
commits_last_year104
human_commit_share0.78
days_since_last_push10
active_weeks_last_year12

Release discipline

100Exceptional
How it's scored
27/27Ships releases — 88 releases published
36/36Release recency — latest release 10 days ago
27/27Release cadence — a release every ~0.2 days
0/10OpenSSF Scorecard: Signed-Releases — no data
Inputs used
releases_count88
latest_release_tagfake-browser-v2.0.1
releases_from_tagsno
days_since_latest_release10
mean_days_between_releases0.2
Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.

Community & Adoption

Does the project have users, downloads, attention, and a welcoming setup for contributors?

64Moderate · 17% of overall
How it's scored
40.7/60Stars — 325 stars
13.3/25Forks — 40 forks
0/15Watchers — 2 watchers
Inputs used
forks40
stars325
watchers2
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history
How it's scored
22.5/22.5README
22.5/22.5License — recognized license (MIT)
0/18CONTRIBUTING guide
0/13.5Code of conduct
0/7.2Issue template
0/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
readme_badges1
has_contributingno
has_issue_templateno
has_code_of_conductno
readme_badge_servicesgithub.com
has_pull_request_templateno
How it's scored
80/80Monthly downloads — 7,519,032 downloads/month across npm
0/20Registry dependents — not reported by this ecosystem
Inputs used
packages@webext-core/storage, @webext-core/messaging, @webext-core/fake-browser, @webext-core/job-scheduler, @webext-core/proxy-service, @webext-core/match-patterns, @webext-core/isolated-element
dependents
ecosystemsnpm
total_downloads
monthly_downloads7,519,032
Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.

Sustainability & Governance

Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?

65Good · 23% of overall
How it's scored
9/54Bus factor — 1 contributor(s) cover half of all commits
3.2/22.5Commit distribution — top contributor authored 86% of commits
13.5/13.5Contributor breadth — 26 contributors
6/10OpenSSF Scorecard: Contributors — project has 2 contributing companies or organizations -- score normalized to 6
Inputs used
bus_factor1
contributors_sampled26
top_contributor_share0.857
How it's scored
40.1/42Issue resolution — 95% of issues closed
26.5/30PR acceptance — 83/94 decided PRs merged
0/13Newcomer PR acceptance — no first-time contributor's PR decided in 30d
0/15OpenSSF Scorecard: Code-Review — Found 1/23 approved changesets -- score normalized to 0
Inputs used
merged_prs83
open_issues3
closed_issues62
prs_merged_7d0
prs_decided_7d0
prs_merged_30d7
prs_decided_30d7
issue_closed_ratio0.954
closed_unmerged_prs11
first_time_authors_30d0
first_time_prs_merged_30d0
first_time_prs_decided_30d0
Excluded from scoring (no data or not applicable): newcomer_pr_acceptance. Remaining weights renormalized.
How it's scored
10/30Ownership backing — personal (user) account
0/20Verified domain — not applicable to user accounts
17/25Owner reach — 231 followers of aklinker1
25/25Track record — 65 public repos, account ~11 yr old
Inputs used
followers231
owner_typeUser
is_verified
owner_loginaklinker1
public_repos65
account_age_days4,259
Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.

Package maintenance

100Exceptional
How it's scored
25/25Published & resolvable — 7 package(s) on npm
35/35Publish recency — latest publish 10 days ago
20/20Version history — 21 published versions
20/20Not deprecated — active, not deprecated or yanked
Inputs used
packages@webext-core/storage, @webext-core/messaging, @webext-core/fake-browser, @webext-core/job-scheduler, @webext-core/proxy-service, @webext-core/match-patterns, @webext-core/isolated-element
ecosystemsnpm
any_deprecatedno
min_days_since_publish10

Engineering Quality

Are baseline engineering and documentation practices in place?

77Good · 19% of overall
How it's scored
24/24CI workflows — 2 workflow(s)
24/24Tests present
0/16Linter config
0/9.6Pre-commit hooks
0/6.4.editorconfig
20/20OpenSSF Scorecard: CI-Tests — 4 out of 4 merged PRs checked by a CI test -- score normalized to 10
Inputs used
has_ciyes
has_testsyes
has_editorconfigno
has_linter_configno
has_precommit_configno

Documentation

90Excellent
How it's scored
30/30README
25/25Documentation directory
15/15Documentation / homepage site — https://webext-core.aklinker1.io
10/10Repository description
10/10Topics — 3 topics
0/10Wiki
Inputs used
topicschrome-extension, safari-extension, web-extension
has_wikino
homepagehttps://webext-core.aklinker1.io
has_readmeyes
has_docs_diryes
has_descriptionyes

Security

Are visible security and supply-chain practices strong, without unresolved high-risk jurisdiction exposure?

50Moderate · 16% of overall
How it's scored
7.5/7.5Binary-Artifacts — no binaries found in the repo
0/7.5Branch-Protection — branch protection not enabled on development/release branches
2.5/2.5CI-Tests — 4 out of 4 merged PRs checked by a CI test -- score normalized to 10
0/2.5CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected
0/7.5Code-Review — Found 1/23 approved changesets -- score normalized to 0
1.5/2.5Contributors — project has 2 contributing companies or organizations -- score normalized to 6
10/10Dangerous-Workflow — no dangerous workflow patterns detected
0/7.5Dependency-Update-Tool — no update tool detected
0/5Fuzzing — project is not fuzzed
2.5/2.5License — license file detected
7.5/7.5Maintained — 30 commit(s) and 24 issue activity found in the last 90 days -- score normalized to 10
0/5Packaging — no data
3/5Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 6
0/5SAST — SAST tool is not run on all commits -- score normalized to 0
0/5Security-Policy — security policy file not detected
0/7.5Signed-Releases — no data
0/7.5Token-Permissions — detected GitHub workflow tokens with excessive permissions
0/7.5Vulnerabilities — 144 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated16
scorecard_versionv5.5.0
checks_inconclusive2
scorecard_aggregate3.7
Excluded from scoring (no data or not applicable): packaging, signed_releases. Remaining weights renormalized.

Dependency advisories

100Exceptional
How it's scored
35/35Direct dependencies free of known advisories — no direct dependency carries a known advisory
0/25Indirect dependencies free of known advisories — transitive set not separable from development and test dependencies in this scope
0/40No advisories left outstanding — no advisory carries a publication date
Inputs used
sourceosv
advisories0
affected_packages0
assessed_packages9
unassessed_packages22
affected_by_severitynone
direct_affected_packages0
Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 9 resolved dependencies against OSV. 22 could not be assessed — no resolved version, an unsupported ecosystem, or beyond the reported package list. 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.

AI Readiness

How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight (4%): agent tooling is a real maintenance signal, but a repository with none can still reach 100/100.

50Moderate · 4% of overall
How it's scored
0/45Agent instructions — no CLAUDE.md / AGENTS.md / editor rules
0/15Machine-readable docs (llms.txt)
40/40Legible commit history — 73 of 78 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
legible_history_share0.936
agent_instruction_files
agent_instruction_max_bytes
How it's scored
0/18One-command bootstrap
22/22Automated tests
0/11Lint / format config
11/11Static type checking — docs/tsconfig.json, packages/fake-browser/tsconfig.json, packages/isolated-element/tsconfig.json, packages/job-scheduler/tsconfig.json, packages/match-patterns/tsconfig.json, packages/messaging-demo/tsconfig.json, packages/messaging/tsconfig.json, packages/proxy-service-demo/tsconfig.json, packages/proxy-service/tsconfig.json, packages/storage/tsconfig.json
0/10Reproducible environment
0/10Demonstrated agent practice — no agent-authored commits among the last 100
0/8Automated maintenance — no automated dependency updates observed
6/10OpenSSF Scorecard: Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 6
Inputs used
has_nixno
has_testsyes
lockfiles
has_dockerfileno
typed_languageyes
bootstrap_files
has_devcontainerno
has_linter_configno
typecheck_configsdocs/tsconfig.json, packages/fake-browser/tsconfig.json, packages/isolated-element/tsconfig.json, packages/job-scheduler/tsconfig.json, packages/match-patterns/tsconfig.json, packages/messaging-demo/tsconfig.json, packages/messaging/tsconfig.json, packages/proxy-service-demo/tsconfig.json, packages/proxy-service/tsconfig.json, packages/storage/tsconfig.json
agent_commit_share0
toolchain_manifests
dependency_bot_commit_share0
How it's scored
45/45Type-checkable code — TypeScript (statically typed)
54.3/55Manageable file sizes — 1/75 source files over 60KB
Inputs used
primary_languageTypeScript
largest_source_bytes61,506
source_files_sampled75
oversized_source_files1

Key facts

325GitHub stars
26contributors
104commits, last 12 months
10days since last push
88releases
1bus factor
3open issues
npmpackage ecosystems

Data collection warnings

  • Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token

More detail

Star and fork history 0 ★ / 40 ⇿
0Stars
40Forks
40Releases

When each star and fork was added, collected from GitHub and bucketed by day. Cumulative growth sits directly above the daily additions it is made of, so the two read against each other: steady organic accretion looks nothing like an abrupt, short-lived burst. Where that difference is measurable, it is reported as growth authenticity.

0102030403922023-032024-092026-04
Major 0Minor 0Patch 0

Each point covers 3 days.

OpenSSF Scorecard 3.7 / 10
3.7aggregate

Independent, tool-agnostic security assessment from the open-source OpenSSF Scorecard. Each check rewards a security practice, not a specific vendor's tool. Checks Scorecard could not determine are marked n/a and excluded from the security score (never counted as zero).Scorecard v5.5.0 · 2026-08-05 09:04 UTC

10Binary-Artifactsno binaries found in the repo
0Branch-Protectionbranch protection not enabled on development/release branches
10CI-Tests4 out of 4 merged PRs checked by a CI test -- score normalized to 10
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0Code-ReviewFound 1/23 approved changesets -- score normalized to 0
6Contributorsproject has 2 contributing companies or organizations -- score normalized to 6
10Dangerous-Workflowno dangerous workflow patterns detected
0Dependency-Update-Toolno update tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
10Maintained30 commit(s) and 24 issue activity found in the last 90 days -- score normalized to 10
n/aPackagingpackaging workflow not detected
6Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 6
0SASTSAST tool is not run on all commits -- score normalized to 0
0Security-Policysecurity policy file not detected
n/aSigned-Releasesno releases found
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
0Vulnerabilities144 existing vulnerabilities detected
Direct dependencies 9
RegistryPackageVersion constraintManifest
npm@wxt-dev/browser*packages/fake-browser/package.json
npmlodash.merge^4.6.2packages/fake-browser/package.json
npm@webext-core/isolated-elementworkspace:*packages/isolated-element-demo/package.json
npmis-potential-custom-element-name^1.0.1packages/isolated-element/package.json
npmcron-parser^4.8.1packages/job-scheduler/package.json
npmformat-duration^3.0.2packages/job-scheduler/package.json
npm@webext-core/messagingworkspace:*packages/messaging-demo/package.json
npm@aklinker1/zero-serialize-error^1.0.2packages/messaging/package.json
npm@webext-core/proxy-serviceworkspace:*packages/proxy-service-demo/package.json
All dependencies 31

Full resolved dependency set from the GitHub dependency graph: 6 direct and 25 indirect (transitive) packages. The transitive closure is complete when the repository commits a lockfile.

RegistryPackageVersionRelation
npm@aklinker1/zero-serialize-error^1.0.2direct
npm@wxt-dev/browser*direct
npmcron-parser^4.8.1direct
npmformat-duration^3.0.2direct
npmis-potential-custom-element-name^1.0.1direct
npmlodash.merge^4.6.2direct
npm@aklinker1/buildccatalog:indirect
npm@aklinker1/checkcatalog:indirect
npm@algolia/client-search^4.17.0indirect
npm@happy-dom/global-registratorcatalog:indirect
npm@types/bun^1.3.14indirect
npm@types/chromecatalog:indirect
npm@types/get-value^3.0.3indirect
npm@types/is-potential-custom-element-name^1.0.0indirect
npm@types/lodash.merge^4.6.9indirect
npmbetter-sqlite3^12.2.0indirect
npmdocuslatestindirect
npmlistr2^9.0.5indirect
npmnano-staged^1.0.2indirect
npmnuxt^4.1.2indirect
npmoxfmt^0.51.0indirect
npmoxlint^1.66.0indirect
npmplaywright^1.61.1indirect
npmpublint^0.2.11indirect
npmpublintcatalog:indirect
npmsimple-git-hooks^2.13.1indirect
npmts-morph^23.0.0indirect
npmtsdowncatalog:indirect
npmtypescriptcatalog:indirect
npmvite^4.0.0indirect
npmwxtcatalog:indirect
Dependency advisories 0

This repository publishes no package the index resolves, so its own dependency graph was assessed — 9 packages, which also include development and test pins that never ship: 0 carry known advisories, of which 0 are direct. 22 could not be assessed — no resolved version, an unsupported ecosystem, or beyond the reported package list.

No known advisories affect the assessed dependencies.

An advisory means the version recorded in the dependency graph falls inside an advisory’s affected range. Reachability is not analysed, and the graph includes development and test pins — a finding may concern tooling rather than shipped software.

Raw JSON report machine-readable
{
  "data": {
    "icon": {
      "bytes": 180375,
      "width": 256,
      "height": 256,
      "rejected": [],
      "collected": true,
      "media_type": "image/vnd.microsoft.icon",
      "source_url": "https://webext-core.aklinker1.io/favicon.ico",
      "source_type": "homepage",
      "content_hash": "108b4bc9a1c06c43ba0945d3477466d3f55b55e6379f925196da96bd98dbc993",
      "candidates_considered": 1
    },
    "repo": {
      "topics": [
        "chrome-extension",
        "safari-extension",
        "web-extension"
      ],
      "is_fork": false,
      "size_kb": 1642,
      "has_wiki": false,
      "homepage": "https://webext-core.aklinker1.io",
      "languages": {
        "CSS": 89,
        "HTML": 2641,
        "JavaScript": 750,
        "TypeScript": 251048
      },
      "pushed_at": "2026-07-26T03:48:24Z",
      "created_at": "2022-11-06T16:15:33Z",
      "owner_type": "User",
      "updated_at": "2026-08-04T11:58:10Z",
      "description": "Collection of essential libraries and tools for building web extensions",
      "is_archived": false,
      "is_disabled": false,
      "license_spdx": "MIT",
      "default_branch": "main",
      "license_spdx_raw": "MIT",
      "primary_language": "TypeScript",
      "significant_languages": [
        "TypeScript"
      ]
    },
    "owner": {
      "blog": "aklinker1.io",
      "name": "Aaron",
      "type": "User",
      "login": "aklinker1",
      "company": null,
      "location": null,
      "followers": 231,
      "avatar_url": "https://avatars.githubusercontent.com/u/10101283?v=4",
      "created_at": "2014-12-06T22:23:50Z",
      "is_verified": null,
      "public_repos": 65,
      "account_age_days": 4259
    },
    "license": {
      "state": "standard",
      "spdx_id": "MIT",
      "raw_spdx": "MIT",
      "file_present": true,
      "scorecard_found": true,
      "profile_has_license": true
    },
    "activity": {
      "releases": [
        {
          "tag": "fake-browser-v2.0.1",
          "kind": "other",
          "published_at": "2026-07-26T03:48:25Z"
        },
        {
          "tag": "proxy-service-v3.0.2",
          "kind": "other",
          "published_at": "2026-07-25T16:11:09Z"
        },
        {
          "tag": "proxy-service-v3.0.1",
          "kind": "other",
          "published_at": "2026-07-25T03:57:42Z"
        },
        {
          "tag": "messaging-v4.0.0",
          "kind": "other",
          "published_at": "2026-07-25T03:51:58Z"
        },
        {
          "tag": "storage-v2.0.0",
          "kind": "other",
          "published_at": "2026-07-25T03:50:47Z"
        },
        {
          "tag": "fake-browser-v2.0.0",
          "kind": "other",
          "published_at": "2026-07-25T03:49:18Z"
        },
        {
          "tag": "job-scheduler-v2.0.0",
          "kind": "other",
          "published_at": "2026-07-25T03:47:27Z"
        },
        {
          "tag": "isolated-element-v3.0.0",
          "kind": "other",
          "published_at": "2026-07-25T03:45:41Z"
        },
        {
          "tag": "match-patterns-v2.0.0",
          "kind": "other",
          "published_at": "2026-07-25T03:43:42Z"
        },
        {
          "tag": "messaging-v3.0.3",
          "kind": "other",
          "published_at": "2026-07-24T13:13:59Z"
        },
        {
          "tag": "match-patterns-v1.1.0",
          "kind": "other",
          "published_at": "2026-06-30T19:41:42Z"
        },
        {
          "tag": "isolated-element-v2.0.1",
          "kind": "other",
          "published_at": "2026-06-30T19:32:52Z"
        },
        {
          "tag": "storage-v1.2.1",
          "kind": "other",
          "published_at": "2026-06-01T20:38:58Z"
        },
        {
          "tag": "proxy-service-v2.0.1",
          "kind": "other",
          "published_at": "2026-06-01T20:37:15Z"
        },
        {
          "tag": "messaging-v3.0.2",
          "kind": "other",
          "published_at": "2026-06-01T20:34:41Z"
        },
        {
          "tag": "job-scheduler-v1.1.0",
          "kind": "other",
          "published_at": "2026-06-01T20:33:06Z"
        },
        {
          "tag": "fake-browser-v1.5.2",
          "kind": "other",
          "published_at": "2026-06-01T20:28:27Z"
        },
        {
          "tag": "fake-browser-v1.5.1",
          "kind": "other",
          "published_at": "2026-05-28T17:18:09Z"
        },
        {
          "tag": "fake-browser-v1.5.0",
          "kind": "other",
          "published_at": "2026-05-20T17:22:02Z"
        },
        {
          "tag": "messaging-v3.0.1",
          "kind": "other",
          "published_at": "2026-05-19T13:08:31Z"
        },
        {
          "tag": "fake-browser-v1.4.1",
          "kind": "other",
          "published_at": "2026-05-19T12:54:41Z"
        },
        {
          "tag": "fake-browser-v1.4.0",
          "kind": "other",
          "published_at": "2026-05-18T22:50:25Z"
        },
        {
          "tag": "messaging-v3.0.0",
          "kind": "other",
          "published_at": "2026-05-18T22:31:55Z"
        },
        {
          "tag": "isolated-element-v2.0.0",
          "kind": "other",
          "published_at": "2026-02-09T07:01:46Z"
        },
        {
          "tag": "isolated-element-v1.1.4",
          "kind": "other",
          "published_at": "2026-03-20T15:24:47Z"
        },
        {
          "tag": "proxy-service-v2.0.0",
          "kind": "other",
          "published_at": "2026-01-07T09:34:04Z"
        },
        {
          "tag": "proxy-service-v1.2.2",
          "kind": "other",
          "published_at": "2025-12-16T21:14:45Z"
        },
        {
          "tag": "fake-browser-v1.3.4",
          "kind": "other",
          "published_at": "2025-12-16T21:13:35Z"
        },
        {
          "tag": "isolated-element-v1.1.5",
          "kind": "other",
          "published_at": "2026-03-20T15:28:18Z"
        },
        {
          "tag": "isolated-element-v1.1.3",
          "kind": "other",
          "published_at": "2025-12-16T21:09:19Z"
        },
        {
          "tag": "fake-browser-v1.3.3",
          "kind": "other",
          "published_at": "2025-10-25T16:34:31Z"
        },
        {
          "tag": "messaging-v2.3.0",
          "kind": "other",
          "published_at": "2025-06-14T20:23:15Z"
        },
        {
          "tag": "messaging-v2.2.0",
          "kind": "other",
          "published_at": "2025-01-10T17:30:13Z"
        },
        {
          "tag": "fake-browser-v1.3.2",
          "kind": "other",
          "published_at": "2024-12-11T14:47:51Z"
        },
        {
          "tag": "proxy-service-v1.2.1",
          "kind": "other",
          "published_at": "2024-11-22T17:58:27Z"
        },
        {
          "tag": "messaging-v2.1.0",
          "kind": "other",
          "published_at": "2024-11-14T16:48:59Z"
        },
        {
          "tag": "messaging-v2.0.3",
          "kind": "other",
          "published_at": "2024-11-13T21:10:01Z"
        },
        {
          "tag": "messaging-v2.0.2",
          "kind": "other",
          "published_at": "2024-10-20T14:17:39Z"
        },
        {
          "tag": "messaging-v2.0.1",
          "kind": "other",
          "published_at": "2024-10-19T03:35:13Z"
        },
        {
          "tag": "messaging-v2.0.0",
          "kind": "other",
          "published_at": "2024-10-19T01:16:22Z"
        },
        {
          "tag": "isolated-element-v1.1.2",
          "kind": "other",
          "published_at": "2024-04-20T01:47:37Z"
        },
        {
          "tag": "isolated-element-v1.1.1",
          "kind": "other",
          "published_at": "2023-12-30T14:28:57Z"
        },
        {
          "tag": "isolated-element-v1.1.0",
          "kind": "other",
          "published_at": "2023-12-30T01:49:07Z"
        },
        {
          "tag": "match-patterns-v1.0.3",
          "kind": "other",
          "published_at": "2023-12-16T16:26:24Z"
        },
        {
          "tag": "fake-browser-v1.3.1",
          "kind": "other",
          "published_at": "2023-11-13T14:24:34Z"
        },
        {
          "tag": "storage-v1.2.0",
          "kind": "other",
          "published_at": "2023-11-03T13:27:06Z"
        },
        {
          "tag": "fake-browser-v1.3.0",
          "kind": "other",
          "published_at": "2023-11-03T13:25:27Z"
        },
        {
          "tag": "match-patterns-v1.0.2",
          "kind": "other",
          "published_at": "2023-09-29T13:15:15Z"
        },
        {
          "tag": "storage-v1.1.3",
          "kind": "other",
          "published_at": "2023-09-27T12:58:27Z"
        },
        {
          "tag": "isolated-element-v1.0.4",
          "kind": "other",
          "published_at": "2023-07-14T15:14:19Z"
        },
        {
          "tag": "match-patterns-v1.0.1",
          "kind": "other",
          "published_at": "2023-05-27T19:01:13Z"
        },
        {
          "tag": "messaging-v1.4.0",
          "kind": "other",
          "published_at": "2023-05-27T18:58:14Z"
        },
        {
          "tag": "match-patterns-v1.0.0",
          "kind": "other",
          "published_at": "2023-05-20T15:53:05Z"
        },
        {
          "tag": "job-scheduler-v1.0.0",
          "kind": "other",
          "published_at": "2023-05-13T15:12:56Z"
        },
        {
          "tag": "proxy-service-v1.2.0",
          "kind": "other",
          "published_at": "2023-05-02T16:02:10Z"
        },
        {
          "tag": "proxy-service-v1.1.1",
          "kind": "other",
          "published_at": "2023-04-28T16:59:47Z"
        },
        {
          "tag": "messaging-v1.3.1",
          "kind": "other",
          "published_at": "2023-04-28T16:14:39Z"
        },
        {
          "tag": "fake-browser-v1.2.2",
          "kind": "other",
          "published_at": "2023-03-20T15:56:12Z"
        },
        {
          "tag": "messaging-v1.3.0",
          "kind": "other",
          "published_at": "2023-03-17T17:44:50Z"
        },
        {
          "tag": "storage-v1.1.2",
          "kind": "other",
          "published_at": "2023-03-04T00:59:29Z"
        },
        {
          "tag": "fake-browser-v1.2.1",
          "kind": "other",
          "published_at": "2023-03-02T20:04:21Z"
        },
        {
          "tag": "proxy-service-v1.1.0",
          "kind": "other",
          "published_at": "2023-03-02T17:18:04Z"
        },
        {
          "tag": "fake-browser-v1.2.0",
          "kind": "other",
          "published_at": "2023-03-02T17:16:16Z"
        },
        {
          "tag": "fake-browser-v1.1.0",
          "kind": "other",
          "published_at": "2023-02-20T22:09:56Z"
        },
        {
          "tag": "messaging-v1.2.0",
          "kind": "other",
          "published_at": "2023-02-07T17:31:52Z"
        },
        {
          "tag": "fake-browser-v1.0.4",
          "kind": "other",
          "published_at": "2023-02-07T17:31:14Z"
        },
        {
          "tag": "isolated-element-v1.0.3",
          "kind": "other",
          "published_at": "2023-02-04T21:53:07Z"
        },
        {
          "tag": "proxy-service-v1.0.3",
          "kind": "other",
          "published_at": "2023-02-04T21:52:17Z"
        },
        {
          "tag": "storage-v1.1.1",
          "kind": "other",
          "published_at": "2023-02-04T21:51:40Z"
        },
        {
          "tag": "messaging-v1.1.1",
          "kind": "other",
          "published_at": "2023-02-04T21:50:55Z"
        },
        {
          "tag": "fake-browser-v1.0.3",
          "kind": "other",
          "published_at": "2023-02-04T21:50:17Z"
        },
        {
          "tag": "storage-v1.1.0",
          "kind": "other",
          "published_at": "2023-02-04T01:14:06Z"
        },
        {
          "tag": "isolated-element-v1.0.2",
          "kind": "other",
          "published_at": "2023-01-09T18:45:31Z"
        },
        {
          "tag": "isolated-element-v1.0.1",
          "kind": "other",
          "published_at": "2023-01-07T16:45:49Z"
        },
        {
          "tag": "isolated-element-v1.0.0",
          "kind": "other",
          "published_at": "2023-01-06T20:49:02Z"
        },
        {
          "tag": "proxy-service-v1.0.2",
          "kind": "other",
          "published_at": "2022-12-15T22:17:40Z"
        },
        {
          "tag": "messaging-v1.1.0",
          "kind": "other",
          "published_at": "2022-12-14T20:39:51Z"
        },
        {
          "tag": "fake-browser-v1.0.2",
          "kind": "other",
          "published_at": "2022-12-14T20:39:08Z"
        },
        {
          "tag": "proxy-service-v1.0.1",
          "kind": "other",
          "published_at": "2022-11-19T18:18:50Z"
        },
        {
          "tag": "messaging-v1.0.3",
          "kind": "other",
          "published_at": "2022-11-19T18:12:12Z"
        },
        {
          "tag": "proxy-service-v1.0.0",
          "kind": "other",
          "published_at": "2022-11-19T17:34:22Z"
        },
        {
          "tag": "messaging-v1.0.2",
          "kind": "other",
          "published_at": "2022-11-19T16:17:03Z"
        },
        {
          "tag": "storage-v1.0.1",
          "kind": "other",
          "published_at": "2022-11-17T02:16:22Z"
        },
        {
          "tag": "messaging-v1.0.1",
          "kind": "other",
          "published_at": "2022-11-17T02:15:49Z"
        },
        {
          "tag": "fake-browser-v1.0.1",
          "kind": "other",
          "published_at": "2022-11-17T02:15:04Z"
        },
        {
          "tag": "fake-browser-v1.0.0",
          "kind": "other",
          "published_at": "2022-11-07T15:09:47Z"
        },
        {
          "tag": "messaging-v1.0.0",
          "kind": "other",
          "published_at": "2022-11-07T15:07:21Z"
        },
        {
          "tag": "storage-v1.0.0",
          "kind": "other",
          "published_at": "2022-11-07T15:05:46Z"
        }
      ],
      "recent_commits": [
        {
          "oid": "0852666b1cb1330eb8f471508208682ecc22ea26",
          "body": null,
          "is_bot": true,
          "headline": "chore(release): fake-browser-v2.0.1",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-26T03:48:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "004b12029f4ca06b09c98a9155bb297d6c063649",
          "body": null,
          "is_bot": false,
          "headline": "fix: Make `runtime.id` writable",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-07-26T03:46:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3f82343253e36daf16a69722ce80e67a78491f27",
          "body": null,
          "is_bot": true,
          "headline": "chore(release): proxy-service-v3.0.2",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-25T16:10:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d259dd5ffa369c97a0cf5fddf842a25e0e6c3183",
          "body": null,
          "is_bot": false,
          "headline": "fix: Properly bind `this` for nested classes and objects (#166)",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-07-25T16:09:53Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4d7bde0e24226147b9689436a462d7f5282a6533",
          "body": null,
          "is_bot": false,
          "headline": "fix: Respect `active: true` in `tabs.create`",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-07-25T15:32:40Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "17d03a2edb6950be4bb8a5f7c833311904a757a5",
          "body": null,
          "is_bot": false,
          "headline": "Move test file for consistency",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-07-25T15:27:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b905e268cbe570cb386a37f3bcd3e4878cfd0ac7",
          "body": null,
          "is_bot": false,
          "headline": "Update changelog",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-07-25T04:14:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "94935badec65ede8abe762eb25f1b749fa12f52c",
          "body": null,
          "is_bot": false,
          "headline": "Update changelog",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-07-25T03:59:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "30bbfd09cbe57836e3ff1393bc7b01460dd60d27",
          "body": null,
          "is_bot": true,
          "headline": "chore(release): proxy-service-v3.0.1",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-25T03:57:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "73bbac617902c09f198775b993cd3d24d8a241bb",
          "body": null,
          "is_bot": true,
          "headline": "chore(release): messaging-v4.0.0",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-25T03:51:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6cb85dbca15145a2d04df456c39f5963a471419e",
          "body": null,
          "is_bot": true,
          "headline": "chore(release): storage-v2.0.0",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-25T03:50:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "78a50a257e99992f548a6aa7ea48a796ed67e458",
          "body": null,
          "is_bot": true,
          "headline": "chore(release): fake-browser-v2.0.0",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-25T03:49:05Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "dc118fb4ae4a947793ecaf8120d3f72b40c2cf6f",
          "body": null,
          "is_bot": true,
          "headline": "chore(release): job-scheduler-v2.0.0",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-25T03:47:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b80a9ea9ce1894add1fc6e0963f1d8d250bcbb8d",
          "body": null,
          "is_bot": true,
          "headline": "chore(release): isolated-element-v3.0.0",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-25T03:45:32Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "65626157c7a7ee3ac400b10df719beb1cc62ab78",
          "body": null,
          "is_bot": true,
          "headline": "chore(release): match-patterns-v2.0.0",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-25T03:43:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a6eda4ff04c7909542c48e98aebdcce684a249a6",
          "body": "…ndex.iife.js` (#165)",
          "is_bot": false,
          "headline": "chore!: Standardize `IIFE` filenames `lib/index.global.js` -> `dist/i…",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-07-25T03:36:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9e0c1336d018b3e31697ae96b4bc1329845f0d16",
          "body": null,
          "is_bot": false,
          "headline": "chore!: Drop CJS support (#164)",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-07-25T03:36:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d9e2594950362a8ce606dd00cce4d3b4195c3665",
          "body": null,
          "is_bot": false,
          "headline": "chore: Re-enable tests",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-07-25T03:36:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0ed8fa25c60145fc2e8cd32093897b0caee70514",
          "body": null,
          "is_bot": false,
          "headline": "chore: Cleanup types, update docs",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-07-25T03:36:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0b9affded1a60699b55dce5d53ceab7ae0c19f49",
          "body": null,
          "is_bot": false,
          "headline": "feat!: Add callback support for implementing the `chrome` API (#163)",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-07-25T03:36:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c41df12e96b5e96bfa02721ec5d7c652a5512e28",
          "body": null,
          "is_bot": false,
          "headline": "chore: Update `@aklinker1/buildc`",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-07-25T03:36:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "782646d7e54365c60dbe661d7541ac64222538d2",
          "body": null,
          "is_bot": false,
          "headline": "chore: Cleanup tests",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-07-25T03:36:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4fe308667ff1590db14945249e40507d86f091cc",
          "body": null,
          "is_bot": false,
          "headline": "fix!: Drop `webextension-polyfill`, use `chrome` global instead (#160)",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-07-25T03:36:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9440c2323dfcc35b56e489c0a78ad9d64c8d4f8b",
          "body": null,
          "is_bot": false,
          "headline": "ci: Update action versions",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-07-24T13:15:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "14fd38158beddb9851943b48635a1393db8a63ac",
          "body": null,
          "is_bot": true,
          "headline": "chore(release): messaging-v3.0.3",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-07-24T13:13:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8719472e2ce74ddf04a303a26cc11716d73e6bd6",
          "body": null,
          "is_bot": false,
          "headline": "fix: Remove event listener when event is received (#159)",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-07-24T13:12:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5a4a617be6464aed9e8d448aa390dab2ec0432cb",
          "body": null,
          "is_bot": false,
          "headline": "chore: Reduce size of generated code (ESM: 253 -> 138 kB)",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-07-24T13:03:32Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a3aeb017665c0823db1421ae0c57ae617b41be52",
          "body": null,
          "is_bot": false,
          "headline": "ci: Upgrade zero-changelog to v0.2.0",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-06-30T20:55:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "11f3c466726a239ab0bb3cc224fa50b36cf8a789",
          "body": null,
          "is_bot": true,
          "headline": "chore(release): match-patterns-v1.1.0",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-06-30T19:41:30Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "79a2a0658a9c738b87631a1a5f46f7ed02344b4c",
          "body": "Co-authored-by: Aaron <aaronklinker1@gmail.com>",
          "is_bot": false,
          "headline": "feat: file protocol implemented in match patterns package. (#155)",
          "author_name": "Gliches",
          "author_login": "nishu-murmu",
          "committed_at": "2026-06-30T19:40:03Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c4c518624da58da48b904ec4055c4e4eadc48f24",
          "body": null,
          "is_bot": true,
          "headline": "chore(release): isolated-element-v2.0.1",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-06-30T19:32:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7ce664721a40761db7170d3012ec15c86c5ce9ad",
          "body": null,
          "is_bot": false,
          "headline": "ci: Only install chromium for playwright",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-06-30T19:27:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8ac4e8add86e3263b04706c735df5825516fc288",
          "body": null,
          "is_bot": false,
          "headline": "chore: Update playwright",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-06-30T19:26:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a2569fa833fa9495bc19e425731a9c2b68c31a2d",
          "body": null,
          "is_bot": false,
          "headline": "ci: Update to ubunutu-26.04",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-06-30T19:21:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a8db2993946a9d512072053b36a0f091f6f84e2e",
          "body": "… (#156)",
          "is_bot": false,
          "headline": "fix: `<all_urls>` match pattern should not support unknown protocols.…",
          "author_name": "Gliches",
          "author_login": "nishu-murmu",
          "committed_at": "2026-06-30T19:16:38Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "73c796c4f4470b646eda07b4b3b7cce6dc01d129",
          "body": null,
          "is_bot": false,
          "headline": "docs: Update MatchPattern instantiation in README (#157)",
          "author_name": "Gliches",
          "author_login": "nishu-murmu",
          "committed_at": "2026-06-30T19:10:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cc3f39146f0fecf2ba99d1ae2386816ee4336a4a",
          "body": null,
          "is_bot": false,
          "headline": "ci: Change Playwright installation command to use bunx",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-06-30T13:25:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fb1153671b5a08fbbf63c4dc533ae9ff0173113a",
          "body": null,
          "is_bot": true,
          "headline": "chore(release): storage-v1.2.1",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-06-01T20:38:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7ae1d00224e1c6ca7716fdbaa76dea0a28ccbe18",
          "body": null,
          "is_bot": true,
          "headline": "chore(release): proxy-service-v2.0.1",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-06-01T20:37:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d95aa53ae048c47d9e8e059e5d6f41aac30ebf35",
          "body": null,
          "is_bot": false,
          "headline": "ci: Upgrade zero-changelog to v0.1.11",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-06-01T20:35:30Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "889722930e8d2e385befd810f3827eb765c1d26a",
          "body": null,
          "is_bot": true,
          "headline": "chore(release): messaging-v3.0.2",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-06-01T20:34:30Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ba647f22b6668ac55a012e196a5dc4e23b12a85d",
          "body": null,
          "is_bot": true,
          "headline": "chore(release): job-scheduler-v1.1.0",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-06-01T20:32:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b2212b100fa7743c9a5d841261bdcceee57329d1",
          "body": null,
          "is_bot": false,
          "headline": "ci: Update lockfile after bumping versions to keep it up-to-date",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-06-01T20:31:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fe538719c85932a9269696e24192ba614ba92b07",
          "body": null,
          "is_bot": true,
          "headline": "chore(release): fake-browser-v1.5.2",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-06-01T20:28:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "726dab8e1613c86f2f3fddae91ce7622f34839aa",
          "body": null,
          "is_bot": false,
          "headline": "fix: Relax `webextension-polyfill` version range (#153)",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-06-01T20:26:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "63bf12859ab61bd4ae345c09753a76d6e6c034bb",
          "body": null,
          "is_bot": true,
          "headline": "chore(release): fake-browser-v1.5.1",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-05-28T17:17:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "816851683f3bf7fd5d79e938ec213a5eabb5140d",
          "body": null,
          "is_bot": false,
          "headline": "fix: Don't use directory import for auto-setup module",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-05-28T17:11:56Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "72d3abc42a921684703c36dbac2c6dc10cfab320",
          "body": null,
          "is_bot": false,
          "headline": "docs: Fix build command",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-05-21T04:00:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "84126f69ad40b7f87cacb138c2bc69a71d8f7c64",
          "body": null,
          "is_bot": false,
          "headline": "chore: Use `oxlint` and `oxfmt` (#152)",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-05-20T21:46:55Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e9762adc1dad49f44812759a4fade8e326fe78fa",
          "body": null,
          "is_bot": false,
          "headline": "docs: Add historical release notes to CHANGELOG.md files",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-05-20T19:46:38Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "798f870bced52fe225c7b5c62b0dc77f43fb0c57",
          "body": null,
          "is_bot": false,
          "headline": "chore: Move to `tsdown`, add `publint`, cleanup `package.json`s (#149)",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-05-20T19:40:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ae00ca2f7a06d635d194f66d25c48f4971c77b50",
          "body": null,
          "is_bot": false,
          "headline": "chore: Move to `bun test` (#148)",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-05-20T18:36:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4b4df1765ceff22389569bb7e7dd149548bc2475",
          "body": null,
          "is_bot": false,
          "headline": "chore: Cleanup dependencies (#147)",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-05-20T18:06:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4395800c35002c6ec90d0e4392bc919dac3e09e2",
          "body": null,
          "is_bot": true,
          "headline": "chore(release): fake-browser-v1.5.0",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-05-20T17:21:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e4397a960f51c062df801ac96d87aa7310a8bda5",
          "body": null,
          "is_bot": false,
          "headline": "feat: Add `/auto` submodule for auto-stubbing (#146)",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-05-20T17:20:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "afb73845553b13be933af12e1b86691f1bbc10b7",
          "body": null,
          "is_bot": false,
          "headline": "ci: Cache playwright browser install (#145)",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-05-19T13:28:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f6cd17de925ac71edf2a0360992aaebd9014c475",
          "body": null,
          "is_bot": true,
          "headline": "chore(release): messaging-v3.0.1",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-05-19T13:08:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ec8f780815eaaa5003c54adafe2c1e16acfbc153",
          "body": null,
          "is_bot": false,
          "headline": "Add missing version update for messaging package",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-05-19T13:02:13Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "be485df2ee71322d1119ac26358bbc5e0cc44c7d",
          "body": null,
          "is_bot": true,
          "headline": "chore(release): fake-browser-v1.4.1",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-05-19T12:54:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "536c73e710cbebf41d0afeeca7a2100d904401ac",
          "body": null,
          "is_bot": false,
          "headline": "fix: Add prepack script to fix new publish workflow",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-05-19T12:49:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "29158f50606ca66920fd36847893bf4939dca753",
          "body": null,
          "is_bot": false,
          "headline": "ci: Upgrade zero-changelog",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-05-18T23:20:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "73f42b0fbd64e1293ff2c496ec16d22ae37c868c",
          "body": null,
          "is_bot": true,
          "headline": "chore(release): fake-browser-v1.4.0",
          "author_name": "github-actions[bot]",
          "author_login": "github-actions[bot]",
          "committed_at": "2026-05-18T22:50:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b614a5b51ccb9a79e5197cc7d97852c187394405",
          "body": null,
          "is_bot": false,
          "headline": "ci: Upgrade zero-changelog",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-05-18T22:48:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "efa4bb9d4180f128d9044fe3bec9a611b613b37c",
          "body": null,
          "is_bot": false,
          "headline": "ci: Update and fix publish workflow",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-05-18T22:41:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "855bb4e07d6db4206cd68e133d2dfb3abb88b63a",
          "body": "This closes #103",
          "is_bot": false,
          "headline": "fix: Make `@types/webextension-polyfill` a production dependency",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-05-18T22:13:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5d5bf7dc04fe4a6dc15a016a12f7218757835fae",
          "body": "`@aklinker1/zero-serialize-error` for a smaller footprint",
          "is_bot": false,
          "headline": "chore(deps): Replace `serialize-error` with",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-05-18T22:03:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "01eb61fd5c36b052df8491cad4039332de8adbed",
          "body": null,
          "is_bot": false,
          "headline": "fix: Drop `uid` for simple random ID (#141)",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-05-18T22:00:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "dbd0770ae57da7beaf1afbabbbca2f1940938984",
          "body": "… (#140)",
          "is_bot": false,
          "headline": "fix!: Ignore unknown messages instead of throwing an error by default…",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-05-18T21:57:23Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fd99b73e5ea4e5b7d25cb2548075a974d8de0377",
          "body": null,
          "is_bot": false,
          "headline": "ci: Remove old publishing workflow, document new one",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-05-18T21:38:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8ef92d5796adf7a53403a0edded48e96c93846c8",
          "body": null,
          "is_bot": false,
          "headline": "ci: Fix new publish workflow (#139)",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-05-18T21:32:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "00af26f1776612126f492756ba6c1b2da52b58af",
          "body": null,
          "is_bot": false,
          "headline": "chore: upgrade bun to 1.3.14",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-05-18T20:53:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "723b89b89e9a25934f4ad24c964b4382ca2418b7",
          "body": null,
          "is_bot": false,
          "headline": "ci: New publish script (#138)",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-05-18T20:53:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "87bbca84949d18476f2bc1f9cbbed584b3fb4099",
          "body": "Co-authored-by: Aaron <aaronklinker1@gmail.com>",
          "is_bot": false,
          "headline": "feat(fake-browser): action API in-memory implementation. (#101)",
          "author_name": "Gliches",
          "author_login": "nishu-murmu",
          "committed_at": "2026-05-18T20:37:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "75a491fdd0e9c227eed5f6b935fa2bf98b1eedc6",
          "body": "Co-authored-by: gracenoah <gracenoahgh@gmail.com>",
          "is_bot": false,
          "headline": "test(messaging): validate response ordering (#132)",
          "author_name": "tim",
          "author_login": "web3luhao",
          "committed_at": "2026-05-18T19:53:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6787fc10cbfefc68c61d8365f7f2be5734e29668",
          "body": "Co-authored-by: Aaron <aaronklinker1@gmail.com>",
          "is_bot": false,
          "headline": "docs(proxy-service): Fix typo (#133)",
          "author_name": "number1jmookfan",
          "author_login": "number1jmookfan",
          "committed_at": "2026-05-18T19:52:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4f6b6f2d95f0004453044509f3820d9332b679c9",
          "body": "…134)",
          "is_bot": false,
          "headline": "chore(match-patterns): Add tests from official Chrome/Mozilla docs (#…",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-05-18T19:51:00Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3035dbb9e662a2623ae50438482ccfc79080c9ee",
          "body": null,
          "is_bot": false,
          "headline": "chore: Update lockfile",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-05-18T02:18:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d33b16236f48060989d6dcdedae8f93f88a622a3",
          "body": "Co-authored-by: Aaron <aaronklinker1@gmail.com>",
          "is_bot": false,
          "headline": "feat(messaging): Add `targetWindow` to the window messenger (#114)",
          "author_name": "Himanshu Patil",
          "author_login": "mehimanshupatil",
          "committed_at": "2026-04-14T16:36:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7377d439f2e9aad570cc463454c0453731f5dde5",
          "body": "Co-authored-by: Aaron <aaronklinker1@gmail.com>",
          "is_bot": false,
          "headline": "fix(messaging): matching response event by message id (#125)",
          "author_name": "tim",
          "author_login": "web3luhao",
          "committed_at": "2026-04-13T14:23:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "82b10df0f63b0dc8ed51b953255f88c722face9a",
          "body": "…#130)",
          "is_bot": false,
          "headline": "fix(types): avoid unbound-method lint errors by adding `this: void` (…",
          "author_name": "Takahito Nakano",
          "author_login": "ponko2",
          "committed_at": "2026-04-12T13:31:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3bfdf7953963c96b54f8dd8f6d2e8824f456273d",
          "body": "Co-Authored-By: spookyuser <spookyuser@users.noreply.github.com>",
          "is_bot": false,
          "headline": "docs: fix redirects (#127)",
          "author_name": "Artem Prokop",
          "author_login": "ExposedCat",
          "committed_at": "2026-02-11T05:32:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "77352e224fbd5250c5a4d3267cb9e02b16cf8a11",
          "body": null,
          "is_bot": false,
          "headline": "Update package version",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-02-09T08:03:53Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e8e3f1ea9f73f270336f096736f4f1fc4cd2da60",
          "body": null,
          "is_bot": false,
          "headline": "chore(release): isolated-element-v2.0.0",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-02-09T07:00:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "85b21e59e6129cc3aa7653be6ea578d90b2bc6a0",
          "body": null,
          "is_bot": false,
          "headline": "chore(release): isolated-element-v1.1.4",
          "author_name": "Changelog Action",
          "author_login": null,
          "committed_at": "2026-02-09T06:53:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "40f983b5516c451c8615c2eaf87b1648cce1b681",
          "body": "Co-authored-by: Namu <namuorg@users.noreply.github.com>",
          "is_bot": false,
          "headline": "fix(isolated-element)!: Use a `div` instead of `html` (#128)",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-02-09T06:50:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a62279700692f548adde8f504e5013084b70caaf",
          "body": null,
          "is_bot": false,
          "headline": "docs: Add contributors and license section to README",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-01-07T09:42:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8ebd27b142430da1c993ace0cede31f0f3ccd41b",
          "body": null,
          "is_bot": false,
          "headline": "chore(release): proxy-service-v2.0.0",
          "author_name": "Changelog Action",
          "author_login": null,
          "committed_at": "2026-01-07T09:34:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ad9fcbea9f304ebf509cc5789a09956ee82c2f81",
          "body": "Co-authored-by: Nate Reprogle <natereprogle@users.noreply.github.com>\nCo-authored-by: Alexander Kachkaev <kachkaev@users.noreply.github.com>",
          "is_bot": false,
          "headline": "feat(proxy-service)!: V2 refactor (#122)",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-01-07T09:25:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9307213a05ab6a57f699ac2df506b17cdc72a45d",
          "body": null,
          "is_bot": false,
          "headline": "chore: Update lockfile",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2026-01-03T16:00:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3b4fc4778e02be15709271af87624c25bb139c49",
          "body": null,
          "is_bot": false,
          "headline": "chore(release): proxy-service-v1.2.2",
          "author_name": "Changelog Action",
          "author_login": null,
          "committed_at": "2025-12-16T21:14:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "01ffd1970179ddc2923d8995690334c985fffd2a",
          "body": null,
          "is_bot": false,
          "headline": "chore(release): fake-browser-v1.3.4",
          "author_name": "Changelog Action",
          "author_login": null,
          "committed_at": "2025-12-16T21:13:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "35eadb09ccdd599df01aea886ce7d63c3237d42a",
          "body": null,
          "is_bot": false,
          "headline": "fix(fake-browser): No changes, force a new release",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2025-12-16T21:10:16Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9f5606375010114c71352852bd5edc344b0cecd1",
          "body": null,
          "is_bot": false,
          "headline": "fix(proxy-service): No changes, force a new release",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2025-12-16T21:10:16Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c456064272b51c43fcfbadb8a5da8bbc9bfd31ec",
          "body": null,
          "is_bot": false,
          "headline": "chore(release): isolated-element-v1.1.3",
          "author_name": "Changelog Action",
          "author_login": null,
          "committed_at": "2025-12-16T21:09:16Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b3498c53eec9700a1cb2b9a43c59d2a454918c95",
          "body": null,
          "is_bot": false,
          "headline": "ci: Fix NPM publishing permissions, use OIDC",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2025-12-16T21:03:38Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ae395e6fd701b24ac93c31043557dce32c8c33cc",
          "body": null,
          "is_bot": false,
          "headline": "chore(release): fake-browser-v1.3.3",
          "author_name": "Changelog Action",
          "author_login": null,
          "committed_at": "2025-10-25T16:34:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f7a361d0ca7a80aa7b41af5478710af29893cd0a",
          "body": null,
          "is_bot": false,
          "headline": "chore: Fix local build issues",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2025-10-25T16:31:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "747fc5d8f0db37f3057312531804424f72a4c4e8",
          "body": "Co-authored-by: Aaron <aaronklinker1@gmail.com>",
          "is_bot": false,
          "headline": "feat: add types entry to package.json exports (#117)",
          "author_name": "tobey",
          "author_login": "tobeycodes",
          "committed_at": "2025-10-25T16:28:06Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d00c01861f8ab52e3748edaf41eacc1fee48c091",
          "body": null,
          "is_bot": false,
          "headline": "fix(isolated-element): allow certain builtin elements (#116)",
          "author_name": "Alexander Harding",
          "author_login": "aeharding",
          "committed_at": "2025-10-25T16:24:04Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c14e5b881afe7f789847a129ea9050a9063354aa",
          "body": null,
          "is_bot": false,
          "headline": "docs: Fix repo link",
          "author_name": "Aaron",
          "author_login": "aklinker1",
          "committed_at": "2025-10-25T16:20:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        }
      ],
      "releases_count": 88,
      "commits_last_year": 104,
      "latest_release_at": "2026-07-26T03:48:25Z",
      "latest_release_tag": "fake-browser-v2.0.1",
      "releases_from_tags": false,
      "days_since_last_push": 10,
      "active_weeks_last_year": 12,
      "days_since_latest_release": 10,
      "mean_days_between_releases": 0.2
    },
    "artifacts": {
      "collected": true,
      "structure": [
        "tree.serverless"
      ],
      "declarations": [
        {
          "name": null,
          "path": "package.json",
          "tokens": [
            "npm.private",
            "npm.workspaces"
          ],
          "ecosystem": "npm"
        },
        {
          "name": "@webext-core/fake-browser",
          "path": "packages/fake-browser/package.json",
          "tokens": [
            "npm.entry"
          ],
          "ecosystem": "npm"
        },
        {
          "name": null,
          "path": "packages/isolated-element-demo/package.json",
          "tokens": [
            "npm.private"
          ],
          "ecosystem": "npm"
        },
        {
          "name": "@webext-core/isolated-element",
          "path": "packages/isolated-element/package.json",
          "tokens": [
            "npm.entry"
          ],
          "ecosystem": "npm"
        },
        {
          "name": "@webext-core/job-scheduler",
          "path": "packages/job-scheduler/package.json",
          "tokens": [
            "npm.entry"
          ],
          "ecosystem": "npm"
        },
        {
          "name": "@webext-core/match-patterns",
          "path": "packages/match-patterns/package.json",
          "tokens": [
            "npm.entry"
          ],
          "ecosystem": "npm"
        },
        {
          "name": null,
          "path": "packages/messaging-demo/package.json",
          "tokens": [
            "npm.private"
          ],
          "ecosystem": "npm"
        },
        {
          "name": "@webext-core/messaging",
          "path": "packages/messaging/package.json",
          "tokens": [
            "npm.entry",
            "npm.peer_dependencies"
          ],
          "ecosystem": "npm"
        },
        {
          "name": null,
          "path": "packages/proxy-service-demo/package.json",
          "tokens": [
            "npm.private"
          ],
          "ecosystem": "npm"
        },
        {
          "name": "@webext-core/proxy-service",
          "path": "packages/proxy-service/package.json",
          "tokens": [
            "npm.entry",
            "npm.peer_dependencies"
          ],
          "ecosystem": "npm"
        },
        {
          "name": "@webext-core/storage",
          "path": "packages/storage/package.json",
          "tokens": [
            "npm.entry",
            "npm.peer_dependencies"
          ],
          "ecosystem": "npm"
        },
        {
          "name": null,
          "path": "packages/tsconfig/package.json",
          "tokens": [
            "npm.private"
          ],
          "ecosystem": "npm"
        }
      ]
    },
    "community": {
      "has_readme": true,
      "has_license": true,
      "readme_badges": {
        "hosts": [
          "github.com"
        ],
        "total": 1,
        "header": 1,
        "collected": true,
        "has_inspect_badge": false
      },
      "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": "@webext-core/storage",
          "exists": true,
          "license": "MIT",
          "keywords": [
            "browser",
            "browser-extension",
            "chrome",
            "chrome-extension",
            "extension",
            "firefox",
            "safari",
            "storage",
            "web-ext",
            "web-extension",
            "webext"
          ],
          "ecosystem": "npm",
          "categories": [],
          "matches_repo": true,
          "registry_url": "https://www.npmjs.com/package/@webext-core/storage",
          "declared_type": null,
          "is_deprecated": false,
          "latest_version": "2.0.0",
          "repository_url": "https://github.com/aklinker1/webext-core",
          "versions_count": 9,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": 1,
          "monthly_downloads": 43363,
          "first_published_at": "2022-11-07T15:02:51.595000Z",
          "latest_published_at": "2026-07-25T03:50:45.020000Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 11
        },
        {
          "name": "@webext-core/messaging",
          "exists": true,
          "license": "MIT",
          "keywords": [
            "browser",
            "browser-extension",
            "chrome",
            "chrome-extension",
            "extension",
            "firefox",
            "message",
            "messaging",
            "safari",
            "web-ext",
            "web-extension",
            "webext"
          ],
          "ecosystem": "npm",
          "categories": [],
          "matches_repo": true,
          "registry_url": "https://www.npmjs.com/package/@webext-core/messaging",
          "declared_type": null,
          "is_deprecated": false,
          "latest_version": "4.0.0",
          "repository_url": "https://github.com/aklinker1/webext-core",
          "versions_count": 21,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": 1,
          "monthly_downloads": 345796,
          "first_published_at": "2022-11-07T15:02:47.939000Z",
          "latest_published_at": "2026-07-25T03:51:55.274000Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 11
        },
        {
          "name": "@webext-core/fake-browser",
          "exists": true,
          "license": "MIT",
          "keywords": [
            "browser",
            "browser-extension",
            "chrome",
            "chrome-extension",
            "extension",
            "fake",
            "firefox",
            "jest",
            "mock",
            "safari",
            "testing",
            "vite",
            "web-ext",
            "web-extension",
            "webext"
          ],
          "ecosystem": "npm",
          "categories": [],
          "matches_repo": true,
          "registry_url": "https://www.npmjs.com/package/@webext-core/fake-browser",
          "declared_type": null,
          "is_deprecated": false,
          "latest_version": "2.0.1",
          "repository_url": "https://github.com/aklinker1/webext-core",
          "versions_count": 20,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": 1,
          "monthly_downloads": 2441661,
          "first_published_at": "2022-11-07T15:02:44.034000Z",
          "latest_published_at": "2026-07-26T03:48:21.867000Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 10
        },
        {
          "name": "@webext-core/job-scheduler",
          "exists": true,
          "license": "MIT",
          "keywords": [
            "browser",
            "browser-extension",
            "chrome",
            "chrome-extension",
            "cron",
            "extension",
            "firefox",
            "job",
            "period",
            "periodic",
            "safari",
            "scheduler",
            "web-ext",
            "web-extension",
            "webext"
          ],
          "ecosystem": "npm",
          "categories": [],
          "matches_repo": true,
          "registry_url": "https://www.npmjs.com/package/@webext-core/job-scheduler",
          "declared_type": null,
          "is_deprecated": false,
          "latest_version": "2.0.0",
          "repository_url": "https://github.com/aklinker1/webext-core",
          "versions_count": 3,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": 1,
          "monthly_downloads": 11192,
          "first_published_at": "2023-05-13T15:07:53.515000Z",
          "latest_published_at": "2026-07-25T03:47:25.109000Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 11
        },
        {
          "name": "@webext-core/proxy-service",
          "exists": true,
          "license": "MIT",
          "keywords": [
            "browser",
            "browser-extension",
            "chrome",
            "chrome-extension",
            "extension",
            "firefox",
            "rpc",
            "safari",
            "service",
            "web-ext",
            "web-extension",
            "webext"
          ],
          "ecosystem": "npm",
          "categories": [],
          "matches_repo": true,
          "registry_url": "https://www.npmjs.com/package/@webext-core/proxy-service",
          "declared_type": null,
          "is_deprecated": false,
          "latest_version": "3.0.2",
          "repository_url": "https://github.com/aklinker1/webext-core",
          "versions_count": 15,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": 1,
          "monthly_downloads": 90892,
          "first_published_at": "2022-11-19T17:34:40.934000Z",
          "latest_published_at": "2026-07-25T16:11:06.583000Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 10
        },
        {
          "name": "@webext-core/match-patterns",
          "exists": true,
          "license": "MIT",
          "keywords": [
            "browser",
            "browser-extension",
            "chrome",
            "chrome-extension",
            "content",
            "extension",
            "firefox",
            "match",
            "pattern",
            "safari",
            "script",
            "web-ext",
            "web-extension",
            "webext"
          ],
          "ecosystem": "npm",
          "categories": [],
          "matches_repo": true,
          "registry_url": "https://www.npmjs.com/package/@webext-core/match-patterns",
          "declared_type": null,
          "is_deprecated": false,
          "latest_version": "2.0.0",
          "repository_url": "https://github.com/aklinker1/webext-core",
          "versions_count": 6,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": 1,
          "monthly_downloads": 2236812,
          "first_published_at": "2023-05-20T15:49:12.272000Z",
          "latest_published_at": "2026-07-25T03:43:39.199000Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 11
        },
        {
          "name": "@webext-core/isolated-element",
          "exists": true,
          "license": "MIT",
          "keywords": [
            "browser",
            "browser-extension",
            "chrome",
            "chrome-extension",
            "content-script",
            "css",
            "extension",
            "firefox",
            "islolate",
            "safari",
            "styles",
            "web-ext",
            "web-extension",
            "webext"
          ],
          "ecosystem": "npm",
          "categories": [],
          "matches_repo": true,
          "registry_url": "https://www.npmjs.com/package/@webext-core/isolated-element",
          "declared_type": null,
          "is_deprecated": false,
          "latest_version": "3.0.0",
          "repository_url": "https://github.com/aklinker1/webext-core",
          "versions_count": 14,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": 1,
          "monthly_downloads": 2349316,
          "first_published_at": "2023-01-06T20:49:07.660000Z",
          "latest_published_at": "2026-07-25T03:45:38.488000Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 11
        }
      ]
    },
    "popularity": {
      "forks": 40,
      "stars": 325,
      "watchers": 2,
      "fork_history": {
        "days": [
          {
            "date": "2023-03-01",
            "count": 1
          },
          {
            "date": "2023-05-14",
            "count": 1
          },
          {
            "date": "2023-07-14",
            "count": 1
          },
          {
            "date": "2024-01-24",
            "count": 1
          },
          {
            "date": "2024-03-05",
            "count": 1
          },
          {
            "date": "2024-03-21",
            "count": 1
          },
          {
            "date": "2024-04-16",
            "count": 1
          },
          {
            "date": "2024-08-12",
            "count": 1
          },
          {
            "date": "2024-08-20",
            "count": 1
          },
          {
            "date": "2024-11-02",
            "count": 1
          },
          {
            "date": "2024-11-05",
            "count": 1
          },
          {
            "date": "2024-11-12",
            "count": 1
          },
          {
            "date": "2024-12-02",
            "count": 1
          },
          {
            "date": "2024-12-11",
            "count": 1
          },
          {
            "date": "2024-12-31",
            "count": 1
          },
          {
            "date": "2025-01-08",
            "count": 1
          },
          {
            "date": "2025-01-27",
            "count": 1
          },
          {
            "date": "2025-01-28",
            "count": 1
          },
          {
            "date": "2025-02-23",
            "count": 1
          },
          {
            "date": "2025-03-18",
            "count": 1
          },
          {
            "date": "2025-04-19",
            "count": 1
          },
          {
            "date": "2025-05-07",
            "count": 1
          },
          {
            "date": "2025-05-19",
            "count": 1
          },
          {
            "date": "2025-05-22",
            "count": 1
          },
          {
            "date": "2025-06-23",
            "count": 1
          },
          {
            "date": "2025-08-05",
            "count": 1
          },
          {
            "date": "2025-08-06",
            "count": 1
          },
          {
            "date": "2025-08-08",
            "count": 1
          },
          {
            "date": "2025-08-27",
            "count": 1
          },
          {
            "date": "2025-09-08",
            "count": 1
          },
          {
            "date": "2025-09-30",
            "count": 1
          },
          {
            "date": "2025-11-30",
            "count": 1
          },
          {
            "date": "2025-12-24",
            "count": 1
          },
          {
            "date": "2026-01-12",
            "count": 1
          },
          {
            "date": "2026-01-13",
            "count": 1
          },
          {
            "date": "2026-01-24",
            "count": 1
          },
          {
            "date": "2026-02-12",
            "count": 1
          },
          {
            "date": "2026-04-20",
            "count": 1
          },
          {
            "date": "2026-04-28",
            "count": 1
          }
        ],
        "complete": true,
        "collected": 39,
        "total_forks": 40
      },
      "star_history": null,
      "open_issues_and_prs": 3
    },
    "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": [
        "docs/tsconfig.json",
        "packages/fake-browser/tsconfig.json",
        "packages/isolated-element/tsconfig.json",
        "packages/job-scheduler/tsconfig.json",
        "packages/match-patterns/tsconfig.json",
        "packages/messaging-demo/tsconfig.json",
        "packages/messaging/tsconfig.json",
        "packages/proxy-service-demo/tsconfig.json",
        "packages/proxy-service/tsconfig.json",
        "packages/storage/tsconfig.json"
      ],
      "toolchain_manifests": [],
      "largest_source_bytes": 61506,
      "source_files_sampled": 75,
      "oversized_source_files": 1,
      "agent_instruction_files": [],
      "agent_instruction_max_bytes": null
    },
    "dependencies": {
      "manifests": [
        "docs/package.json",
        "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": 9,
        "malicious_count": 0,
        "assessed_package": null,
        "unassessed_count": 22,
        "direct_affected_count": 0
      },
      "ecosystems": [
        "npm"
      ],
      "dependencies": [
        {
          "name": "@wxt-dev/browser",
          "manifest": "packages/fake-browser/package.json",
          "ecosystem": "npm",
          "version_constraint": "*"
        },
        {
          "name": "lodash.merge",
          "manifest": "packages/fake-browser/package.json",
          "ecosystem": "npm",
          "version_constraint": "^4.6.2"
        },
        {
          "name": "@webext-core/isolated-element",
          "manifest": "packages/isolated-element-demo/package.json",
          "ecosystem": "npm",
          "version_constraint": "workspace:*"
        },
        {
          "name": "is-potential-custom-element-name",
          "manifest": "packages/isolated-element/package.json",
          "ecosystem": "npm",
          "version_constraint": "^1.0.1"
        },
        {
          "name": "cron-parser",
          "manifest": "packages/job-scheduler/package.json",
          "ecosystem": "npm",
          "version_constraint": "^4.8.1"
        },
        {
          "name": "format-duration",
          "manifest": "packages/job-scheduler/package.json",
          "ecosystem": "npm",
          "version_constraint": "^3.0.2"
        },
        {
          "name": "@webext-core/messaging",
          "manifest": "packages/messaging-demo/package.json",
          "ecosystem": "npm",
          "version_constraint": "workspace:*"
        },
        {
          "name": "@aklinker1/zero-serialize-error",
          "manifest": "packages/messaging/package.json",
          "ecosystem": "npm",
          "version_constraint": "^1.0.2"
        },
        {
          "name": "@webext-core/proxy-service",
          "manifest": "packages/proxy-service-demo/package.json",
          "ecosystem": "npm",
          "version_constraint": "workspace:*"
        }
      ],
      "all_dependencies": {
        "error": null,
        "source": "github-sbom",
        "packages": [
          {
            "name": "@aklinker1/zero-serialize-error",
            "direct": true,
            "version": "^1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@wxt-dev/browser",
            "direct": true,
            "version": "*",
            "ecosystem": "npm"
          },
          {
            "name": "cron-parser",
            "direct": true,
            "version": "^4.8.1",
            "ecosystem": "npm"
          },
          {
            "name": "format-duration",
            "direct": true,
            "version": "^3.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "is-potential-custom-element-name",
            "direct": true,
            "version": "^1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "lodash.merge",
            "direct": true,
            "version": "^4.6.2",
            "ecosystem": "npm"
          },
          {
            "name": "@aklinker1/buildc",
            "direct": false,
            "version": "catalog:",
            "ecosystem": "npm"
          },
          {
            "name": "@aklinker1/check",
            "direct": false,
            "version": "catalog:",
            "ecosystem": "npm"
          },
          {
            "name": "@algolia/client-search",
            "direct": false,
            "version": "^4.17.0",
            "ecosystem": "npm"
          },
          {
            "name": "@happy-dom/global-registrator",
            "direct": false,
            "version": "catalog:",
            "ecosystem": "npm"
          },
          {
            "name": "@types/bun",
            "direct": false,
            "version": "^1.3.14",
            "ecosystem": "npm"
          },
          {
            "name": "@types/chrome",
            "direct": false,
            "version": "catalog:",
            "ecosystem": "npm"
          },
          {
            "name": "@types/get-value",
            "direct": false,
            "version": "^3.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "@types/is-potential-custom-element-name",
            "direct": false,
            "version": "^1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "@types/lodash.merge",
            "direct": false,
            "version": "^4.6.9",
            "ecosystem": "npm"
          },
          {
            "name": "better-sqlite3",
            "direct": false,
            "version": "^12.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "docus",
            "direct": false,
            "version": "latest",
            "ecosystem": "npm"
          },
          {
            "name": "listr2",
            "direct": false,
            "version": "^9.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "nano-staged",
            "direct": false,
            "version": "^1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "nuxt",
            "direct": false,
            "version": "^4.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "oxfmt",
            "direct": false,
            "version": "^0.51.0",
            "ecosystem": "npm"
          },
          {
            "name": "oxlint",
            "direct": false,
            "version": "^1.66.0",
            "ecosystem": "npm"
          },
          {
            "name": "playwright",
            "direct": false,
            "version": "^1.61.1",
            "ecosystem": "npm"
          },
          {
            "name": "publint",
            "direct": false,
            "version": "^0.2.11",
            "ecosystem": "npm"
          },
          {
            "name": "publint",
            "direct": false,
            "version": "catalog:",
            "ecosystem": "npm"
          },
          {
            "name": "simple-git-hooks",
            "direct": false,
            "version": "^2.13.1",
            "ecosystem": "npm"
          },
          {
            "name": "ts-morph",
            "direct": false,
            "version": "^23.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "tsdown",
            "direct": false,
            "version": "catalog:",
            "ecosystem": "npm"
          },
          {
            "name": "typescript",
            "direct": false,
            "version": "catalog:",
            "ecosystem": "npm"
          },
          {
            "name": "vite",
            "direct": false,
            "version": "^4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "wxt",
            "direct": false,
            "version": "catalog:",
            "ecosystem": "npm"
          }
        ],
        "collected": true,
        "truncated": false,
        "total_count": 31,
        "direct_count": 6,
        "indirect_count": 25
      }
    },
    "maintainership": {
      "issues": {
        "open_prs": 0,
        "merged_prs": 83,
        "open_issues": 3,
        "closed_ratio": 0.954,
        "closed_issues": 62,
        "closed_unmerged_prs": 11
      },
      "bus_factor": 1,
      "bot_contributors": 1,
      "top_contributors": [
        {
          "type": "User",
          "login": "aklinker1",
          "commits": 215,
          "avatar_url": "https://avatars.githubusercontent.com/u/10101283?v=4"
        },
        {
          "type": "User",
          "login": "1natsu172",
          "commits": 4,
          "avatar_url": "https://avatars.githubusercontent.com/u/7282145?v=4"
        },
        {
          "type": "User",
          "login": "nishu-murmu",
          "commits": 4,
          "avatar_url": "https://avatars.githubusercontent.com/u/71123337?v=4"
        },
        {
          "type": "User",
          "login": "cihadturhan-st",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/105754605?v=4"
        },
        {
          "type": "User",
          "login": "mefengl",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/71683364?v=4"
        },
        {
          "type": "User",
          "login": "web3luhao",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/95836286?v=4"
        },
        {
          "type": "User",
          "login": "cvan",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/203725?v=4"
        },
        {
          "type": "User",
          "login": "fongandrew",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/179327?v=4"
        },
        {
          "type": "User",
          "login": "tobeycodes",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/3613405?v=4"
        },
        {
          "type": "User",
          "login": "scarletczen",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/84438186?v=4"
        }
      ],
      "contributors_sampled": 26,
      "top_contributor_share": 0.857
    },
    "quality_signals": {
      "has_ci": true,
      "has_tests": true,
      "ci_workflows": [
        "publish.yml",
        "validate.yml"
      ],
      "has_docs_dir": true,
      "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": "4 out of 4 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 1/23 approved changesets -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
          },
          {
            "name": "Contributors",
            "score": 6,
            "reason": "project has 2 contributing companies or organizations -- score normalized to 6",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
          },
          {
            "name": "Dangerous-Workflow",
            "score": 10,
            "reason": "no dangerous workflow patterns detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
          },
          {
            "name": "Dependency-Update-Tool",
            "score": 0,
            "reason": "no update tool detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
          },
          {
            "name": "Fuzzing",
            "score": 0,
            "reason": "project is not fuzzed",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
          },
          {
            "name": "License",
            "score": 10,
            "reason": "license file detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
          },
          {
            "name": "Maintained",
            "score": 10,
            "reason": "30 commit(s) and 24 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": 6,
            "reason": "dependency not pinned by hash detected -- score normalized to 6",
            "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": 0,
            "reason": "144 existing vulnerabilities detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
          }
        ],
        "commit": "0852666b1cb1330eb8f471508208682ecc22ea26",
        "ran_at": "2026-08-05T09:04:44Z",
        "aggregate_score": 3.7,
        "scorecard_version": "v5.5.0"
      },
      "has_codeql_workflow": false,
      "has_security_policy": false,
      "has_dependabot_config": false
    },
    "contribution_flow": {
      "collected": true,
      "recent_prs": {
        "merged_7d": 0,
        "decided_7d": 0,
        "merged_30d": 7,
        "authors_30d": 1,
        "decided_30d": 7,
        "sample_size": 60,
        "window_days": 30,
        "sample_exhausted": false,
        "authors_probed_30d": 1,
        "newcomer_merged_30d": 0,
        "bot_prs_excluded_30d": 0,
        "newcomer_authors_30d": 0,
        "newcomer_decided_30d": 0
      },
      "ci_last_run_at": "2026-07-26T03:48:24Z",
      "oldest_open_prs": [],
      "last_merged_pr_at": "2026-07-25T16:09:53Z",
      "ci_last_conclusion": null,
      "oldest_open_issues": [
        {
          "number": 85,
          "created_at": "2024-12-11T14:45:14Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 135,
          "created_at": "2026-05-18T19:44:36Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 136,
          "created_at": "2026-05-18T19:45:53Z",
          "last_comment_at": null,
          "last_comment_author": null
        }
      ]
    }
  },
  "config": {
    "disabled_metrics": [],
    "disabled_categories": [],
    "disabled_components": {}
  },
  "source": {
    "url": "https://github.com/aklinker1/webext-core",
    "host": "github.com",
    "name": "webext-core",
    "owner": "aklinker1"
  },
  "metrics": {
    "overall": {
      "key": "overall",
      "band": "good",
      "name": "Overall health",
      "note": "The weighted overall 67 is calibrated to 78 on the published index scale (record calibration 2026-08-02).",
      "notes": [
        {
          "code": "overall_calibration",
          "params": {
            "raw": 67,
            "calibrated": 78,
            "calibration": "2026-08-02"
          }
        }
      ],
      "value": 78,
      "inputs": {
        "security": 50,
        "vitality": 79,
        "community": 64,
        "governance": 65,
        "calibration": "2026-08-02",
        "engineering": 77,
        "ai_readiness": 50,
        "weighted_overall_raw": 67
      },
      "components": []
    },
    "categories": [
      {
        "key": "vitality",
        "band": "good",
        "name": "Vitality",
        "value": 79,
        "weight": 0.21,
        "metrics": [
          {
            "key": "development_activity",
            "band": "good",
            "name": "Development activity",
            "note": null,
            "notes": [],
            "value": 65,
            "inputs": {
              "commits_last_year": 104,
              "human_commit_share": 0.78,
              "days_since_last_push": 10,
              "active_weeks_last_year": 12
            },
            "components": [
              {
                "key": "push_recency",
                "name": "Push recency",
                "detail": "last push 10 days ago",
                "points": 28.8,
                "status": "partial",
                "details": [
                  {
                    "code": "push_recency",
                    "params": {
                      "days": 10
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_cadence",
                "name": "Commit cadence",
                "detail": "12/52 weeks with commits",
                "points": 8.3,
                "status": "partial",
                "details": [
                  {
                    "code": "commit_cadence_weeks",
                    "params": {
                      "weeks": 12
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_volume",
                "name": "Commit volume",
                "detail": "104 commits in the last year",
                "points": 18,
                "status": "met",
                "details": [
                  {
                    "code": "commits_last_year",
                    "params": {
                      "count": 104
                    }
                  }
                ],
                "max_points": 18
              },
              {
                "key": "openssf_scorecard_maintained",
                "name": "OpenSSF Scorecard: Maintained",
                "detail": "30 commit(s) and 24 issue activity found in the last 90 days -- score normalized to 10",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "release_discipline",
            "band": "exceptional",
            "name": "Release discipline",
            "note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "openssf_scorecard_signed_releases"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 100,
            "inputs": {
              "releases_count": 88,
              "latest_release_tag": "fake-browser-v2.0.1",
              "releases_from_tags": false,
              "days_since_latest_release": 10,
              "mean_days_between_releases": 0.2
            },
            "components": [
              {
                "key": "ships_releases",
                "name": "Ships releases",
                "detail": "88 releases published",
                "points": 27,
                "status": "met",
                "details": [
                  {
                    "code": "releases_published",
                    "params": {
                      "count": 88
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "release_recency",
                "name": "Release recency",
                "detail": "latest release 10 days ago",
                "points": 36,
                "status": "met",
                "details": [
                  {
                    "code": "release_recency",
                    "params": {
                      "days": 10
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "release_cadence",
                "name": "Release cadence",
                "detail": "a release every ~0.2 days",
                "points": 27,
                "status": "met",
                "details": [
                  {
                    "code": "release_cadence",
                    "params": {
                      "gap": 0.2
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "openssf_scorecard_signed_releases",
                "name": "OpenSSF Scorecard: Signed-Releases",
                "detail": "no releases found",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 10
              }
            ]
          },
          {
            "key": "abandonment",
            "band": "exceptional",
            "name": "Abandonment",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "cap": null,
              "state": "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": 10,
              "days_since_last_human_commit_is_floor": false
            },
            "components": [
              {
                "key": "project_is_still_maintained",
                "name": "Project is still maintained",
                "detail": "last human commit 10 days ago",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "abandonment_maintained",
                    "params": {
                      "days": 10
                    }
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Is the project alive — is code being written and are releases shipping?"
      },
      {
        "key": "community",
        "band": "moderate",
        "name": "Community & Adoption",
        "value": 64,
        "weight": 0.17,
        "metrics": [
          {
            "key": "popularity",
            "band": "moderate",
            "name": "Popularity & adoption",
            "note": null,
            "notes": [],
            "value": 54,
            "inputs": {
              "forks": 40,
              "stars": 325,
              "watchers": 2,
              "growth_state": "unverified",
              "growth_factor_pct": 100,
              "growth_unverified_reason": "no_history"
            },
            "components": [
              {
                "key": "stars",
                "name": "Stars",
                "detail": "325 stars",
                "points": 40.7,
                "status": "partial",
                "details": [
                  {
                    "code": "stars",
                    "params": {
                      "count": 325
                    }
                  }
                ],
                "max_points": 60
              },
              {
                "key": "forks",
                "name": "Forks",
                "detail": "40 forks",
                "points": 13.3,
                "status": "partial",
                "details": [
                  {
                    "code": "forks",
                    "params": {
                      "count": 40
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "watchers",
                "name": "Watchers",
                "detail": "2 watchers",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "watchers",
                    "params": {
                      "count": 2
                    }
                  }
                ],
                "max_points": 15
              }
            ]
          },
          {
            "key": "community_health",
            "band": "moderate",
            "name": "Community health",
            "note": null,
            "notes": [],
            "value": 50,
            "inputs": {
              "has_readme": true,
              "has_license": true,
              "readme_badges": 1,
              "has_contributing": false,
              "has_issue_template": false,
              "has_code_of_conduct": false,
              "readme_badge_services": [
                "github.com"
              ],
              "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": "exceptional",
            "name": "Ecosystem adoption (downloads)",
            "note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "registry_dependents"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 100,
            "inputs": {
              "packages": [
                "@webext-core/storage",
                "@webext-core/messaging",
                "@webext-core/fake-browser",
                "@webext-core/job-scheduler",
                "@webext-core/proxy-service",
                "@webext-core/match-patterns",
                "@webext-core/isolated-element"
              ],
              "dependents": null,
              "ecosystems": "npm",
              "total_downloads": null,
              "monthly_downloads": 7519032
            },
            "components": [
              {
                "key": "monthly_downloads",
                "name": "Monthly downloads",
                "detail": "7,519,032 downloads/month across npm",
                "points": 80,
                "status": "met",
                "details": [
                  {
                    "code": "downloads_monthly",
                    "params": {
                      "count": 7519032,
                      "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": "good",
        "name": "Sustainability & Governance",
        "value": 65,
        "weight": 0.23,
        "metrics": [
          {
            "key": "maintainer_resilience",
            "band": "at_risk",
            "name": "Maintainer resilience (bus factor)",
            "note": null,
            "notes": [],
            "value": 32,
            "inputs": {
              "bus_factor": 1,
              "contributors_sampled": 26,
              "top_contributor_share": 0.857
            },
            "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 86% of commits",
                "points": 3.2,
                "status": "partial",
                "details": [
                  {
                    "code": "top_contributor_share",
                    "params": {
                      "share": 86
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributor_breadth",
                "name": "Contributor breadth",
                "detail": "26 contributors",
                "points": 13.5,
                "status": "met",
                "details": [
                  {
                    "code": "contributors_sampled",
                    "params": {
                      "count": 26
                    }
                  }
                ],
                "max_points": 13.5
              },
              {
                "key": "openssf_scorecard_contributors",
                "name": "OpenSSF Scorecard: Contributors",
                "detail": "project has 2 contributing companies or organizations -- score normalized to 6",
                "points": 6,
                "status": "partial",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "responsiveness",
            "band": "good",
            "name": "Issue & PR responsiveness",
            "note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "newcomer_pr_acceptance"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 77,
            "inputs": {
              "merged_prs": 83,
              "open_issues": 3,
              "closed_issues": 62,
              "prs_merged_7d": 0,
              "prs_decided_7d": 0,
              "prs_merged_30d": 7,
              "prs_decided_30d": 7,
              "issue_closed_ratio": 0.954,
              "closed_unmerged_prs": 11,
              "first_time_authors_30d": 0,
              "first_time_prs_merged_30d": 0,
              "first_time_prs_decided_30d": 0
            },
            "components": [
              {
                "key": "issue_resolution",
                "name": "Issue resolution",
                "detail": "95% of issues closed",
                "points": 40.1,
                "status": "partial",
                "details": [
                  {
                    "code": "issues_closed_share",
                    "params": {
                      "share": 95
                    }
                  }
                ],
                "max_points": 42
              },
              {
                "key": "pr_acceptance",
                "name": "PR acceptance",
                "detail": "83/94 decided PRs merged",
                "points": 26.5,
                "status": "partial",
                "details": [
                  {
                    "code": "decided_prs_merged",
                    "params": {
                      "merged": 83,
                      "decided": 94
                    }
                  }
                ],
                "max_points": 30
              },
              {
                "key": "newcomer_pr_acceptance",
                "name": "Newcomer PR acceptance",
                "detail": "no first-time contributor's PR decided in 30d",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_newcomer_prs",
                    "params": {
                      "days": 30
                    }
                  }
                ],
                "max_points": 13
              },
              {
                "key": "openssf_scorecard_code_review",
                "name": "OpenSSF Scorecard: Code-Review",
                "detail": "Found 1/23 approved changesets -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 15
              }
            ]
          },
          {
            "key": "stewardship",
            "band": "good",
            "name": "Ownership & stewardship",
            "note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "verified_domain"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 65,
            "inputs": {
              "followers": 231,
              "owner_type": "User",
              "is_verified": null,
              "owner_login": "aklinker1",
              "public_repos": 65,
              "account_age_days": 4259
            },
            "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": "231 followers of aklinker1",
                "points": 17,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_followers",
                    "params": {
                      "count": 231,
                      "login": "aklinker1"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "track_record",
                "name": "Track record",
                "detail": "65 public repos, account ~11 yr old",
                "points": 25,
                "status": "met",
                "details": [
                  {
                    "code": "public_repos",
                    "params": {
                      "count": 65
                    }
                  },
                  {
                    "code": "account_age_years",
                    "params": {
                      "years": 11
                    }
                  }
                ],
                "max_points": 25
              }
            ]
          },
          {
            "key": "package_maintenance",
            "band": "exceptional",
            "name": "Package maintenance",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "packages": [
                "@webext-core/storage",
                "@webext-core/messaging",
                "@webext-core/fake-browser",
                "@webext-core/job-scheduler",
                "@webext-core/proxy-service",
                "@webext-core/match-patterns",
                "@webext-core/isolated-element"
              ],
              "ecosystems": "npm",
              "any_deprecated": false,
              "min_days_since_publish": 10
            },
            "components": [
              {
                "key": "published_resolvable",
                "name": "Published & resolvable",
                "detail": "7 package(s) on npm",
                "points": 25,
                "status": "met",
                "details": [
                  {
                    "code": "packages_published",
                    "params": {
                      "count": 7,
                      "ecosystems": "npm"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "publish_recency",
                "name": "Publish recency",
                "detail": "latest publish 10 days ago",
                "points": 35,
                "status": "met",
                "details": [
                  {
                    "code": "publish_recency",
                    "params": {
                      "days": 10
                    }
                  }
                ],
                "max_points": 35
              },
              {
                "key": "version_history",
                "name": "Version history",
                "detail": "21 published versions",
                "points": 20,
                "status": "met",
                "details": [
                  {
                    "code": "published_versions",
                    "params": {
                      "count": 21
                    }
                  }
                ],
                "max_points": 20
              },
              {
                "key": "not_deprecated",
                "name": "Not deprecated",
                "detail": "active, not deprecated or yanked",
                "points": 20,
                "status": "met",
                "details": [
                  {
                    "code": "package_not_deprecated",
                    "params": {}
                  }
                ],
                "max_points": 20
              }
            ]
          }
        ],
        "description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
      },
      {
        "key": "engineering",
        "band": "good",
        "name": "Engineering Quality",
        "value": 77,
        "weight": 0.19,
        "metrics": [
          {
            "key": "engineering_practices",
            "band": "good",
            "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": "2 workflow(s)",
                "points": 24,
                "status": "met",
                "details": [
                  {
                    "code": "ci_workflows",
                    "params": {
                      "count": 2
                    }
                  }
                ],
                "max_points": 24
              },
              {
                "key": "tests_present",
                "name": "Tests present",
                "detail": null,
                "points": 24,
                "status": "met",
                "details": [],
                "max_points": 24
              },
              {
                "key": "linter_config",
                "name": "Linter config",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 16
              },
              {
                "key": "pre_commit_hooks",
                "name": "Pre-commit hooks",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 9.6
              },
              {
                "key": "editorconfig",
                "name": ".editorconfig",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 6.4
              },
              {
                "key": "openssf_scorecard_ci_tests",
                "name": "OpenSSF Scorecard: CI-Tests",
                "detail": "4 out of 4 merged PRs checked by a CI test -- score normalized to 10",
                "points": 20,
                "status": "met",
                "details": [],
                "max_points": 20
              }
            ]
          },
          {
            "key": "documentation",
            "band": "excellent",
            "name": "Documentation",
            "note": null,
            "notes": [],
            "value": 90,
            "inputs": {
              "topics": [
                "chrome-extension",
                "safari-extension",
                "web-extension"
              ],
              "has_wiki": false,
              "homepage": "https://webext-core.aklinker1.io",
              "has_readme": true,
              "has_docs_dir": true,
              "has_description": true
            },
            "components": [
              {
                "key": "readme",
                "name": "README",
                "detail": null,
                "points": 30,
                "status": "met",
                "details": [],
                "max_points": 30
              },
              {
                "key": "documentation_directory",
                "name": "Documentation directory",
                "detail": null,
                "points": 25,
                "status": "met",
                "details": [],
                "max_points": 25
              },
              {
                "key": "documentation_homepage_site",
                "name": "Documentation / homepage site",
                "detail": "https://webext-core.aklinker1.io",
                "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": "3 topics",
                "points": 10,
                "status": "met",
                "details": [
                  {
                    "code": "topics_count",
                    "params": {
                      "count": 3
                    }
                  }
                ],
                "max_points": 10
              },
              {
                "key": "wiki",
                "name": "Wiki",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              }
            ]
          }
        ],
        "description": "Are baseline engineering and documentation practices in place?"
      },
      {
        "key": "security",
        "band": "moderate",
        "name": "Security",
        "value": 50,
        "weight": 0.16,
        "metrics": [
          {
            "key": "security_posture",
            "band": "weak",
            "name": "Security posture",
            "note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "packaging",
                    "signed_releases"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 37,
            "inputs": {
              "source": "openssf_scorecard",
              "checks_evaluated": 16,
              "scorecard_version": "v5.5.0",
              "checks_inconclusive": 2,
              "scorecard_aggregate": 3.7
            },
            "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": "4 out of 4 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 1/23 approved changesets -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "contributors",
                "name": "Contributors",
                "detail": "project has 2 contributing companies or organizations -- score normalized to 6",
                "points": 1.5,
                "status": "partial",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "dangerous_workflow",
                "name": "Dangerous-Workflow",
                "detail": "no dangerous workflow patterns detected",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              },
              {
                "key": "dependency_update_tool",
                "name": "Dependency-Update-Tool",
                "detail": "no update tool detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "fuzzing",
                "name": "Fuzzing",
                "detail": "project is not fuzzed",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "license",
                "name": "License",
                "detail": "license file detected",
                "points": 2.5,
                "status": "met",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "maintained",
                "name": "Maintained",
                "detail": "30 commit(s) and 24 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 6",
                "points": 3,
                "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": "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": "144 existing vulnerabilities detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              }
            ]
          },
          {
            "key": "dependency_advisories",
            "band": "exceptional",
            "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 9 resolved dependencies against OSV; 22 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). 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": 9
                }
              },
              {
                "code": "advisories_unassessed",
                "params": {
                  "count": 22
                }
              },
              {
                "code": "advisories_repo_graph_caveat",
                "params": {}
              },
              {
                "code": "advisories_reachability",
                "params": {}
              }
            ],
            "value": 100,
            "inputs": {
              "source": "osv",
              "advisories": 0,
              "affected_packages": 0,
              "assessed_packages": 9,
              "unassessed_packages": 22,
              "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": "exceptional",
            "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": 9,
              "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": "exceptional",
            "name": "High-Risk Jurisdiction Exposure",
            "note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
            "notes": [
              {
                "code": "jurisdiction_evidence_limits",
                "params": {}
              }
            ],
            "value": 100,
            "inputs": {
              "meaning": "self-published location evidence; not nationality or citizenship",
              "red_flag": false,
              "exposures": [],
              "policy_countries": [
                "Russia",
                "Iran",
                "North Korea"
              ],
              "commit_weight_rule": {
                "min_commits": 50,
                "min_commit_share": 0.1
              },
              "review_only_matches": 0,
              "below_threshold_exposures": [],
              "assessed_self_published_locations": 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": "moderate",
        "name": "AI Readiness",
        "value": 50,
        "weight": 0.04,
        "metrics": [
          {
            "key": "ai_agent_context",
            "band": "weak",
            "name": "Agent context & guidance",
            "note": null,
            "notes": [],
            "value": 40,
            "inputs": {
              "has_llms_txt": false,
              "legible_history_share": 0.936,
              "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": "73 of 78 human commits state their intent (structured subject or explanatory body)",
                "points": 40,
                "status": "met",
                "details": [
                  {
                    "code": "legible_history",
                    "params": {
                      "legible": 73,
                      "sampled": 78
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "ai_verify_loop",
            "band": "weak",
            "name": "Verify loop (build / test / typecheck)",
            "note": null,
            "notes": [],
            "value": 39,
            "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": [
                "docs/tsconfig.json",
                "packages/fake-browser/tsconfig.json",
                "packages/isolated-element/tsconfig.json",
                "packages/job-scheduler/tsconfig.json",
                "packages/match-patterns/tsconfig.json",
                "packages/messaging-demo/tsconfig.json",
                "packages/messaging/tsconfig.json",
                "packages/proxy-service-demo/tsconfig.json",
                "packages/proxy-service/tsconfig.json",
                "packages/storage/tsconfig.json"
              ],
              "agent_commit_share": 0,
              "toolchain_manifests": [],
              "dependency_bot_commit_share": 0
            },
            "components": [
              {
                "key": "one_command_bootstrap",
                "name": "One-command bootstrap",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 18
              },
              {
                "key": "automated_tests",
                "name": "Automated tests",
                "detail": null,
                "points": 22,
                "status": "met",
                "details": [],
                "max_points": 22
              },
              {
                "key": "lint_format_config",
                "name": "Lint / format config",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 11
              },
              {
                "key": "static_type_checking",
                "name": "Static type checking",
                "detail": "docs/tsconfig.json, packages/fake-browser/tsconfig.json, packages/isolated-element/tsconfig.json, packages/job-scheduler/tsconfig.json, packages/match-patterns/tsconfig.json, packages/messaging-demo/tsconfig.json, packages/messaging/tsconfig.json, packages/proxy-service-demo/tsconfig.json, packages/proxy-service/tsconfig.json, packages/storage/tsconfig.json",
                "points": 11,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "docs/tsconfig.json, packages/fake-browser/tsconfig.json, packages/isolated-element/tsconfig.json, packages/job-scheduler/tsconfig.json, packages/match-patterns/tsconfig.json, packages/messaging-demo/tsconfig.json, packages/messaging/tsconfig.json, packages/proxy-service-demo/tsconfig.json, packages/proxy-service/tsconfig.json, packages/storage/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": "no agent-authored commits among the last 100",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_agent_authored_commits",
                    "params": {
                      "sampled": 100
                    }
                  }
                ],
                "max_points": 10
              },
              {
                "key": "automated_maintenance",
                "name": "Automated maintenance",
                "detail": "no automated dependency updates observed",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_dependency_automation",
                    "params": {}
                  }
                ],
                "max_points": 8
              },
              {
                "key": "openssf_scorecard_pinned_dependencies",
                "name": "OpenSSF Scorecard: Pinned-Dependencies",
                "detail": "dependency not pinned by hash detected -- score normalized to 6",
                "points": 6,
                "status": "partial",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "ai_code_legibility",
            "band": "exceptional",
            "name": "Code legibility for models",
            "note": null,
            "notes": [],
            "value": 99,
            "inputs": {
              "primary_language": "TypeScript",
              "largest_source_bytes": 61506,
              "source_files_sampled": 75,
              "oversized_source_files": 1
            },
            "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": "1/75 source files over 60KB",
                "points": 54.3,
                "status": "partial",
                "details": [
                  {
                    "code": "oversized_source_files",
                    "params": {
                      "kb": 60,
                      "sampled": 75,
                      "oversized": 1
                    }
                  }
                ],
                "max_points": 55
              }
            ]
          }
        ],
        "description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
      }
    ],
    "classification": {
      "top": [
        "library",
        "application",
        "host-extension"
      ],
      "labels": [
        "library",
        "network-service",
        "browser-extension"
      ],
      "scores": {
        "library": 6.6,
        "network-service": 4,
        "browser-extension": 4
      },
      "primary": "library",
      "evidence": [
        {
          "tier": "declared",
          "label": "library",
          "source": "npm.private",
          "weight": -6
        },
        {
          "tier": "distribution",
          "label": "library",
          "source": "registry:npm",
          "weight": 6
        },
        {
          "tier": "declared",
          "label": "library",
          "source": "npm.entry",
          "weight": 4.8
        },
        {
          "tier": "structure",
          "label": "network-service",
          "source": "tree.serverless",
          "weight": 4
        },
        {
          "tier": "tags",
          "label": "browser-extension",
          "source": "tag:browser-extension",
          "weight": 2
        },
        {
          "tier": "tags",
          "label": "browser-extension",
          "source": "tag:chrome-extension",
          "weight": 2
        },
        {
          "tier": "declared",
          "label": "library",
          "source": "npm.peer_dependencies",
          "weight": 1.8
        }
      ],
      "artifacts": [
        {
          "path": "package.json",
          "labels": [],
          "ecosystem": "npm"
        },
        {
          "path": "packages/fake-browser/package.json",
          "labels": [
            "library"
          ],
          "ecosystem": "npm"
        },
        {
          "path": "packages/isolated-element-demo/package.json",
          "labels": [],
          "ecosystem": "npm"
        },
        {
          "path": "packages/isolated-element/package.json",
          "labels": [
            "library"
          ],
          "ecosystem": "npm"
        },
        {
          "path": "packages/job-scheduler/package.json",
          "labels": [
            "library"
          ],
          "ecosystem": "npm"
        },
        {
          "path": "packages/match-patterns/package.json",
          "labels": [
            "library"
          ],
          "ecosystem": "npm"
        },
        {
          "path": "packages/messaging-demo/package.json",
          "labels": [],
          "ecosystem": "npm"
        },
        {
          "path": "packages/messaging/package.json",
          "labels": [
            "library"
          ],
          "ecosystem": "npm"
        },
        {
          "path": "packages/proxy-service-demo/package.json",
          "labels": [],
          "ecosystem": "npm"
        },
        {
          "path": "packages/proxy-service/package.json",
          "labels": [
            "library"
          ],
          "ecosystem": "npm"
        },
        {
          "path": "packages/storage/package.json",
          "labels": [
            "library"
          ],
          "ecosystem": "npm"
        },
        {
          "path": "packages/tsconfig/package.json",
          "labels": [],
          "ecosystem": "npm"
        }
      ],
      "confidence": "high",
      "host_extension": true,
      "runs_as_process": true,
      "consumed_by_code": true
    },
    "metrics_version": "2.5.0"
  },
  "warnings": [
    "Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
  ],
  "report_type": "repository",
  "generated_at": "2026-08-05T09:05:05.848394Z",
  "schema_version": "0.31.0",
  "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/aklinker1/webext-core.svg",
  "full_name": "aklinker1/webext-core",
  "license_state": "standard",
  "license_spdx": "MIT"
}

Scores are signals, not warranties. They reflect publicly visible practices on GitHub — not a code audit, and not a security guarantee.

Missing data is excluded and weights renormalized, never scored as zero. Methodology is versioned and open: metrics v2.5.0, schema v0.31.0 — full methodology · metrics wiki.

How one result sits in the wider record: aggregate statisticsnpm.