原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 74,
"has_wiki": true,
"homepage": null,
"languages": {
"Makefile": 1081,
"JavaScript": 223,
"TypeScript": 5245
},
"pushed_at": "2024-05-29T16:34:49Z",
"created_at": "2017-12-28T18:39:39Z",
"owner_type": "User",
"updated_at": "2025-10-29T16:59:57Z",
"description": "A node module for creating event traces according to Google's Trace Event format",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript",
"Makefile"
]
},
"owner": {
"blog": null,
"name": "Sam Saccone",
"type": "User",
"login": "samccone",
"company": "Google",
"location": "∆∆∆<script>alert(prompt('why'))</script>",
"followers": 2265,
"avatar_url": "https://avatars.githubusercontent.com/u/883126?v=4",
"created_at": "2011-06-29T04:29:50Z",
"is_verified": null,
"public_repos": 413,
"account_age_days": 5502
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "1.3.0",
"kind": "minor",
"published_at": "2015-02-24T04:52:02Z"
},
{
"tag": "1.2.0",
"kind": "minor",
"published_at": "2015-02-20T23:02:43Z"
},
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2015-02-20T18:57:18Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2021-04-08T18:02:44Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2019-05-27T00:18:59Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2019-05-26T03:34:13Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2018-04-25T02:29:41Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2015-02-20T05:05:00Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2018-04-14T15:39:46Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2018-02-12T16:00:31Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2018-01-15T21:54:50Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2018-01-15T20:54:02Z"
}
],
"recent_commits": [
{
"oid": "7b70e7ea882647bebfdcf7dbddecd568eef0389c",
"body": null,
"is_bot": false,
"headline": "Bump v1.0.4",
"author_name": "Sam Saccone",
"author_login": null,
"committed_at": "2024-05-29T16:34:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "913cb5616adde5eb0f47e1cb50eadc26137a19bb",
"body": "These events were incorrectly used for sync events, the lack of uppercase meant they were being treated as async which prevented ecosystem tooling from working correctly.\n\nBUG=#11",
"is_bot": false,
"headline": "Update event logging to be B and E vs lowercase.",
"author_name": "Sam Saccone",
"author_login": null,
"committed_at": "2024-05-29T16:32:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be36d8f1c8620c456d6b8290198ff1bbe6ed0c30",
"body": null,
"is_bot": false,
"headline": "Bump to v1.0.3",
"author_name": "Sam Saccone",
"author_login": "samccone",
"committed_at": "2021-04-08T18:02:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d585605618ffcb571e11b3062c72f22de07601bb",
"body": "Significantly reduce the size of the package",
"is_bot": false,
"headline": "Merge pull request #10 from realityking/smaller-package",
"author_name": "Sam Saccone",
"author_login": "samccone",
"committed_at": "2021-04-08T18:01:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c661872fdf6b124053b49116675452578ff5cd7",
"body": "See https://docs.npmjs.com/cli/v7/configuring-npm/package-json#repository",
"is_bot": false,
"headline": "Fix the npm reference to the GitHub repp",
"author_name": "Rouven Weßling",
"author_login": "realityking",
"committed_at": "2021-04-08T12:36:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5e472c3ba4f4ac169c204ab2153952b4d096c68",
"body": "This is inline with the the Node.js 6 requirement. The code is smaller but more importantly, it removes the need to reference tslib",
"is_bot": false,
"headline": "Generate ES2015 code",
"author_name": "Rouven Weßling",
"author_login": "realityking",
"committed_at": "2021-04-08T12:36:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8b4f77c93c8468ffebb7dbd9080b03f5ef4aff1",
"body": "Source maps are, by default, not interpreted by Node.js anyway and it's a 4KB file",
"is_bot": false,
"headline": "Disable the generation of source maps",
"author_name": "Rouven Weßling",
"author_login": "realityking",
"committed_at": "2021-04-08T12:36:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7256693934f5efb6b8e4f1508b280bfadf8879e8",
"body": null,
"is_bot": false,
"headline": "Upgrade Typescript related dependencies",
"author_name": "Rouven Weßling",
"author_login": "realityking",
"committed_at": "2021-04-08T12:36:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7d9213cc8b84f689a5b39dce336ed95d0c612d9",
"body": "This eliminates .travis.yml, Makefile and tsconfig.json from the npm package",
"is_bot": false,
"headline": "Switch to a whitelist what files to include in the npm package",
"author_name": "Rouven Weßling",
"author_login": "realityking",
"committed_at": "2021-04-08T12:36:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7f45819c35f0f6df7f4471feea544375ab79644",
"body": "Generally, lock files should not be used in libraries to make sure CI runs are more comparable to the actual user experience",
"is_bot": false,
"headline": "Remove lock files.",
"author_name": "Rouven Weßling",
"author_login": "realityking",
"committed_at": "2021-04-08T12:36:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d45bc8af3b5c53a3adfa2c5fc107b4fae054f579",
"body": null,
"is_bot": false,
"headline": "1.0.2",
"author_name": "Sam Saccone",
"author_login": "samccone",
"committed_at": "2019-05-27T00:18:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a47645a220b30dc62478b46cf4c11e5ddeb48c0",
"body": null,
"is_bot": false,
"headline": "remove npm dep in .lockfile",
"author_name": "Sam Saccone",
"author_login": "samccone",
"committed_at": "2019-05-27T00:18:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "656e08718ce33f5c040301f92ef06d0e6dad163b",
"body": null,
"is_bot": false,
"headline": "1.0.1",
"author_name": "Sam Saccone",
"author_login": "samccone",
"committed_at": "2019-05-26T03:34:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce9058511eceb5e73a866947befed3b6fa10a7e0",
"body": "Fix #7",
"is_bot": false,
"headline": "drop comments from tsconfig",
"author_name": "Sam Saccone",
"author_login": "samccone",
"committed_at": "2019-05-26T03:32:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bf5be98881098cd9ebf94a3cc7754ce47735598",
"body": "…osing-brace\n\nfix: remove trailing comma, add closing brace",
"is_bot": false,
"headline": "Merge pull request #6 from DanielRuf/fix/remove-trailing-comma-add-cl…",
"author_name": "Sam Saccone",
"author_login": "samccone",
"committed_at": "2019-05-26T03:30:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2827b80b7cd651558f0b6db7d128579b8966d737",
"body": null,
"is_bot": false,
"headline": "fix: remove trailing comma, add closing brace",
"author_name": "Daniel Ruf",
"author_login": "DanielRuf",
"committed_at": "2018-06-23T21:15:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64b514e9bd364ca5b6df3c0fb121ba0d3b239cc2",
"body": null,
"is_bot": false,
"headline": "1.0.0",
"author_name": "Sam Saccone",
"author_login": "samccone",
"committed_at": "2018-04-25T02:29:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a79c200bc8a88d99ce4d8c1d5e6b5adce6ebe4c",
"body": "Convert to TypeScript",
"is_bot": false,
"headline": "Merge pull request #4 from mohsen1/ts",
"author_name": "Sam Saccone",
"author_login": "samccone",
"committed_at": "2018-04-25T02:26:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ebc4a075899f2eceb8f57d646264f9fe5288167",
"body": null,
"is_bot": false,
"headline": "Update all examples to pull from dist",
"author_name": "Sam Saccone",
"author_login": "samccone",
"committed_at": "2018-04-24T03:44:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "088b5b3e36cb780457e24fda7a1017a3d44d2070",
"body": null,
"is_bot": false,
"headline": "Fix formatting",
"author_name": "Sam Saccone",
"author_login": "samccone",
"committed_at": "2018-04-24T03:44:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4b1856f99248ce3940f6a79896476969c521bc2",
"body": null,
"is_bot": false,
"headline": "Add formatting check to lib.",
"author_name": "Sam Saccone",
"author_login": "samccone",
"committed_at": "2018-04-24T03:44:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5115acc2f394bbab4e88b0e13e7c6c47f4b9a8e",
"body": null,
"is_bot": false,
"headline": "Make sure to build before testing on travis",
"author_name": "Sam Saccone",
"author_login": "samccone",
"committed_at": "2018-04-24T03:44:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab0715f7b718f9e570437d80521b94bb26250916",
"body": null,
"is_bot": false,
"headline": "Add build script to package.json",
"author_name": "Sam Saccone",
"author_login": "samccone",
"committed_at": "2018-04-24T03:44:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8ffc313d92871eccfcfa4320d59128ad314d56b",
"body": null,
"is_bot": false,
"headline": "Increase tsconfig strictness.",
"author_name": "Sam Saccone",
"author_login": "samccone",
"committed_at": "2018-04-24T03:44:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7f7bb0b09bc16ea95ea8090f534326aed89c106",
"body": null,
"is_bot": false,
"headline": "Fix issues found when linking to webpack",
"author_name": "Mohsen Azimi",
"author_login": null,
"committed_at": "2018-04-24T03:44:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba93cbe5bff43555ade2cd0b125bc16a2144e176",
"body": null,
"is_bot": false,
"headline": "Add class membership levels",
"author_name": "Mohsen Azimi",
"author_login": null,
"committed_at": "2018-04-24T03:44:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4050ba2eff689cdb41ecc9b5c9092b073b04d6b6",
"body": null,
"is_bot": false,
"headline": "Convert to TypeScript",
"author_name": "Mohsen Azimi",
"author_login": null,
"committed_at": "2018-04-24T03:43:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "854d3a51f0c30f516098427bf0a21d8f59941d2f",
"body": null,
"is_bot": false,
"headline": "⬆ bump package.json",
"author_name": "Sam Saccone",
"author_login": "samccone",
"committed_at": "2018-04-14T15:39:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bc02f216aeee7332daa226aadba8895b6c9c962",
"body": "Fixes #2",
"is_bot": false,
"headline": "📝 Add license to package.json",
"author_name": "Sam Saccone",
"author_login": "samccone",
"committed_at": "2018-04-14T15:38:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "caf6a214b3a78a264f8a554bfa1570eecad99d8e",
"body": null,
"is_bot": false,
"headline": "Cleanup README and package.json",
"author_name": "Sam Saccone",
"author_login": "samccone",
"committed_at": "2018-02-12T16:00:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db2d004b2154e584cf5c1ab8a46650509eb852fa",
"body": "fix repository link in package.json",
"is_bot": false,
"headline": "Merge pull request #1 from sokra/patch-1",
"author_name": "Sam Saccone",
"author_login": "samccone",
"committed_at": "2018-01-16T14:45:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c75763300702282742b6db70e4729f206e2c3c27",
"body": null,
"is_bot": false,
"headline": "fix repository link in package.json",
"author_name": "Tobias Koppers",
"author_login": "sokra",
"committed_at": "2018-01-16T08:39:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "184adc7f85cfab760743e9a4ca577c90bbafa983",
"body": null,
"is_bot": false,
"headline": "Add travis and update readme",
"author_name": "Sam Saccone",
"author_login": "samccone",
"committed_at": "2018-01-15T22:01:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "811cee00da2b194e2d886f1eb25bb27ef16c8192",
"body": null,
"is_bot": false,
"headline": "bump",
"author_name": "Sam Saccone",
"author_login": "samccone",
"committed_at": "2018-01-15T21:54:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "795979a9fff2b005062f251ea81ffbfb2962f446",
"body": null,
"is_bot": false,
"headline": "Drop node support down to 6",
"author_name": "Sam Saccone",
"author_login": "samccone",
"committed_at": "2018-01-15T21:54:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d168f69439c9a8463646797ba1be30aac5f6e1be",
"body": null,
"is_bot": false,
"headline": "Add travis",
"author_name": "Sam Saccone",
"author_login": "samccone",
"committed_at": "2018-01-15T21:54:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c327eee25bf77589e3bb7d518bd47bb886d176be",
"body": null,
"is_bot": false,
"headline": "Add info for release",
"author_name": "Sam Saccone",
"author_login": "samccone",
"committed_at": "2018-01-15T20:54:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "004e5c14cba9cb3665fb2cb37c4a57cc4db9db67",
"body": "This enables a user to accumulate events and then manually call flush\nto dump out the event to the stream.",
"is_bot": false,
"headline": "Add the ability to pass noStream.",
"author_name": "Sam Saccone",
"author_login": "samccone",
"committed_at": "2018-01-07T22:27:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14b83cebcb1f0b63db5cf36524393955fc2960a5",
"body": null,
"is_bot": false,
"headline": "Remove assert-plus module dep.",
"author_name": "Sam Saccone",
"author_login": "samccone",
"committed_at": "2018-01-07T22:09:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d51a14ea4aad012a66654b0b28d275a8080072a",
"body": null,
"is_bot": false,
"headline": "Set locked tape version",
"author_name": "Sam Saccone",
"author_login": "samccone",
"committed_at": "2018-01-07T20:23:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e40ec3d01f06ba75e41a8595500ad78df3f9640",
"body": null,
"is_bot": false,
"headline": "Remove duplicated logic for assigning event fields.",
"author_name": "Sam Saccone",
"author_login": "samccone",
"committed_at": "2018-01-07T20:23:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b334a48a45b8741733e44cd4d0d6ae19b5ba2f2f",
"body": null,
"is_bot": false,
"headline": "Add complete event to module.",
"author_name": "Sam Saccone",
"author_login": "samccone",
"committed_at": "2018-01-07T20:23:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa6f882fc5d5813deeb6ae610dc2b08c9ff6f132",
"body": null,
"is_bot": false,
"headline": "Fix instant event phase indicator",
"author_name": "Sam Saccone",
"author_login": "samccone",
"committed_at": "2018-01-07T20:22:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e352243a7b20c2a78c330e5b6747c9ba28cb5e7d",
"body": "* Drop buny support\n* Switch to es2015 class syntax\n* Update code to use more \"semantic\" object copying\n* Update code to use more \"semantic\" argument spreading\n* Change API interface of the module",
"is_bot": false,
"headline": "Cleanup trace package.",
"author_name": "Sam Saccone",
"author_login": "samccone",
"committed_at": "2017-12-28T19:26:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31520fa20b79aecd105bb9acf172624b82c1e70f",
"body": null,
"is_bot": false,
"headline": "prep for future dev",
"author_name": "Trent Mick",
"author_login": "trentm",
"committed_at": "2015-02-24T04:52:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1396ffa186c7fd3e74363f74a6474819d3f33c36",
"body": null,
"is_bot": false,
"headline": "prepare for 1.3.0 release",
"author_name": "Trent Mick",
"author_login": "trentm",
"committed_at": "2015-02-24T04:52:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bd98ce4f1b4f08acfdb6e06a248ddcfee750227",
"body": null,
"is_bot": false,
"headline": "DOCKER-167: '.child(fields)' support for 'createBunyanTracer' object",
"author_name": "Trent Mick",
"author_login": "trentm",
"committed_at": "2015-02-24T04:51:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f7d00b8c3594def9ef534f68c16c215c3dba9f2",
"body": null,
"is_bot": false,
"headline": "prep for future dev",
"author_name": "Trent Mick",
"author_login": "trentm",
"committed_at": "2015-02-20T23:02:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87281a7c97680b7add65a0b66120dbf1af61de86",
"body": null,
"is_bot": false,
"headline": "prepare for 1.2.0 release",
"author_name": "Trent Mick",
"author_login": "trentm",
"committed_at": "2015-02-20T23:02:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f5327e0e0a8ce8b5b9242a525a2d2a0b97764bf",
"body": null,
"is_bot": false,
"headline": "createBunyanLogger sugar",
"author_name": "Trent Mick",
"author_login": "trentm",
"committed_at": "2015-02-20T23:02:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffb3277dfe2de0f43a8676246f31faa2f90dc1c1",
"body": null,
"is_bot": false,
"headline": "prep for future dev",
"author_name": "Trent Mick",
"author_login": "trentm",
"committed_at": "2015-02-20T18:57:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "135ea617a216396030184b14dd37d61cdf50c7a8",
"body": null,
"is_bot": false,
"headline": "prepare for 1.1.0 release",
"author_name": "Trent Mick",
"author_login": "trentm",
"committed_at": "2015-02-20T18:57:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "312789a9dbb97c7cbd302987e30b3e4d45906c50",
"body": null,
"is_bot": false,
"headline": "rename to node-trace-event (more accurate)",
"author_name": "Trent Mick",
"author_login": "trentm",
"committed_at": "2015-02-20T18:57:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af7a43583bc0482a4c4b36c78e627a1ce748e095",
"body": null,
"is_bot": false,
"headline": "next ver",
"author_name": "Trent Mick",
"author_login": "trentm",
"committed_at": "2015-02-20T05:31:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a2bca42ef7582d34f769051a715e37683a17525",
"body": null,
"is_bot": false,
"headline": "tweak tags",
"author_name": "Trent Mick",
"author_login": "trentm",
"committed_at": "2015-02-20T05:05:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb0bda9d41b73a8eb7895bd13631570f74ae93f4",
"body": null,
"is_bot": false,
"headline": "make check",
"author_name": "Trent Mick",
"author_login": "trentm",
"committed_at": "2015-02-20T05:03:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f101ce9d85624b124cfd670cb6df0db8c2c8f2f7",
"body": null,
"is_bot": false,
"headline": "add 'make clean'",
"author_name": "Trent Mick",
"author_login": "trentm",
"committed_at": "2015-02-20T05:02:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fa4207c17daaa08548cd0d8d700bce88c24ce55",
"body": null,
"is_bot": false,
"headline": "first commit, basic functionality, still testing bunyan tracer",
"author_name": "Trent Mick",
"author_login": "trentm",
"committed_at": "2015-02-20T00:00:05Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 12,
"commits_last_year": 0,
"latest_release_at": "2021-04-08T18:02:44Z",
"latest_release_tag": "v1.0.3",
"releases_from_tags": true,
"days_since_last_push": 784,
"active_weeks_last_year": 0,
"days_since_latest_release": 1931,
"mean_days_between_releases": 248.8
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "chrome-trace-event",
"exists": true,
"license": "MIT",
"keywords": [
"trace-event",
"trace",
"event",
"trace-viewer",
"google"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/chrome-trace-event",
"is_deprecated": false,
"latest_version": "1.0.4",
"repository_url": "https://github.com/samccone/chrome-trace-event",
"versions_count": 9,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 2,
"monthly_downloads": 174086456,
"first_published_at": "2018-01-15T20:54:51.926000Z",
"latest_published_at": "2024-05-29T16:40:55.742000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 784
}
]
},
"popularity": {
"forks": 5,
"stars": 30,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2018-01-16",
"count": 1
},
{
"date": "2018-04-15",
"count": 1
},
{
"date": "2020-11-16",
"count": 1
},
{
"date": "2020-12-21",
"count": 1
},
{
"date": "2022-03-03",
"count": 1
}
],
"complete": true,
"collected": 5,
"total_forks": 5
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 5245,
"source_files_sampled": 6,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 3,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@types/node",
"direct": false,
"version": "*",
"ecosystem": "npm"
},
{
"name": "prettier",
"direct": false,
"version": "^1.12.1",
"ecosystem": "npm"
},
{
"name": "tape",
"direct": false,
"version": "4.8.0",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "^4.2.4",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 4,
"direct_count": 0,
"indirect_count": 4
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 4,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 6,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "samccone",
"commits": 31,
"avatar_url": "https://avatars.githubusercontent.com/u/883126?v=4"
},
{
"type": "User",
"login": "trentm",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/46866?v=4"
},
{
"type": "User",
"login": "realityking",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/628508?v=4"
},
{
"type": "User",
"login": "DanielRuf",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/827205?v=4"
},
{
"type": "User",
"login": "sokra",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1365881?v=4"
}
],
"contributors_sampled": 5,
"top_contributor_share": 0.585
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"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": 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 3 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": 2,
"reason": "Found 3/14 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 9 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": 9,
"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": "7b70e7ea882647bebfdcf7dbddecd568eef0389c",
"ran_at": "2026-07-22T22:52:20Z",
"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": [],
"last_merged_pr_at": "2021-04-08T18:01:25Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/samccone/chrome-trace-event",
"host": "github.com",
"name": "chrome-trace-event",
"owner": "samccone"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"security": 44,
"vitality": 13,
"community": 43,
"governance": 62,
"engineering": 18
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 13,
"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": 784,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 784 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 784
}
}
],
"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": 32,
"inputs": {
"releases_count": 12,
"latest_release_tag": "v1.0.3",
"releases_from_tags": true,
"days_since_latest_release": 1931,
"mean_days_between_releases": 248.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "12 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 12
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1931 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1931
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~248.8 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 248.8
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "dormant",
"guards": [
"no_open_demand",
"dependencies_clean"
],
"signals": [
"release_stall",
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": 1931,
"days_since_last_human_commit": 784,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 784 days, with nothing left unanswered; held at dormant by nothing open to answer, no affected dependency",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 784
}
},
{
"code": "abandonment_guarded",
"params": {
"guards": "nothing open to answer, no affected dependency"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 43,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"forks": 5,
"stars": 30,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "30 stars",
"points": 23.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 30
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "5 forks",
"points": 5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 5
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"has_readme": false,
"has_license": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"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": [
"chrome-trace-event"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 174086456
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "174,086,456 downloads/month across npm",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 174086456,
"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": 62,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 5,
"top_contributor_share": 0.585
},
"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 58% of commits",
"points": 9.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 58
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "5 contributors",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 5
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 9 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": 4,
"open_issues": 0,
"closed_issues": 6,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "4/6 decided PRs merged",
"points": 25.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 4,
"decided": 6
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/14 approved changesets -- score normalized to 2",
"points": 3,
"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": 74,
"inputs": {
"followers": 2265,
"owner_type": "User",
"is_verified": null,
"owner_login": "samccone",
"public_repos": 413,
"account_age_days": 5502
},
"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": "2,265 followers of samccone",
"points": 24.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2265,
"login": "samccone"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "413 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 413
}
},
{
"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": [
"chrome-trace-event"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 784
},
"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 784 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 784
}
}
],
"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": 18,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": false,
"has_tests": true,
"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": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 3 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": false,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"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": 0,
"status": "missed",
"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": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 44,
"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 3 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 3/14 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 9 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.2,
"status": "partial",
"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": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 1 resolved dependencies against OSV; 3 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 1
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 3
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"unassessed_packages": 3,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 1,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "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": 9
},
"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": 47,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.19,
"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": "11 of 58 human commits state their intent (structured subject or explanatory body)",
"points": 10.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 11,
"sampled": 58
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"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": 57,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "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 58",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 58
}
}
],
"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": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 5245,
"source_files_sampled": 6,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/6 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 6,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"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",
"Community profile unavailable"
],
"report_type": "repository",
"generated_at": "2026-07-22T22:52:31.052510Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/samccone/chrome-trace-event.svg",
"full_name": "samccone/chrome-trace-event",
"license_state": "custom",
"license_spdx": null
}