原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"is-object",
"is",
"object",
"plain-objects",
"is-obj",
"is-plain-obj",
"plain-object",
"javascript",
"isobject"
],
"is_fork": false,
"size_kb": 48,
"has_wiki": true,
"homepage": "https://github.com/jonschlinkert",
"languages": {
"HTML": 2120,
"JavaScript": 2081
},
"pushed_at": "2024-03-29T03:45:01Z",
"created_at": "2014-09-21T22:45:00Z",
"owner_type": "User",
"updated_at": "2026-07-21T06:18:13Z",
"description": "Returns true if the given value is an object created by the Object constructor.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "HTML",
"significant_languages": [
"HTML",
"JavaScript"
]
},
"owner": {
"blog": "https://www.linkedin.com/in/jonschlinkert/",
"name": "Jon Schlinkert",
"type": "User",
"login": "jonschlinkert",
"company": "@brandscale ",
"location": "Cincinnati, OH",
"followers": 4934,
"avatar_url": "https://avatars.githubusercontent.com/u/383994?v=4",
"created_at": "2010-09-01T17:29:34Z",
"is_verified": null,
"public_repos": 864,
"account_age_days": 5803
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v5.0.0",
"kind": "major",
"published_at": "2020-09-09T16:36:14Z"
},
{
"tag": "v4.1.0",
"kind": "minor",
"published_at": "2020-07-21T11:01:36Z"
},
{
"tag": "v4.0.0",
"kind": "major",
"published_at": "2020-07-21T00:10:41Z"
},
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2019-05-06T13:14:57Z"
},
{
"tag": "2.0.1",
"kind": "patch",
"published_at": "2016-10-25T13:05:44Z"
}
],
"recent_commits": [
{
"oid": "0a47f0f6cd10e0d2489beb55a32a8d0ba7b04b25",
"body": null,
"is_bot": false,
"headline": "v5.0.0",
"author_name": "Bogdan Chadkin",
"author_login": "TrySound",
"committed_at": "2020-09-09T16:30:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf204a37f43d5f94d1741f22cdc0e0ff82182de3",
"body": null,
"is_bot": false,
"headline": "Add esm support and migrate to named export",
"author_name": "Bogdan Chadkin",
"author_login": "TrySound",
"committed_at": "2020-09-09T16:29:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c11ae0e133532b7af894b214082b47235d1312e2",
"body": null,
"is_bot": false,
"headline": "v4.1.1",
"author_name": "Bogdan Chadkin",
"author_login": "TrySound",
"committed_at": "2020-07-24T06:55:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fdab8e2f0423a2881966f37c0d174b8015ae67f",
"body": "see here https://github.com/jonschlinkert/is-plain-object/commit/6183667844385b01659f814d691b9bdf38207af1#commitcomment-40821380",
"is_bot": false,
"headline": "Revert object assertion because of caused issues",
"author_name": "Bogdan Chadkin",
"author_login": "TrySound",
"committed_at": "2020-07-24T06:54:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e17cd227cad3a519a0c333255af91fc648b23f96",
"body": null,
"is_bot": false,
"headline": "v4.1.0",
"author_name": "Bogdan Chadkin",
"author_login": "TrySound",
"committed_at": "2020-07-21T10:59:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6183667844385b01659f814d691b9bdf38207af1",
"body": null,
"is_bot": false,
"headline": "Update index.d.ts (#21)",
"author_name": "Aaron Reisman",
"author_login": "lifeiscontent",
"committed_at": "2020-07-21T10:59:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8dbd7a7dd3b8148714b18bd37ef03ec9916304ce",
"body": null,
"is_bot": false,
"headline": "Simplify code and drop isobject dependency",
"author_name": "Bogdan Chadkin",
"author_login": "TrySound",
"committed_at": "2020-07-21T10:58:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45b22ead99bc9956aec8427471942cec69798587",
"body": null,
"is_bot": false,
"headline": "Fix readme",
"author_name": "Bogdan Chadkin",
"author_login": "TrySound",
"committed_at": "2020-07-21T00:13:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b44209182b6c67d6240dbea068402bdf1cd0aed",
"body": null,
"is_bot": false,
"headline": "v4.0.0",
"author_name": "Bogdan Chadkin",
"author_login": "TrySound",
"committed_at": "2020-07-21T00:09:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae357652e122aa35c94314bbc5322ae595a91596",
"body": "Ref https://github.com/jonschlinkert/is-plain-object/issues/12 https://github.com/babel/babel/pull/11855#issuecomment-661424153",
"is_bot": false,
"headline": "Support Object.create(null) as plain object (#23)",
"author_name": "Bogdan Chadkin",
"author_login": "TrySound",
"committed_at": "2020-07-21T00:08:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e38be41d0b3b50790c0f4ac6dc70d2c6d6f9b83a",
"body": null,
"is_bot": false,
"headline": "Upgrade rollup",
"author_name": "Bogdan Chadkin",
"author_login": "TrySound",
"committed_at": "2020-06-27T08:07:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8dd068828e97cb2b15082b6a70130224385d989",
"body": null,
"is_bot": false,
"headline": "v3.0.1",
"author_name": "Bogdan Chadkin",
"author_login": "TrySound",
"committed_at": "2020-06-27T08:06:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9c7b3e64049f40c5f7d0abff033caec75bec7df",
"body": null,
"is_bot": false,
"headline": "Bundle isobject to make the package dependency free",
"author_name": "Bogdan Chadkin",
"author_login": "TrySound",
"committed_at": "2020-06-27T08:06:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21cbdead4c9694d353aaf836e737f15cbf35aba3",
"body": "Signed-off-by: odidev <odidev@puresoftware.com>",
"is_bot": false,
"headline": "Updated mocha-headless-chrome version to v3.1.0 (#22)",
"author_name": "odidev",
"author_login": "odidev",
"committed_at": "2020-06-17T15:25:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "340bc4ee0eba9322b85bbf732603c3f7fe67851c",
"body": null,
"is_bot": false,
"headline": "3.0.0",
"author_name": "Bogdan Chadkin",
"author_login": "TrySound",
"committed_at": "2019-04-30T20:53:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd9ef3c64a544346574651f69267e9ab5007591b",
"body": null,
"is_bot": false,
"headline": "Update readme",
"author_name": "Bogdan Chadkin",
"author_login": "TrySound",
"committed_at": "2019-04-28T17:50:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09fae0fe1e2a717be0f3c46a2c4981dfce809190",
"body": null,
"is_bot": false,
"headline": "Provide \"module\" entry point (#16)",
"author_name": "Bogdan Chadkin",
"author_login": "TrySound",
"committed_at": "2019-04-28T17:48:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c31a7197e790fd26d24831cccf3e18c7e177560",
"body": null,
"is_bot": false,
"headline": "Remove bower support (#13)",
"author_name": "Bogdan Chadkin",
"author_login": "TrySound",
"committed_at": "2019-04-28T13:37:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7861a1a5210cc230c58904850d2fe5816b5a0fb",
"body": "Replace phantomjs with puppeteer",
"is_bot": false,
"headline": "Merge pull request #15 from jonschlinkert/puppeteer",
"author_name": "Bogdan Chadkin",
"author_login": "TrySound",
"committed_at": "2019-04-28T13:37:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5fbbd4553437a4da48ee0ab38c6f1413d677f27",
"body": null,
"is_bot": false,
"headline": "Fix browser bundle generation",
"author_name": "Bogdan Chadkin",
"author_login": "TrySound",
"committed_at": "2019-04-28T12:39:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1ed0b4b02a6ab303b0a5362bdaa2d3830ef976c",
"body": null,
"is_bot": false,
"headline": "Ignore bundled isPlainObject",
"author_name": "Bogdan Chadkin",
"author_login": "TrySound",
"committed_at": "2019-04-28T12:33:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcc0c29214401cb849a058f1563538aefaed1ec8",
"body": "In this diff I replaced mocha-phantomjs runner with mocha-headless-chrome\nwhich has puppeteer under the hood.\n\nTo make all packages work I dropped legacy node versions.",
"is_bot": false,
"headline": "Replace phantomjs with puppeteer",
"author_name": "Bogdan Chadkin",
"author_login": "TrySound",
"committed_at": "2019-04-28T12:30:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5eff07de61a83f77fb0bd7d47bd0652700b4ccc",
"body": null,
"is_bot": false,
"headline": "2.0.4",
"author_name": "jonschlinkert",
"author_login": "jonschlinkert",
"committed_at": "2017-07-11T22:41:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81345df0d1700a5c285f379cbdca0e273388910d",
"body": null,
"is_bot": false,
"headline": "run update",
"author_name": "jonschlinkert",
"author_login": "jonschlinkert",
"committed_at": "2017-07-11T22:40:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f0a7dfd25ba012af547f4feb23bd62a0e4cc820",
"body": "TypeScript support",
"is_bot": false,
"headline": "Merge pull request #10 from onokumus/master",
"author_name": "Jon Schlinkert",
"author_login": "jonschlinkert",
"committed_at": "2017-07-11T22:37:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e7811d21fd82bfd28162ed7fce473549a40b07c",
"body": null,
"is_bot": false,
"headline": "add optional types field in package.json",
"author_name": "Osman Nuri Okumuş",
"author_login": "onokumus",
"committed_at": "2017-06-22T13:33:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "846dec66035ee8be488511d49b5adc7ec57c5596",
"body": null,
"is_bot": false,
"headline": "include typescript type definitions in package",
"author_name": "Osman Nuri Okumuş",
"author_login": "onokumus",
"committed_at": "2017-06-22T13:32:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "926271e46f3f4d121087ffcd8b0fe22adc57a066",
"body": null,
"is_bot": false,
"headline": "add typescript declaration file",
"author_name": "Osman Nuri Okumuş",
"author_login": "onokumus",
"committed_at": "2017-06-22T13:31:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d689f3c877bb594a1eca525cb8c490927603c9d",
"body": null,
"is_bot": false,
"headline": "2.0.3",
"author_name": "jonschlinkert",
"author_login": "jonschlinkert",
"committed_at": "2017-05-30T14:07:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6616250bedd50e6f2378b44637875f22178f7506",
"body": null,
"is_bot": false,
"headline": "add chai to dev deps",
"author_name": "jonschlinkert",
"author_login": "jonschlinkert",
"committed_at": "2017-05-30T14:06:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ace955df2453f4d030a5ddc2a24011ea5f7c9ed7",
"body": null,
"is_bot": false,
"headline": "2.0.2",
"author_name": "jonschlinkert",
"author_login": "jonschlinkert",
"committed_at": "2017-05-27T19:53:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6ffcb78603dc3a3826e75852c449639bca627ef",
"body": null,
"is_bot": false,
"headline": "run verb to generate readme",
"author_name": "jonschlinkert",
"author_login": "jonschlinkert",
"committed_at": "2017-05-27T19:53:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2ff5a9e77d899b3bb4cffc43e0403094a62d98f",
"body": null,
"is_bot": false,
"headline": "adds verb config",
"author_name": "jonschlinkert",
"author_login": "jonschlinkert",
"committed_at": "2017-05-27T19:53:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "315a235114739b4f3a2df73477d481c33d40851f",
"body": null,
"is_bot": false,
"headline": "run update, update deps",
"author_name": "jonschlinkert",
"author_login": "jonschlinkert",
"committed_at": "2017-05-27T19:51:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c2f690ebac62cdcfefaa6d52edf16dd6f8259bc",
"body": "Bump `isobject`.",
"is_bot": false,
"headline": "Merge pull request #8 from wtgtybhertgeghgtwtg/bump-isobject",
"author_name": "Jon Schlinkert",
"author_login": "jonschlinkert",
"committed_at": "2017-05-27T19:47:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9f513fa0037c05c8140ebc3b603ed8e54d6336d",
"body": null,
"is_bot": false,
"headline": "Bump `isobject`.",
"author_name": "wtgtybhertgeghgtwtg",
"author_login": "wtgtybhertgeghgtwtg",
"committed_at": "2017-02-25T22:55:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bd8aa943339a75b86f1891f4c27d8923b26f144",
"body": "metadata updates",
"is_bot": false,
"headline": "2.0.1",
"author_name": "jonschlinkert",
"author_login": "jonschlinkert",
"committed_at": "2015-05-28T08:03:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b96e86b84e78e21108b1ea824a3e91af1e00164b",
"body": null,
"is_bot": false,
"headline": "2.0.0",
"author_name": "jonschlinkert",
"author_login": "jonschlinkert",
"committed_at": "2015-04-29T01:02:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "551ef01e2e9e74eb348824125cf64155fc07651a",
"body": null,
"is_bot": false,
"headline": "specify `mocha` for lint-deps",
"author_name": "jonschlinkert",
"author_login": "jonschlinkert",
"committed_at": "2015-04-29T01:02:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21b624a274887ec9a9bf8b18969c233f4bf786ca",
"body": null,
"is_bot": false,
"headline": "resolves https://github.com/jonschlinkert/is-plain-object/issues/3",
"author_name": "jonschlinkert",
"author_login": "jonschlinkert",
"committed_at": "2015-04-29T01:00:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1817b7e43516b954908abfba862a858ece53cf8",
"body": "browser cross-realm support",
"is_bot": false,
"headline": "Merge pull request #2 from stevenvachon/master",
"author_name": "Steven Vachon",
"author_login": "stevenvachon",
"committed_at": "2015-04-28T23:02:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32ea08baac15ad96e9dad29dc81aebfa44069cd4",
"body": null,
"is_bot": false,
"headline": "whitespace fix; closes #1",
"author_name": "Steven Vachon",
"author_login": "stevenvachon",
"committed_at": "2015-04-28T22:59:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b51a862bdc68f5f101f97c34f7ee27676f8f4ca",
"body": "This reverts commit af082c2ae07acfc5841a94dddd70532b36abd07a.",
"is_bot": false,
"headline": "Revert \"unified test fixtures\"",
"author_name": "Steven Vachon",
"author_login": "stevenvachon",
"committed_at": "2015-04-28T22:53:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50c78d0d38ea5ccfaac002ba434e11faf4ff877c",
"body": "as it's needless since Object.prototype.toString catches [object Window] and [object HTMLDocument]",
"is_bot": false,
"headline": "removed window check",
"author_name": "Steven Vachon",
"author_login": "stevenvachon",
"committed_at": "2015-04-22T18:15:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af082c2ae07acfc5841a94dddd70532b36abd07a",
"body": null,
"is_bot": false,
"headline": "unified test fixtures",
"author_name": "Steven Vachon",
"author_login": "stevenvachon",
"committed_at": "2015-04-22T03:08:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a4a159f35711b5d101a3246dd4f5866de416285",
"body": null,
"is_bot": false,
"headline": "browser cross-realm support",
"author_name": "Steven Vachon",
"author_login": "stevenvachon",
"committed_at": "2015-04-22T02:57:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67382c057697eb712c0f0222566f49005c8ea6c1",
"body": null,
"is_bot": false,
"headline": "adds travis",
"author_name": "jonschlinkert",
"author_login": "jonschlinkert",
"committed_at": "2015-02-25T08:27:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "448b50437f589ec8d7a7515d3f3e7e77abe2d89a",
"body": null,
"is_bot": false,
"headline": "1.0.0",
"author_name": "jonschlinkert",
"author_login": "jonschlinkert",
"committed_at": "2015-02-25T07:49:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48f326d18bcf8776c60cdf7c7859d2dc514e6257",
"body": null,
"is_bot": false,
"headline": "adds [isobject](https://github.com/jonschlinkert/isobject), tests",
"author_name": "jonschlinkert",
"author_login": "jonschlinkert",
"committed_at": "2015-02-25T07:49:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc12db36c6ecef2e5c4a55d7b45b6f8fc604d4a4",
"body": null,
"is_bot": false,
"headline": "clean up",
"author_name": "jonschlinkert",
"author_login": "jonschlinkert",
"committed_at": "2015-02-25T07:48:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a410b0ad3e3c775421f8afef20ee5b7a6fc0c3b",
"body": null,
"is_bot": false,
"headline": "first commit",
"author_name": "jonschlinkert",
"author_login": "jonschlinkert",
"committed_at": "2014-09-21T22:44:02Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 0,
"latest_release_at": "2020-09-09T16:36:14Z",
"latest_release_tag": "v5.0.0",
"releases_from_tags": false,
"days_since_last_push": 845,
"active_weeks_last_year": 0,
"days_since_latest_release": 2142,
"mean_days_between_releases": 353.8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "is-plain-object",
"exists": true,
"license": "MIT",
"keywords": [
"check",
"is",
"is-object",
"isobject",
"javascript",
"kind",
"kind-of",
"object",
"plain",
"type",
"typeof",
"value"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/is-plain-object",
"is_deprecated": false,
"latest_version": "5.0.0",
"repository_url": "https://github.com/jonschlinkert/is-plain-object",
"versions_count": 13,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 3,
"monthly_downloads": 289081085,
"first_published_at": "2014-09-21T22:41:50.073000Z",
"latest_published_at": "2020-09-09T16:30:03.627000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 2142
}
]
},
"popularity": {
"forks": 35,
"stars": 158,
"watchers": 6,
"fork_history": {
"days": [
{
"date": "2016-03-24",
"count": 1
},
{
"date": "2016-06-10",
"count": 1
},
{
"date": "2017-11-13",
"count": 1
},
{
"date": "2018-08-19",
"count": 1
},
{
"date": "2019-03-27",
"count": 1
},
{
"date": "2019-05-14",
"count": 1
},
{
"date": "2019-06-22",
"count": 1
},
{
"date": "2019-08-27",
"count": 1
},
{
"date": "2020-06-17",
"count": 1
},
{
"date": "2020-07-08",
"count": 1
},
{
"date": "2020-07-16",
"count": 1
},
{
"date": "2020-07-23",
"count": 1
},
{
"date": "2020-08-21",
"count": 1
},
{
"date": "2020-11-12",
"count": 1
},
{
"date": "2020-12-22",
"count": 1
},
{
"date": "2021-03-11",
"count": 1
},
{
"date": "2021-03-25",
"count": 1
},
{
"date": "2021-04-12",
"count": 1
},
{
"date": "2022-02-25",
"count": 1
},
{
"date": "2022-05-18",
"count": 1
},
{
"date": "2022-07-21",
"count": 1
},
{
"date": "2022-08-04",
"count": 1
},
{
"date": "2022-11-02",
"count": 1
},
{
"date": "2023-03-02",
"count": 1
},
{
"date": "2023-03-29",
"count": 1
},
{
"date": "2023-05-11",
"count": 1
},
{
"date": "2023-06-05",
"count": 1
},
{
"date": "2024-01-05",
"count": 1
},
{
"date": "2024-03-29",
"count": 1
},
{
"date": "2024-04-05",
"count": 1
},
{
"date": "2025-01-26",
"count": 1
},
{
"date": "2025-06-20",
"count": 1
},
{
"date": "2026-01-19",
"count": 1
},
{
"date": "2026-05-01",
"count": 1
}
],
"complete": true,
"collected": 34,
"total_forks": 35
},
"star_history": null,
"open_issues_and_prs": 12
},
"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": 1029,
"source_files_sampled": 4,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 6,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "chai",
"direct": false,
"version": "^4.2.0",
"ecosystem": "npm"
},
{
"name": "esm",
"direct": false,
"version": "^3.2.22",
"ecosystem": "npm"
},
{
"name": "gulp-format-md",
"direct": false,
"version": "^1.0.0",
"ecosystem": "npm"
},
{
"name": "mocha",
"direct": false,
"version": "^6.1.4",
"ecosystem": "npm"
},
{
"name": "mocha-headless-chrome",
"direct": false,
"version": "^3.1.0",
"ecosystem": "npm"
},
{
"name": "rollup",
"direct": false,
"version": "^2.22.1",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 6,
"direct_count": 0,
"indirect_count": 6
}
},
"maintainership": {
"issues": {
"open_prs": 6,
"merged_prs": 9,
"open_issues": 6,
"closed_ratio": 0.625,
"closed_issues": 10,
"closed_unmerged_prs": 5
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "TrySound",
"commits": 20,
"avatar_url": "https://avatars.githubusercontent.com/u/5635476?v=4"
},
{
"type": "User",
"login": "jonschlinkert",
"commits": 19,
"avatar_url": "https://avatars.githubusercontent.com/u/383994?v=4"
},
{
"type": "User",
"login": "stevenvachon",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/170197?v=4"
},
{
"type": "User",
"login": "onokumus",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/742498?v=4"
},
{
"type": "User",
"login": "lifeiscontent",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/180963?v=4"
},
{
"type": "User",
"login": "odidev",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/40816837?v=4"
},
{
"type": "User",
"login": "wtgtybhertgeghgtwtg",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/18507762?v=4"
}
],
"contributors_sampled": 7,
"top_contributor_share": 0.392
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [
".eslintrc.json"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 7 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": 1,
"reason": "Found 4/24 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 30 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": 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": 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": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 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": "0a47f0f6cd10e0d2489beb55a32a8d0ba7b04b25",
"ran_at": "2026-07-22T22:07:32Z",
"aggregate_score": 3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 25,
"created_at": "2021-03-11T22:42:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 27,
"created_at": "2021-03-25T16:23:11Z",
"last_comment_at": "2021-03-25T19:14:16Z",
"last_comment_author": "mostekcm"
},
{
"number": 28,
"created_at": "2022-05-18T05:08:59Z",
"last_comment_at": "2023-06-28T10:14:37Z",
"last_comment_author": "chentsulin"
},
{
"number": 29,
"created_at": "2022-05-18T05:24:11Z",
"last_comment_at": "2025-07-18T14:28:28Z",
"last_comment_author": "manzoorwanijk"
},
{
"number": 42,
"created_at": "2024-03-29T03:45:00Z",
"last_comment_at": "2025-05-24T11:13:24Z",
"last_comment_author": "chimurai"
},
{
"number": 47,
"created_at": "2025-06-20T08:00:29Z",
"last_comment_at": "2026-02-23T22:45:25Z",
"last_comment_author": "jkrehm"
}
],
"last_merged_pr_at": "2020-07-21T10:59:18Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 24,
"created_at": "2021-02-27T03:42:21Z",
"last_comment_at": "2021-02-27T07:58:16Z",
"last_comment_author": "TrySound"
},
{
"number": 26,
"created_at": "2021-03-25T14:01:32Z",
"last_comment_at": "2021-03-25T20:28:43Z",
"last_comment_author": "mostekcm"
},
{
"number": 30,
"created_at": "2023-02-20T04:13:13Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 37,
"created_at": "2023-10-17T14:20:19Z",
"last_comment_at": "2024-10-08T13:58:47Z",
"last_comment_author": "belgattitude"
},
{
"number": 43,
"created_at": "2024-09-27T22:55:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 44,
"created_at": "2024-10-06T03:11:28Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/jonschlinkert/is-plain-object",
"host": "github.com",
"name": "is-plain-object",
"owner": "jonschlinkert"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 49,
"pct": 60
}
}
],
"value": 28,
"inputs": {
"security": 30,
"vitality": 18,
"community": 63,
"governance": 64,
"engineering": 58,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 47,
"overall_after_abandonment_multiplier": 28
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 18,
"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": 845,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 845 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 845
}
}
],
"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": "at_risk",
"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": 44,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v5.0.0",
"releases_from_tags": false,
"days_since_latest_release": 2142,
"mean_days_between_releases": 353.8
},
"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 2142 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2142
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~353.8 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 353.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": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [],
"signals": [
"unanswered_contributions",
"issue_rot",
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 6,
"unanswered_open_issues": 5,
"days_since_last_merged_pr": 2192,
"days_since_last_human_commit": 2142,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 2142 days; 4 unmet obligation(s): pull requests unanswered, issues unanswered, releases stalled, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 2142,
"count": 4,
"signals": "pull requests unanswered, issues unanswered, 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": 63,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"forks": 35,
"stars": 158,
"watchers": 6,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "158 stars",
"points": 35.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 158
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "35 forks",
"points": 12.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 35
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "6 watchers",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 6
}
}
],
"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-plain-object"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 289081085
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "289,081,085 downloads/month across npm",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 289081085,
"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": 64,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 7,
"top_contributor_share": 0.392
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 39% of commits",
"points": 13.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 39
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "7 contributors",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 7
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 30 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"merged_prs": 9,
"open_issues": 6,
"closed_issues": 10,
"issue_closed_ratio": 0.625,
"closed_unmerged_prs": 5
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "62% of issues closed",
"points": 29.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 62
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "9/14 decided PRs merged",
"points": 24.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 9,
"decided": 14
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/24 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 75,
"inputs": {
"followers": 4934,
"owner_type": "User",
"is_verified": null,
"owner_login": "jonschlinkert",
"public_repos": 864,
"account_age_days": 5803
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "4,934 followers of jonschlinkert",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 4934,
"login": "jonschlinkert"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "864 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 864
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"is-plain-object"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 2142
},
"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 2142 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 2142
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "13 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 13
}
}
],
"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": 58,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"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": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".eslintrc.json",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc.json"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 7 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"is-object",
"is",
"object",
"plain-objects",
"is-obj",
"is-plain-obj",
"plain-object",
"javascript",
"isobject"
],
"has_wiki": true,
"homepage": "https://github.com/jonschlinkert",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://github.com/jonschlinkert",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "9 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 9
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 30,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 7 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 4/24 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 30 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": "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 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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "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": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 13
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 32,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 14,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.255,
"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": "13 of 51 human commits state their intent (structured subject or explanatory body)",
"points": 13.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 13,
"sampled": 51
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"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": 37,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"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": ".eslintrc.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc.json"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": 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 51",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 51
}
}
],
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "HTML",
"largest_source_bytes": 1029,
"source_files_sampled": 4,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "HTML without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "HTML"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/4 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 4,
"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-22T22:07:44.758006Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/jonschlinkert/is-plain-object.svg",
"full_name": "jonschlinkert/is-plain-object",
"license_state": "standard",
"license_spdx": "MIT"
}