JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 127,
"has_wiki": false,
"homepage": null,
"languages": {
"JavaScript": 15809
},
"pushed_at": "2025-12-26T03:54:28Z",
"created_at": "2016-10-16T03:52:04Z",
"owner_type": "Organization",
"updated_at": "2026-05-09T13:41:44Z",
"description": "Sniff the encoding from a HTML byte stream",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "jsdom",
"company": null,
"location": null,
"followers": 128,
"avatar_url": "https://avatars.githubusercontent.com/u/9271229?v=4",
"created_at": "2014-10-16T17:00:52Z",
"is_verified": null,
"public_repos": 18,
"account_age_days": 4297
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v6.0.0",
"kind": "major",
"published_at": "2025-12-26T03:54:58Z"
},
{
"tag": "v5.0.0",
"kind": "major",
"published_at": "2025-12-23T05:05:23Z"
},
{
"tag": "v4.0.0",
"kind": "major",
"published_at": "2023-11-12T07:39:03Z"
},
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2021-09-18T22:40:29Z"
},
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2020-02-23T22:30:54Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2020-02-23T22:28:51Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2017-10-23T00:16:07Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2016-10-16T04:24:04Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2016-10-16T03:54:00Z"
}
],
"recent_commits": [
{
"oid": "a2f5ea718eea331aa7b098f40044f72adc49d45e",
"body": null,
"is_bot": false,
"headline": "6.0.0",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2025-12-26T03:54:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b880fa191ec3188d62d016c9df37c0a9e5a2736",
"body": "Although it's possible to do more extensive sniffing, and we might do so in the future, this is enough to pass the relevant web platform tests we're currently working on in jsdom.",
"is_bot": false,
"headline": "Add xml option",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2025-12-26T03:53:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea7148c9d392b30f897e3160f07e501466484f37",
"body": "Now that our dependency package has labelToName() exported, this is easy enough to do. Additionally, in jsdom we always immediately wrap the result in labelToName() anyway, so this will make it easier to consume.",
"is_bot": false,
"headline": "Revert back to encoding names as output",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2025-12-26T03:53:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fab2967107d2caea4fa032fc247537a403f12461",
"body": null,
"is_bot": false,
"headline": "5.0.0",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2025-12-23T05:03:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a771abf60923ba38592af017d5afbde8c1285a6a",
"body": null,
"is_bot": false,
"headline": "Automate publishing to npm",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2025-12-23T05:02:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf1581a2838193155156fa36ca289d61a5c636d1",
"body": null,
"is_bot": false,
"headline": "Update dependencies and dev dependencies",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2025-12-23T04:58:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c77e7e465fb6dd2ab759e1b0d198548dbc32c873",
"body": "Per discussions in https://github.com/jsdom/whatwg-encoding/issues/22#issuecomment-3652742044, whatwg-encoding will be deprecated and replaced with the `@exodus/bytes` package. Replace our usage of whatwg-encoding with that package.\n\nAs a consequence, the outputs of this package are now encoding lab\n[…]\nng, they are now lowercased versions of what they were previously.)\n\nAdditionally, this raises the minimum Node.js version requirements, since the `@exodus/bytes` package relies on JavaScript modules.",
"is_bot": false,
"headline": "Change output from names to labels; use new underlying package",
"author_name": "Nikita Skovoroda",
"author_login": "ChALkeR",
"committed_at": "2025-12-23T04:53:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d655e5adef00678d24d228c1cd8e34f1299c2e1f",
"body": null,
"is_bot": false,
"headline": "4.0.0",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2023-11-12T07:37:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4689421a9eb87f83613d7108b221c96ba5f21185",
"body": "Part of #12.",
"is_bot": false,
"headline": "Fix x-user-defined handling and reorganize tests",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2023-11-12T07:32:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a958e6e135241b433e85bd8876d974ed0a35b10",
"body": "Notably, we can remove mocha in favor of Node.js's built-in test runner.",
"is_bot": false,
"headline": "Update dependencies and move from yarn to npm",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2023-11-12T06:31:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5486bb7d83777a6f195d713a4e647fe48d6f9bbc",
"body": null,
"is_bot": false,
"headline": "Raise minimum Node.js version to v18",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2023-11-12T06:25:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50d5919f9c8d9bbd83bf0788659217a71ce1c06c",
"body": null,
"is_bot": false,
"headline": "Reflect the move from master to main",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2023-11-12T06:13:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7de54310087887b3fbb2c89b05d5fbc36da82078",
"body": null,
"is_bot": false,
"headline": "3.0.0",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2021-09-18T22:39:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75c2e263ef9e40394ed43c73481f2c9bc0b4fed3",
"body": "It looks like some of it was copied from jsdom/whatwg-encoding.",
"is_bot": false,
"headline": "Clean up .gitignore",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2021-09-18T22:39:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1943b37898520eef689d1ab8e2716b551f607a62",
"body": "We don't need any of the features of Buffer, so let's make it part of the API contract that any Uint8Array is acceptable as input.",
"is_bot": false,
"headline": "Update tests/README/parameter names to be about Uint8Arrays",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2021-09-18T22:37:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53c4e8de766dc0cc43e43f4ef38f68d74275924c",
"body": null,
"is_bot": false,
"headline": "Update lint config",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2021-09-18T22:37:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d16e65f6cafac7ce425a1d6970f3fae3954cf488",
"body": null,
"is_bot": false,
"headline": "Update dependencies and raise Node minimum to v12",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2021-09-18T22:37:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bd28cf6048b2aba6cc6251cc96afde86879e692",
"body": null,
"is_bot": false,
"headline": "Remove license year",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2021-09-18T22:37:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7fd472aede6b48d7be4571fea0b6083fc92830c",
"body": null,
"is_bot": false,
"headline": "Switch to GitHub Actions",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2021-09-18T22:37:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24a3f567dcffa23ef6d2c3f238b1299f7a71569f",
"body": null,
"is_bot": false,
"headline": "v2.0.1",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2020-02-23T22:27:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c41db875c6c020cb17d2a254125c00739bb73f9",
"body": "Closes #8.",
"is_bot": false,
"headline": "Fix handling of multiple attributes with the same name",
"author_name": "Open Close",
"author_login": "openandclose",
"committed_at": "2020-02-23T22:26:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a417f6bfda159deb35b47b312a993d44e8bdf155",
"body": "Closes #6. Closes #7.",
"is_bot": false,
"headline": "Fix index computation after search() in <meta> extraction",
"author_name": "Open Close",
"author_login": "openandclose",
"committed_at": "2020-02-23T22:26:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5e8fe3539a6ad4be2ffe5e5d61060885e3f6d64",
"body": null,
"is_bot": false,
"headline": "v2.0.0",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2020-01-05T17:12:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28f680f5c332199ce8f864269d669988de4d3004",
"body": "Closes #4.",
"is_bot": false,
"headline": "Fix detection of short comments <!-->",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2020-01-05T17:10:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c03ceb824db737bdf0ed54de2224b740832d9da",
"body": "See https://github.com/jsdom/jsdom/issues/2766.",
"is_bot": false,
"headline": "Fix cases involving ><meta>",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2020-01-05T17:10:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bef90b85a66ede348f3dcf9515263d96a5d0a32",
"body": null,
"is_bot": false,
"headline": "Update minimum Node.js version to v10",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2020-01-05T17:10:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a5d86a2fd65d27b3bf67f8b8691119c76366c3e",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2020-01-05T17:10:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d69308c38af4b19170d2caeac6e16c6f52f5e01",
"body": null,
"is_bot": false,
"headline": "1.0.2",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2017-10-23T00:15:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c00f49918dbdee96b5fae8db2d5a91453db76d12",
"body": null,
"is_bot": false,
"headline": "Relicense as MIT",
"author_name": "Alon Mishne",
"author_login": "amishne",
"committed_at": "2017-10-23T00:14:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b4a785caf193f8852770b7dfc7194431fbf8bed",
"body": null,
"is_bot": false,
"headline": "1.0.1",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2016-10-16T04:22:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59ba813c7e16b800c40a82e62c839f5d3df4888c",
"body": null,
"is_bot": false,
"headline": "Fix off-by-one error in <meta> sniffing",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2016-10-16T04:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cd325d2e567e33dec4f0fa489c556e0e290db5d",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2016-10-16T03:52:02Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 9,
"commits_last_year": 7,
"latest_release_at": "2025-12-26T03:54:58Z",
"latest_release_tag": "v6.0.0",
"releases_from_tags": false,
"days_since_last_push": 208,
"active_weeks_last_year": 2,
"days_since_latest_release": 208,
"mean_days_between_releases": 419.8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "html-encoding-sniffer",
"exists": true,
"license": "MIT",
"keywords": [
"encoding",
"html"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/html-encoding-sniffer",
"is_deprecated": false,
"latest_version": "6.0.0",
"repository_url": "https://github.com/jsdom/html-encoding-sniffer",
"versions_count": 9,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 6,
"monthly_downloads": 314415774,
"first_published_at": "2016-10-16T03:53:16.596000Z",
"latest_published_at": "2025-12-26T03:54:44.115000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 208
}
]
},
"popularity": {
"forks": 12,
"stars": 22,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2016-10-25",
"count": 1
},
{
"date": "2017-10-16",
"count": 1
},
{
"date": "2019-03-29",
"count": 1
},
{
"date": "2019-04-27",
"count": 1
},
{
"date": "2020-03-26",
"count": 1
},
{
"date": "2021-04-01",
"count": 1
},
{
"date": "2021-06-25",
"count": 1
},
{
"date": "2022-04-08",
"count": 1
},
{
"date": "2022-11-02",
"count": 1
},
{
"date": "2024-05-11",
"count": 1
},
{
"date": "2025-12-15",
"count": 1
},
{
"date": "2025-12-21",
"count": 1
}
],
"complete": true,
"collected": 12,
"total_forks": 12
},
"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": [],
"toolchain_manifests": [],
"largest_source_bytes": 7807,
"source_files_sampled": 3,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": "npm:html-encoding-sniffer@6.0.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@exodus/bytes",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.6.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 12,
"open_issues": 3,
"closed_ratio": 0.75,
"closed_issues": 9,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "domenic",
"commits": 28,
"avatar_url": "https://avatars.githubusercontent.com/u/617481?v=4"
},
{
"type": "User",
"login": "openandclose",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/30379553?v=4"
},
{
"type": "User",
"login": "amishne",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3197814?v=4"
},
{
"type": "User",
"login": "ChALkeR",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/291301?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.875
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build.yml",
"publish.yml"
],
"has_docs_dir": false,
"linter_configs": [
"eslint.config.mjs"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 3,
"reason": "4 out of 12 merged PRs checked by a CI test -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 1,
"reason": "Found 3/21 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 7 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 3,
"reason": "dependency not pinned by hash detected -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "10 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "a2f5ea718eea331aa7b098f40044f72adc49d45e",
"ran_at": "2026-07-22T22:34:50Z",
"aggregate_score": 3.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2025-12-26T03:54:48Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2025-12-26T03:53:54Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 10,
"created_at": "2021-04-17T22:46:08Z",
"last_comment_at": "2022-05-12T20:23:31Z",
"last_comment_author": "LoranRendel"
},
{
"number": 12,
"created_at": "2021-11-01T14:43:30Z",
"last_comment_at": "2021-11-01T15:21:26Z",
"last_comment_author": "fb55"
},
{
"number": 22,
"created_at": "2025-12-26T04:07:58Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/jsdom/html-encoding-sniffer",
"host": "github.com",
"name": "html-encoding-sniffer",
"owner": "jsdom"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "High-Risk Jurisdiction Policy applies a 75% multiplier to weighted overall health and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "jurisdiction_overall_adjustment",
"params": {
"cap": 49,
"pct": 75
}
}
],
"value": 38,
"inputs": {
"security": 42,
"vitality": 29,
"community": 54,
"governance": 61,
"engineering": 62,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 75,
"weighted_overall_before_jurisdiction": 50,
"overall_after_jurisdiction_multiplier": 38
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 29,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"commits_last_year": 7,
"human_commit_share": 1,
"days_since_last_push": 208,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 208 days ago",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 208
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "7 commits in the last year",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 7
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"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": 54,
"inputs": {
"releases_count": 9,
"latest_release_tag": "v6.0.0",
"releases_from_tags": false,
"days_since_latest_release": 208,
"mean_days_between_releases": 419.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "9 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 9
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 208 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 208
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~419.8 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 419.8
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "dormant",
"guards": [
"no_open_demand",
"recent_release",
"dependencies_clean"
],
"signals": [
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 2,
"days_since_last_merged_pr": 208,
"days_since_last_human_commit": 208,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 208 days, with nothing left unanswered; held at dormant by nothing open to answer, a release within the year, no affected dependency",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 208
}
},
{
"code": "abandonment_guarded",
"params": {
"guards": "nothing open to answer, a release within the year, no affected dependency"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 54,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"forks": 12,
"stars": 22,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "22 stars",
"points": 21.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 22
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "12 forks",
"points": 8.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 12
}
}
],
"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,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"html-encoding-sniffer"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 314415774
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "314,415,774 downloads/month across npm",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 314415774,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 61,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 27,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.875
},
"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 88% of commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 88
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "4 contributors",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 4
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"merged_prs": 12,
"open_issues": 3,
"closed_issues": 9,
"issue_closed_ratio": 0.75,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "75% of issues closed",
"points": 35.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 75
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "12/13 decided PRs merged",
"points": 35.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 12,
"decided": 13
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/21 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"followers": 128,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "jsdom",
"public_repos": 18,
"account_age_days": 4297
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "128 followers of jsdom",
"points": 15.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 128,
"login": "jsdom"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "18 public repos, account ~11 yr old",
"points": 21.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 18
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"packages": [
"html-encoding-sniffer"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 208
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 208 days ago",
"points": 26,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 208
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "9 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 9
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 62,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": "eslint.config.mjs",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "4 out of 12 merged PRs checked by a CI test -- score normalized to 3",
"points": 6,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 42,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized. High-Risk Jurisdiction Policy applies a 75% multiplier to Security posture and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "jurisdiction_posture_adjustment",
"params": {
"cap": 49,
"pct": 75
}
}
],
"value": 28,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.6,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 75,
"security_posture_after_multiplier": 28,
"security_posture_before_jurisdiction": 37
},
"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 12 merged PRs checked by a CI test -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 3/21 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 3",
"points": 1.5,
"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 detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "10 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:html-encoding-sniffer@6.0.0 runtime dependency closure — what installing the published package pulls in — 1 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "npm:html-encoding-sniffer@6.0.0",
"assessed": 1
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 1,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "good",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 75,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": true,
"exposures": [
{
"role": "contributor_organization",
"count": 1,
"country": "Russia"
}
],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 8
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "Russia: contributor_organization (1)",
"points": 75,
"status": "partial",
"details": [
{
"code": "jurisdiction_exposure",
"params": {
"role": "contributor_organization",
"count": 1,
"country": "Russia"
}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 34,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 7,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.125,
"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": "4 of 32 human commits state their intent (structured subject or explanatory body)",
"points": 6.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 4,
"sampled": 32
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"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": "eslint.config.mjs",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 32",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 32
}
}
],
"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 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 7807,
"source_files_sampled": 3,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "JavaScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/3 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 3,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-22T22:35:04.646546Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/jsdom/html-encoding-sniffer.svg",
"full_name": "jsdom/html-encoding-sniffer",
"license_state": "standard",
"license_spdx": "MIT"
}