Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 26,
"has_wiki": false,
"homepage": null,
"languages": {
"JavaScript": 3620,
"TypeScript": 244
},
"pushed_at": "2023-04-29T17:31:49Z",
"created_at": "2012-12-23T16:01:29Z",
"owner_type": "Organization",
"updated_at": "2025-07-26T14:10:29Z",
"description": "Test whether an object looks like a promises-a+ promise",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript"
]
},
"owner": {
"blog": null,
"name": "then (Promises/A+ implementations)",
"type": "Organization",
"login": "then",
"company": null,
"location": null,
"followers": 21,
"avatar_url": "https://avatars.githubusercontent.com/u/3106720?v=4",
"created_at": "2012-12-22T19:47:47Z",
"is_verified": null,
"public_repos": 19,
"account_age_days": 4960
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "4.0.0",
"kind": "major",
"published_at": "2020-04-27T15:34:26Z"
},
{
"tag": "3.0.0",
"kind": "major",
"published_at": "2020-04-26T13:39:14Z"
},
{
"tag": "2.2.2",
"kind": "patch",
"published_at": "2020-04-25T18:19:52Z"
},
{
"tag": "2.2.1",
"kind": "patch",
"published_at": "2020-04-25T18:19:22Z"
},
{
"tag": "2.2.0",
"kind": "minor",
"published_at": "2020-04-25T15:04:08Z"
}
],
"recent_commits": [
{
"oid": "ec9bd8a3f576324a1343069a2d6c2fa35a623939",
"body": null,
"is_bot": false,
"headline": "docs: update README badges (#49)",
"author_name": "Forbes Lindesay",
"author_login": "ForbesLindesay",
"committed_at": "2022-07-22T17:03:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3069a09fb13ea9f2338e33757b92568089908af4",
"body": "Although not super relevant to is-promise, it will result in a higher score for the OpenSSF checklist",
"is_bot": false,
"headline": "feat: enable dependabot (#48)",
"author_name": "Forbes Lindesay",
"author_login": "ForbesLindesay",
"committed_at": "2022-07-22T16:51:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d547300e780a4eca391236f15e5ccbf76a5789d",
"body": null,
"is_bot": false,
"headline": "Fix cosmetic typo in a comment (\"primative\" → \"primitive\") (#43)",
"author_name": "Greg Hurrell",
"author_login": "wincent",
"committed_at": "2020-05-03T12:25:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a240f639ff89f9cb938bbaf3aef59f15ddd0117",
"body": null,
"is_bot": false,
"headline": "Use PromiseLike<T> intead of Promise<T>. Fixes #39 (#40)",
"author_name": "Robert Katić",
"author_login": "rkatic",
"committed_at": "2020-04-27T15:32:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fc71a47126ab90c6c09c978ce5f09323504b091",
"body": null,
"is_bot": false,
"headline": "feat: use exports to expose an ES Module as well as CJS (#30)",
"author_name": "Forbes Lindesay",
"author_login": "ForbesLindesay",
"committed_at": "2020-04-26T13:34:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5e834a832f24da5073973ef968e4f59031ed35e",
"body": null,
"is_bot": false,
"headline": "test: add tests for `.then` on the prototype (#35)",
"author_name": "Forbes Lindesay",
"author_login": "ForbesLindesay",
"committed_at": "2020-04-26T13:27:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19c6d89aa55f4ebd427f5707dfe2756ffe9080bc",
"body": null,
"is_bot": false,
"headline": "feat: add typescript definitions (#31)",
"author_name": "Forbes Lindesay",
"author_login": "ForbesLindesay",
"committed_at": "2020-04-26T13:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3af13e93f572092d3fdd7c526989a82882090878",
"body": "It is overriden by the \"files\" property anyway, and gives the wrong impression about what will be included by default.",
"is_bot": false,
"headline": "chore: remove .npmignore (#28)",
"author_name": "Forbes Lindesay",
"author_login": "ForbesLindesay",
"committed_at": "2020-04-26T01:06:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2384dee6174969dfa11a467e9d34468dd239b3ad",
"body": "This was pulling in a token that did not have the correct permissions",
"is_bot": false,
"headline": "ci: remove common-env context (#27)",
"author_name": "Forbes Lindesay",
"author_login": "ForbesLindesay",
"committed_at": "2020-04-26T00:47:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e7187d9b0ae413a12a5694bc4e49c4d2663e46d",
"body": null,
"is_bot": false,
"headline": "ci: setup circleci (#25)",
"author_name": "Forbes Lindesay",
"author_login": "ForbesLindesay",
"committed_at": "2020-04-26T00:21:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34dc9f8617d1fb00135f32eb0d3c7d94f101e726",
"body": null,
"is_bot": false,
"headline": "Test on Node 12 & 14 (#21)",
"author_name": "Ryan Zimmerman",
"author_login": "RyanZim",
"committed_at": "2020-04-25T18:20:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca22483a69980369c8d7eb6573aa1c157eff727d",
"body": null,
"is_bot": false,
"headline": "Release 2.2.2",
"author_name": "Forbes Lindesay",
"author_login": "ForbesLindesay",
"committed_at": "2020-04-25T18:08:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68d3d6871806162772b33e9629908ded6c8bf0b1",
"body": null,
"is_bot": false,
"headline": "fix: remove exports",
"author_name": "Forbes Lindesay",
"author_login": "ForbesLindesay",
"committed_at": "2020-04-25T18:07:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "102c3b27108f1c044af605ff5906549fd849626e",
"body": null,
"is_bot": false,
"headline": "Release 2.2.1",
"author_name": "Forbes Lindesay",
"author_login": "ForbesLindesay",
"committed_at": "2020-04-25T17:55:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b69f52ee73c9f6ad4480f02c9bccb14d2038656",
"body": "* Use correct paths for CJS and ESM compatibility\r\n\r\nFixes #12\r\n\r\nIntroduced in feb90a40501c8ef69b0c65bdf1eb703182214407\r\n\r\n* Downgrade mocha to fix Node 6 tests",
"is_bot": false,
"headline": "[BUGFIX] Use correct paths for CJS and ESM compatibility (#15)",
"author_name": "Ryan Zimmerman",
"author_login": "RyanZim",
"committed_at": "2020-04-25T17:54:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e51d62bf158eb0685cd6109f0137472e8c3cb91",
"body": null,
"is_bot": false,
"headline": "Release 2.2.0",
"author_name": "Forbes Lindesay",
"author_login": "ForbesLindesay",
"committed_at": "2020-04-25T15:03:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78eec0c382cb94dd8332ed475a865d7ce2ebad2e",
"body": null,
"is_bot": false,
"headline": "docs: update example to es6",
"author_name": "Forbes Lindesay",
"author_login": "ForbesLindesay",
"committed_at": "2020-04-25T15:03:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "feb90a40501c8ef69b0c65bdf1eb703182214407",
"body": null,
"is_bot": false,
"headline": "feat: support type narrowing via isPromise and default export",
"author_name": "Forbes Lindesay",
"author_login": "ForbesLindesay",
"committed_at": "2020-04-25T15:01:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "562a060c6a5b554871e47df33516316f5ad63c3a",
"body": null,
"is_bot": false,
"headline": "add typescript declaration file (#10)",
"author_name": "masterZSH",
"author_login": "masterZSH",
"committed_at": "2020-04-25T14:51:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb988e00dbecbd54df50a232ae6fec8882548350",
"body": null,
"is_bot": false,
"headline": "Create FUNDING.yml",
"author_name": "Forbes Lindesay",
"author_login": "ForbesLindesay",
"committed_at": "2019-11-22T12:47:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1665cd2023c601ceae63597198f8739398ba7f8",
"body": null,
"is_bot": false,
"headline": "chore: update CI versions",
"author_name": "Forbes Lindesay",
"author_login": "ForbesLindesay",
"committed_at": "2019-09-05T13:03:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "874c17f316d8733d73875dc7bfcd9994196d2da9",
"body": null,
"is_bot": false,
"headline": "Added tests for func (#9)",
"author_name": "Nikola",
"author_login": "nikksan",
"committed_at": "2019-09-05T13:02:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cba5862c06be0a6c046ef3bad9aac01bd891d08d",
"body": null,
"is_bot": false,
"headline": "Fix broken logo (#8)",
"author_name": "chocolateboy",
"author_login": "chocolateboy",
"committed_at": "2018-05-14T13:02:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "580e4338f68bf836b5086823b3b52d13e2d51d19",
"body": null,
"is_bot": false,
"headline": "remove codesponsor (#7)",
"author_name": "knewzen",
"author_login": "itsjw",
"committed_at": "2018-01-12T01:05:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a43f799ff15960806bb09b1fcfc6358f1b2dab30",
"body": null,
"is_bot": false,
"headline": "Add sponsor",
"author_name": "Forbes Lindesay",
"author_login": "ForbesLindesay",
"committed_at": "2017-11-16T11:52:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff47ce59dcc631ca8decdde5d7aa186c9c9681b9",
"body": null,
"is_bot": false,
"headline": "Update badges",
"author_name": "Forbes Lindesay",
"author_login": "ForbesLindesay",
"committed_at": "2015-12-23T23:37:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c43eeab8c213a1fb5e9ed852295840e699606a60",
"body": "Include only index.js in module",
"is_bot": false,
"headline": "Merge pull request #5 from floatdrop/patch-1",
"author_name": "Forbes Lindesay",
"author_login": "ForbesLindesay",
"committed_at": "2015-09-08T14:11:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d023ef1754c91f7fb4cd009b3b53a02b9fac9de4",
"body": null,
"is_bot": false,
"headline": "Include only index.js in module",
"author_name": "Vsevolod Strukchinsky",
"author_login": "floatdrop",
"committed_at": "2015-09-08T13:55:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "056f8ac12eed91886ac4f0f7d872a176f6ed698f",
"body": null,
"is_bot": false,
"headline": "2.1.0",
"author_name": "Nathan Zadoks",
"author_login": "edef1c",
"committed_at": "2015-06-30T12:36:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed0eaa4dec17597f0dae892a0472a9b7f459320d",
"body": "close #3",
"is_bot": false,
"headline": "Always return a boolean value",
"author_name": "Nate Hunzaker",
"author_login": "nhunzaker",
"committed_at": "2015-06-30T12:36:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2dfb684306b6f3b8b374478c86e63f8bab4a7f06",
"body": null,
"is_bot": false,
"headline": "Release 2.0.0",
"author_name": "Forbes Lindesay",
"author_login": "ForbesLindesay",
"committed_at": "2015-02-10T10:02:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2172115022e7658573428d9ddf9b094f9c6d1b5",
"body": null,
"is_bot": false,
"headline": "Make the test a bit more strict",
"author_name": "Forbes Lindesay",
"author_login": "ForbesLindesay",
"committed_at": "2015-02-10T10:02:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c0798d71fe32959c339f101d3aa3433acb5e831",
"body": null,
"is_bot": false,
"headline": "Release 1.0.1",
"author_name": "Forbes Lindesay",
"author_login": null,
"committed_at": "2014-05-20T13:39:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7791d931dd82a9b795a613768c1e5d999028c310",
"body": "[closes #1]",
"is_bot": false,
"headline": "Add LICENSE",
"author_name": "Forbes Lindesay",
"author_login": null,
"committed_at": "2014-05-20T13:39:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "465f17b50fef28ca13ca2ba92bcb247be3cc333c",
"body": null,
"is_bot": false,
"headline": "Make it a link",
"author_name": "Forbes Lindesay",
"author_login": null,
"committed_at": "2012-12-23T17:12:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd86c58cf9ce8da103e42972e06679c5c640209e",
"body": null,
"is_bot": false,
"headline": "Add then logo",
"author_name": "Forbes Lindesay",
"author_login": null,
"committed_at": "2012-12-23T17:09:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbee4e143ed1af76269b81d35ce413792ebe3404",
"body": null,
"is_bot": false,
"headline": "Release 1.0.0",
"author_name": "Forbes Lindesay",
"author_login": null,
"committed_at": "2012-12-23T16:26:41Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 0,
"latest_release_at": "2020-04-27T15:34:26Z",
"latest_release_tag": "4.0.0",
"releases_from_tags": false,
"days_since_last_push": 1180,
"active_weeks_last_year": 0,
"days_since_latest_release": 2277,
"mean_days_between_releases": 0.5
},
"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": "is-promise",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/is-promise",
"is_deprecated": false,
"latest_version": "4.0.0",
"repository_url": "https://github.com/then/is-promise",
"versions_count": 9,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 2,
"monthly_downloads": 256421999,
"first_published_at": "2012-12-23T16:25:38.676000Z",
"latest_published_at": "2020-04-27T15:34:23.345000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 2277
}
]
},
"popularity": {
"forks": 32,
"stars": 282,
"watchers": 8,
"fork_history": {
"days": [
{
"date": "2016-12-04",
"count": 1
},
{
"date": "2017-09-20",
"count": 1
},
{
"date": "2018-01-04",
"count": 2
},
{
"date": "2018-11-02",
"count": 1
},
{
"date": "2019-08-13",
"count": 1
},
{
"date": "2019-10-28",
"count": 1
},
{
"date": "2020-04-25",
"count": 2
},
{
"date": "2020-04-26",
"count": 4
},
{
"date": "2020-04-27",
"count": 4
},
{
"date": "2020-04-28",
"count": 2
},
{
"date": "2020-04-30",
"count": 1
},
{
"date": "2020-05-10",
"count": 1
},
{
"date": "2020-06-13",
"count": 1
},
{
"date": "2020-12-19",
"count": 1
},
{
"date": "2021-01-11",
"count": 1
},
{
"date": "2021-02-16",
"count": 1
},
{
"date": "2021-03-11",
"count": 1
},
{
"date": "2021-06-16",
"count": 1
},
{
"date": "2022-08-04",
"count": 1
},
{
"date": "2023-04-29",
"count": 1
},
{
"date": "2023-10-01",
"count": 1
},
{
"date": "2025-10-03",
"count": 1
},
{
"date": "2025-12-04",
"count": 1
}
],
"complete": true,
"collected": 32,
"total_forks": 32
},
"star_history": null,
"open_issues_and_prs": 2
},
"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": [
"test-import/tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 1378,
"source_files_sampled": 7,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json",
"test-import/package.json"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 1,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "type-assertions",
"manifest": "test-import/package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "type-assertions",
"direct": true,
"version": "^1.1.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 1,
"direct_count": 1,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 17,
"open_issues": 1,
"closed_ratio": 0.955,
"closed_issues": 21,
"closed_unmerged_prs": 8
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "ForbesLindesay",
"commits": 21,
"avatar_url": "https://avatars.githubusercontent.com/u/1260646?v=4"
},
{
"type": "User",
"login": "RyanZim",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/17342435?v=4"
},
{
"type": "User",
"login": "wincent",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/7074?v=4"
},
{
"type": "User",
"login": "nhunzaker",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/590904?v=4"
},
{
"type": "User",
"login": "edef1c",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/50854?v=4"
},
{
"type": "User",
"login": "nikksan",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/13086078?v=4"
},
{
"type": "User",
"login": "rkatic",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/38577?v=4"
},
{
"type": "User",
"login": "floatdrop",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/365089?v=4"
},
{
"type": "User",
"login": "chocolateboy",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/31533?v=4"
},
{
"type": "User",
"login": "itsjw",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/10774154?v=4"
}
],
"contributors_sampled": 11,
"top_contributor_share": 0.656
},
"quality_signals": {
"has_ci": false,
"has_tests": false,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 17 merged PRs checked by a CI test -- score normalized to 0",
"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": 3,
"reason": "Found 10/30 approved changesets -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 13 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "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": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"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": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "ec9bd8a3f576324a1343069a2d6c2fa35a623939",
"ran_at": "2026-07-22T23:11:52Z",
"aggregate_score": 5.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-01T20:32:38Z",
"oldest_open_prs": [
{
"number": 50,
"created_at": "2023-04-29T17:31:48Z",
"last_comment_at": "2023-06-01T07:13:56Z",
"last_comment_author": "Andarist"
}
],
"last_merged_pr_at": "2022-07-22T17:03:45Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 47,
"created_at": "2022-04-10T15:36:15Z",
"last_comment_at": "2022-07-22T15:51:56Z",
"last_comment_author": "ForbesLindesay"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/then/is-promise",
"host": "github.com",
"name": "is-promise",
"owner": "then"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "High-Risk Jurisdiction Policy applies a 50% multiplier to weighted overall health and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "jurisdiction_overall_adjustment",
"params": {
"cap": 49,
"pct": 50
}
}
],
"value": 20,
"inputs": {
"security": 28,
"vitality": 25,
"community": 65,
"governance": 60,
"engineering": 17,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 50,
"weighted_overall_before_jurisdiction": 39,
"overall_after_jurisdiction_multiplier": 20
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 25,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 1180,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1180 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 1180
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"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": 60,
"inputs": {
"releases_count": 5,
"latest_release_tag": "4.0.0",
"releases_from_tags": false,
"days_since_latest_release": 2277,
"mean_days_between_releases": 0.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2277 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2277
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0.5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0.5
}
}
],
"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": 85,
"inputs": {
"cap": null,
"state": "at_risk",
"guards": [],
"signals": [
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 1,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": 1461,
"days_since_last_human_commit": 1461,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1461 days; 2 unmet obligation(s): releases stalled, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 1461,
"count": 2,
"signals": "releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 65,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"forks": 32,
"stars": 282,
"watchers": 8,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "282 stars",
"points": 39.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 282
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "32 forks",
"points": 12.4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 32
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "8 watchers",
"points": 4.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 8
}
}
],
"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": [
"is-promise"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 256421999
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "256,421,999 downloads/month across npm",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 256421999,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 60,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 11,
"top_contributor_share": 0.656
},
"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 66% of commits",
"points": 7.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 66
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "11 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 11
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 13 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"merged_prs": 17,
"open_issues": 1,
"closed_issues": 21,
"issue_closed_ratio": 0.955,
"closed_unmerged_prs": 8
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "96% of issues closed",
"points": 44.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 96
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "17/25 decided PRs merged",
"points": 26,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 17,
"decided": 25
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 10/30 approved changesets -- score normalized to 3",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"followers": 21,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "then",
"public_repos": 19,
"account_age_days": 4960
},
"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": "21 followers of then",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 21,
"login": "then"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "19 public repos, account ~13 yr old",
"points": 21.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 19
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"is-promise"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 2277
},
"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 2277 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 2277
}
}
],
"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": "critical",
"name": "Engineering Quality",
"value": 17,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"has_ci": false,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"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": "0 out of 17 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "critical",
"name": "Security",
"value": 28,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized. High-Risk Jurisdiction Policy applies a 50% multiplier to Security posture and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "jurisdiction_posture_adjustment",
"params": {
"cap": 49,
"pct": 50
}
}
],
"value": 28,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 5.6,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 50,
"security_posture_after_multiplier": 28,
"security_posture_before_jurisdiction": 56
},
"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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 17 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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 10/30 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 13 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "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 not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "moderate",
"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": 50,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": true,
"exposures": [
{
"role": "top_contributor",
"count": 1,
"country": "Russia"
}
],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 11
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "Russia: top_contributor (1)",
"points": 50,
"status": "partial",
"details": [
{
"code": "jurisdiction_exposure",
"params": {
"role": "top_contributor",
"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": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.568,
"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": "21 of 37 human commits state their intent (structured subject or explanatory body)",
"points": 30.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 21,
"sampled": 37
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 18,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"test-import/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": 0,
"status": "missed",
"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": "test-import/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "test-import/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 37",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 37
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "dependency automation configured, none observed in the sampled commits",
"points": 5,
"status": "partial",
"details": [
{
"code": "dependency_bot_config_only",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 1378,
"source_files_sampled": 7,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript with type-check config (test-import/tsconfig.json)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "test-import/tsconfig.json",
"language": "JavaScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/7 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 7,
"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",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-22T23:12:08.835710Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/then/is-promise.svg",
"full_name": "then/is-promise",
"license_state": "standard",
"license_spdx": "MIT"
}