JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 441,
"has_wiki": true,
"homepage": null,
"languages": {
"JavaScript": 982,
"TypeScript": 449615
},
"pushed_at": "2026-07-17T22:56:44Z",
"created_at": "2025-07-06T23:35:59Z",
"owner_type": "User",
"updated_at": "2026-07-17T22:56:48Z",
"description": "A utility to convert Stalker 2 .cfg and .cfg.bin configuration files into structured JavaScript objects (POJOs), enabling easier mod development and analysis.",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": null,
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": null,
"name": "Victor Musienko",
"type": "User",
"login": "sdwvit",
"company": null,
"location": "London, UK",
"followers": 104,
"avatar_url": "https://avatars.githubusercontent.com/u/8777372?v=4",
"created_at": "2014-09-15T10:41:35Z",
"is_verified": null,
"public_repos": 49,
"account_age_days": 4328
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "7.0.1",
"kind": "patch",
"published_at": "2026-02-03T20:46:03Z"
},
{
"tag": "5.1.3",
"kind": "patch",
"published_at": "2026-01-21T23:35:48Z"
},
{
"tag": "2.1.6",
"kind": "patch",
"published_at": "2025-08-01T13:52:43Z"
},
{
"tag": "2.1.1",
"kind": "patch",
"published_at": "2025-07-21T21:26:59Z"
},
{
"tag": "1.0.3",
"kind": "patch",
"published_at": "2025-07-12T08:17:54Z"
},
{
"tag": "1.0.2",
"kind": "patch",
"published_at": "2025-07-12T07:46:17Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2025-07-06T23:51:29Z"
}
],
"recent_commits": [
{
"oid": "2c9df84d86fbc57bdefd5fe531b4585d4e6aaafa",
"body": null,
"is_bot": false,
"headline": "Update README to include .cfg.bin support",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-07-17T22:56:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f1f90ee8e1142e55954aeb388914e76511c3460",
"body": null,
"is_bot": false,
"headline": "npmi",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-07-17T22:47:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d967c75f975015e46f461efb3751e0822bc9eb31",
"body": null,
"is_bot": false,
"headline": "7.1.0",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-07-17T22:46:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fecce7cb3143dd4f252f3d027fd894c437b1e632",
"body": null,
"is_bot": false,
"headline": "update scripts",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-07-17T22:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8dbcb133522b60c9d3ec16891f626cac3422ef5",
"body": "Some field blocks end with only a 1-byte marker instead of a 4-byte zero\nterminator. The following block's bytes were then read as values (a pool\nindex shifted by the 1-byte drift), causing the reader to over-read and\nthrow \"Unexpected end of binary cfg data\" on 11 GameData files.\n\nValues are 1-based string-pool indices, so any value beyond the pool size\nmarks the block boundary: rewind and stop so the 1-byte marker is read\ncorrectly. Adds a regression test with a minimal binary fixture.",
"is_bot": false,
"headline": "Fix binary cfg parser for field blocks without int32 terminator",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-07-17T22:39:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "641adb08832f129657cfebdf819cf2668dcbd30b",
"body": "Bin file parser",
"is_bot": false,
"headline": "Merge pull request #1 from thexii/bin_file_parser",
"author_name": "the_xii",
"author_login": "thexii",
"committed_at": "2026-07-17T22:36:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab5a3ee4f09064a466bfc0f2be1786ff0c07eb8c",
"body": null,
"is_bot": false,
"headline": "allow constructing objects from addNode arg",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-05-16T17:07:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "109df63b7d4f6b5f58f7b95bdbbf38e96d05736e",
"body": null,
"is_bot": false,
"headline": "7.0.23",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-03-22T21:35:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02b8812ec70accf3276d8c02d4f5041736c4448f",
"body": null,
"is_bot": false,
"headline": "update types",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-03-22T21:34:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40d29d77d3c86841d1563755533b92972ab6851e",
"body": null,
"is_bot": false,
"headline": "7.0.22",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-03-22T21:18:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "930f631e8fa0d4a756d8f5c6d2afe1c4119f436a",
"body": null,
"is_bot": false,
"headline": "add launchers to all quest nodes",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-03-22T21:18:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74c4140541b34f89256bfa4db92aee1335e728d0",
"body": null,
"is_bot": false,
"headline": "7.0.21",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-03-22T21:16:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90d257fd5369dba6ffe9a71906d5255a63d52765",
"body": null,
"is_bot": false,
"headline": "add launchers to all quest nodes",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-03-22T21:16:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37de6342fc739e8bddb0d1b52087b42ee0dcac6f",
"body": null,
"is_bot": false,
"headline": "7.0.20",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-03-20T11:22:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5375a3a4e9992f1e683c71da8c25b7e08a2dec14",
"body": "Fixes type resolution under moduleResolution: \"nodenext\" where\nexport type * from \"./types.mjs\" resolves to .d.mts, not .d.ts.",
"is_bot": false,
"headline": "fix: emit .d.mts declaration files instead of renaming to .d.ts",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-03-20T11:22:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37065ab6f969faae3caefcef559dcff8976398a8",
"body": null,
"is_bot": false,
"headline": "7.0.19",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-03-19T20:51:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7a3fd8ab33ffe0372ded254181ca64aaa6b8eb1",
"body": null,
"is_bot": false,
"headline": "Document __internal__.isRoot role in quest planner skill",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-03-19T20:50:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82ccb3c0f8cb99dc8256bca3d3af7cb8c897c19f",
"body": null,
"is_bot": false,
"headline": "7.0.18",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-03-17T15:45:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbc85aba7313e9879cbb7cfe989feeef3bd8b0b4",
"body": null,
"is_bot": false,
"headline": "Add Quest Node Planner skill section to readme",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-03-17T15:08:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03a1c593fcea1a9a4d4ec4ad588653ce8a234232",
"body": null,
"is_bot": false,
"headline": "7.0.17",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-03-16T20:52:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e52b1f45ead4f6280b2cceb837cc0bd0c61ec35f",
"body": null,
"is_bot": false,
"headline": "Include public skills in npm package",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-03-16T20:51:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8aad5b47da9f8ded7ecb132ea80b526f4266ccc4",
"body": null,
"is_bot": false,
"headline": "4th pass",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-03-15T19:11:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acbd2c49ac5c7a1eccfc6933fb5db4cbe72bdc1d",
"body": null,
"is_bot": false,
"headline": "third pass",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-03-15T18:17:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2512c4b5c458edcc773881ed1893261e6b29a15",
"body": null,
"is_bot": false,
"headline": "second pass",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-03-15T14:26:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e82fcdde0af18be11f3e1b22cf0aa423a8851ab",
"body": null,
"is_bot": false,
"headline": "initial skill description",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-03-15T13:20:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95571dfd040fb6e3c363bcf19083b4643f2e3544",
"body": null,
"is_bot": false,
"headline": "Add QuestNodePrototypes doc",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-03-15T11:59:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45569d3c7c6a2318fbbb7d7d62d8a0b2ea63daba",
"body": null,
"is_bot": false,
"headline": "add login",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-03-15T11:56:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd50d76eefe0e9b8909fc762def1f364bf3c1f27",
"body": null,
"is_bot": false,
"headline": "7.0.16",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-03-15T11:52:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f369ea176d24ebd96f18625f86a5d7672ba0715",
"body": null,
"is_bot": false,
"headline": "Ignore dist artifacts",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-03-15T11:51:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ec8611afd6db5ccb13be57d38b93eb2999e8b1d",
"body": null,
"is_bot": false,
"headline": "bump",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-03-12T22:22:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d72f7cb959cec3d2ea0682901b6f966e5bad1fa0",
"body": null,
"is_bot": false,
"headline": "7.0.17",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-03-12T22:22:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "229a6f2c61aaa20f402253b9960ebdddad2cf641",
"body": null,
"is_bot": false,
"headline": "7.0.16",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-03-12T22:21:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83b715a3432a724d4d4647f7599436b09e146a12",
"body": null,
"is_bot": false,
"headline": "Apply npm audit fixes",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-03-12T22:21:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7608c21ac530dfe43fd0ce65a6ef9d5bdc52ec6",
"body": null,
"is_bot": false,
"headline": "7.0.15",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-03-12T22:20:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c8445615b09cfab39a75155ace97a6c2f9ed645",
"body": null,
"is_bot": false,
"headline": "Fix TypeScript build output",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-03-12T20:51:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fea9694db2b43f0a959d3e06d4df031ec6a713f",
"body": null,
"is_bot": false,
"headline": "7.0.14",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-03-07T11:07:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fd1eeb237767a02379cdd4843c2a588c87fab1b",
"body": null,
"is_bot": false,
"headline": "Update setting category enum values",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-03-07T11:07:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "217874d29e599d9650e0c7cf28cfdc8234063c87",
"body": null,
"is_bot": false,
"headline": "Fix enum anomalies in crosshair and upgrade part types",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-03-07T11:02:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cd60419cfcec09401bb5d975873278066e589f5",
"body": null,
"is_bot": false,
"headline": "7.0.13",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-02-21T14:28:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb4a0c2d4e47c895e715dcf30dfa2a2461d0a830",
"body": null,
"is_bot": false,
"headline": "update GlobalVariablePrototype",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-02-21T14:28:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dede50b1c639a8673f9d22e04bb8ab9e50fabc7a",
"body": null,
"is_bot": false,
"headline": "7.0.12",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-02-18T13:34:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbdedd0df89ec405d7547b2582a77c763ea3630b",
"body": null,
"is_bot": false,
"headline": "fix remove node behaviour",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-02-18T13:34:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ed7ca191248dd7f30b0a59573ef1d5639044328",
"body": null,
"is_bot": false,
"headline": " npm audit fix",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-02-15T20:15:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd19056f52acc4e91aece02c7c6abbe63bb42132",
"body": null,
"is_bot": false,
"headline": "7.0.11",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-02-15T20:15:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d4f141e82d0e258829039b12dbda217020c5c78",
"body": null,
"is_bot": false,
"headline": "fix union types",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-02-15T20:15:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b222c8d73fea078f1fadb3c9ba5c90865a551aab",
"body": null,
"is_bot": false,
"headline": "7.0.10",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-02-15T20:10:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "252a919cab881b487727eb60becc29eb3bee2abe",
"body": "fix union types",
"is_bot": false,
"headline": "add MeshSlotName,",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-02-15T20:10:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef7f8d3972a7508a23d094f2c062917f785391b3",
"body": null,
"is_bot": false,
"headline": "7.0.9",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-02-15T19:52:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a133a79f1df64131a8c6f1e853389212e155fc8d",
"body": null,
"is_bot": false,
"headline": "Fix VariableValue",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-02-15T19:52:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "941fcdd0f095a76f9242f9d3a7a665cea9817810",
"body": null,
"is_bot": false,
"headline": "7.0.8",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-02-15T09:20:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1044982764164e35987cbf53fcd7a71f7ea7f5a",
"body": null,
"is_bot": false,
"headline": "GetStructType understands internals",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-02-15T09:20:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c178997d0a531e6ad28374ed73d89e0926e7d83",
"body": null,
"is_bot": false,
"headline": "7.0.7",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-02-15T09:13:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69dd1f356674857ebdf31d6ec6547db603d410f4",
"body": null,
"is_bot": false,
"headline": "GetStructType understands internals",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-02-15T09:13:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dff022364362553f0f687146924d84582d7d8cab",
"body": null,
"is_bot": false,
"headline": "7.0.6",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-02-15T00:18:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae3cb221fcbd9afa3ae028a300c8e8237987434c",
"body": "fix type",
"is_bot": false,
"headline": "add script to patch",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-02-15T00:18:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7af25a03c76d7ae413f0c344b3b939dc2ef594bd",
"body": null,
"is_bot": false,
"headline": "fix regexp mistake",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-02-13T02:11:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1e637d9a8cc4c332d996012fd6b2ce83d0d5c9f",
"body": null,
"is_bot": false,
"headline": "fix type",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-02-05T23:16:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a20d7ed0dc93bb7e79be894afe5c53122380f1b2",
"body": null,
"is_bot": false,
"headline": "fix removenode behavior",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-02-05T18:15:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df5b542e436dbaebd995524957ae5f15d7a2a541",
"body": null,
"is_bot": false,
"headline": "fix removenode behavior",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-02-05T18:11:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b4357449baaf5b09f5e8367f808de44745b619f",
"body": null,
"is_bot": false,
"headline": "update to 7.0.1",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-02-03T20:44:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54a7197de4d3e910a3428b1f44d61c46ddc513e2",
"body": null,
"is_bot": false,
"headline": "update DialogPrototype",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-02-03T20:44:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca773284d1ccd2042695da981dc6ae6d52338266",
"body": null,
"is_bot": false,
"headline": "Update to v7",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-01-23T18:14:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b499b3279cb37f969bd48dcb70bd7a9b71799cf",
"body": null,
"is_bot": false,
"headline": "Update",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-01-23T16:48:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3f2afbf9d83e626640da4d2dde1017f1a45ac42",
"body": null,
"is_bot": false,
"headline": "Fix a couple of bugs, update to 6.0.0",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-01-22T19:41:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f83876f9986ebc3fd658036684683f3529753b65",
"body": null,
"is_bot": false,
"headline": "Fix a couple of bugs, update to 5.1.3",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-01-21T23:34:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87dd50bc84e40f1e87da61e6667ac9172b5eaa83",
"body": null,
"is_bot": false,
"headline": "Regenerate all types",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-01-21T23:15:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9444c754beb068e1a4143b816b350c898e6f9b03",
"body": null,
"is_bot": false,
"headline": "update types",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-01-18T20:15:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "906256dac2f4cde0cd3012f47f2f6d52487fc38e",
"body": null,
"is_bot": false,
"headline": "update types",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-01-18T19:40:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d300b2414bc01c36a7593b4bf0a5365b7fef63ed",
"body": null,
"is_bot": false,
"headline": "update types",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-01-18T12:08:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f86adc97677a969c670948b43ba97d1446803ec",
"body": null,
"is_bot": false,
"headline": "fix plural",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-01-18T10:16:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5df3c745c155e4215e89f3fdd0f3dbccc37e1f5",
"body": null,
"is_bot": false,
"headline": "Autogenerate types with some cleaup",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-01-18T10:12:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39352ee8b8877271e7421cb68e83a00ade577b29",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/master'",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-01-03T23:55:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "deebcc7e2e174e1c6ed08b78834f228c2e0ead2f",
"body": "- Introduce `ExplosionPrototypes` type with detailed explosion-related fields:\n - Basic damage values (player/NPC/armor/destructible)\n - Armor penetration modifiers for both player/NPC\n - Environmental effects (impulse radius, force feedback, etc.)\n - Curve references (`ImpulseDamageCurve`, `Exp\n[…]\no/SFX prototypes (`ExplosionAkSFX`, `ExplosionDefectAkSFX`)\n - Niagara VFX systems for different environments\n - Concussion mechanics and particle effects\n\n- Update package.json version to **4.4.0**",
"is_bot": false,
"headline": "Add explosion prototype support in `types.mts`",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2026-01-03T23:55:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "359b215e5ee81cd065dd60c37755c1922fd4cbcb",
"body": null,
"is_bot": false,
"headline": "Fix console log for TriggeredCooldowns property",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2025-12-30T10:19:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8d9fc46b65e15b42d9f8a295db066de27e86bc7",
"body": "- Update version in package.json and package-lock.json to 4.3.1\n- Enable `useAsterisk` flag in Struct by removing comment from code\n- Adjust test case to use `[*]` syntax instead of `[0]` for asterisk usage",
"is_bot": false,
"headline": "Bump version to 4.3.1 and enable asterisk usage in Struct",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2025-12-26T19:32:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4446a2551b1676ed5aee8c6b0ea2fbd53094f3b",
"body": "- Bump version from 4.2.2 to 4.3.0 in package.json and package-lock.json\n- Add NPCPrototype type with detailed NPC-related fields including dialog chains, upgrades, skills, and coefficients",
"is_bot": false,
"headline": "Update to version 4.3.0 and add NPCPrototype type",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2025-12-25T23:23:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26a457a436496e4f0c51477d7e33d77b0bd4cef9",
"body": null,
"is_bot": false,
"headline": "Improve clone() perft",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2025-12-21T00:06:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e25d8feb7177f54b78534617f1376aedab46e7ea",
"body": null,
"is_bot": false,
"headline": "Sort props, add missing condition prop 'TargetItemContainer'",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2025-12-20T22:30:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75bac40f5ddce1be4f226e3bac591cfce56c6882",
"body": "update to 4.2.0",
"is_bot": false,
"headline": "Add many new enums;",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2025-12-16T23:37:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "144f2b7bf322ad6e8e745b6b5fe7156aebb3f5fb",
"body": "- Added `Location3Axis` type for better precision in 3D positions.\n- Updated all occurrences of `Location` with `Location3Axis`.\n- Adjusted imports to reflect changes in location types.\n- Modified `ECombatTactics` enum to align with new coordinate system.",
"is_bot": false,
"headline": "Refactor `Location3Axis` type, update enums, adjust `Location` imports.",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2025-12-14T02:34:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3180cd51533194a3d214b07fdfefa8a99f913bae",
"body": " - added OffsetAimingTime and related parameters to improve aiming mechanics\n - changed AmmoPerShot type from string to number for better type safety\n - modified FireIntervalModifiers and FireTypes types for consistency\n - introduced OffsetAimModifiers for enhanced aiming control\n - updated package version to 4.1.0",
"is_bot": false,
"headline": "feat: update aiming parameters and version to 4.1.0",
"author_name": "Victor Musienko",
"author_login": "sdwvit",
"committed_at": "2025-12-07T20:21:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe9e2da4c1faa648faaf31812b0d4e597f6f52d8",
"body": " - Bump package version from 3.15.0 to 4.0.0 in package.json and package-lock.json\n - Remove DeeplyPartial and DeeplyPartialStruct type definitions from types.mts",
"is_bot": false,
"headline": "chore: update version to 4.0.0 and remove unused type definitions",
"author_name": "Victor Musienko",
"author_login": null,
"committed_at": "2025-11-19T20:42:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "515600a54aa7705ad8a27cac94ef4188de1708d8",
"body": " - Introduced ESaveSubType for enhanced save type categorization\n - Updated package.json and package-lock.json to version 3.15.0\n - Reintroduced EAimAssistPresetType in types.mts\n - Added TotalSaveLimits and AllowedSaveTypes properties to relevant types",
"is_bot": false,
"headline": "feat: add ESaveSubType and update version to 3.15.0",
"author_name": "Victor Musienko",
"author_login": null,
"committed_at": "2025-11-17T18:46:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c421e34b88cd289ef8aafecaa677a749925128d",
"body": " - Incremented package version to 3.14.0 in package.json and package-lock.json\n - Updated MeshGeneratorPrototype to allow string keys for Attachments\n - Added noinspection directive for unused global symbols in enums.mts",
"is_bot": false,
"headline": "chore: update version to 3.14.0 and modify MeshGeneratorPrototype type",
"author_name": "Victor Musienko",
"author_login": null,
"committed_at": "2025-11-14T19:10:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70db8f5360f504de99c595e7b564ddc0effa2e5d",
"body": null,
"is_bot": false,
"headline": "add LairPrototype",
"author_name": "Victor Musienko",
"author_login": null,
"committed_at": "2025-11-14T19:06:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1674ba171f218c016446ca82707be3e82b9ddb9",
"body": " - Bump version in package.json and package-lock.json to 3.13.1\n - Change VariableValue type from number to any in multiple locations",
"is_bot": false,
"headline": "chore: update version to 3.13.1 and modify VariableValue type",
"author_name": "Victor Musienko",
"author_login": null,
"committed_at": "2025-11-14T18:17:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c3439bf61a93cebf39713a9d7d8ed067604d828",
"body": " - Added CommonMeshSlots type for defining mesh attachment slots\n - Introduced MeshGeneratorPrototype type with detailed structure\n - Updated package.json and package-lock.json to version 3.13.0",
"is_bot": false,
"headline": "chore: update version to 3.13.0 and add MeshGeneratorPrototype type",
"author_name": "Victor Musienko",
"author_login": null,
"committed_at": "2025-11-10T15:37:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe1a6cf7b8434828fc5a1cff1875945aa0c61df9",
"body": " - Bump version in package.json and package-lock.json to 3.12.0\n - Add SquadMembersQuestSIDs and SpawnInRadius properties to types\n - Introduce SpawnedGenericMembers structure with count and prototype SID\n - Include RespawnMembers boolean in types definition",
"is_bot": false,
"headline": "chore: update version to 3.12.0 and add new properties to types",
"author_name": "Victor Musienko",
"author_login": null,
"committed_at": "2025-11-09T22:48:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02d08beb1fc02b79f95acd7e348a6d951edcfc6f",
"body": " - Bump version in package.json and package-lock.json to 3.11.5\n - Add TargetPlaceholder type to types.mts",
"is_bot": false,
"headline": "chore: update version to 3.11.5 and add TargetPlaceholder type",
"author_name": "Victor Musienko",
"author_login": null,
"committed_at": "2025-11-06T19:56:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46ad7f1b840b5579e01705c4e1820108ed333cb7",
"body": " - Bump version in package.json and package-lock.json to 3.11.4\n - Update Conditions type definition to use GetStructType for better type safety",
"is_bot": false,
"headline": "chore: update version to 3.11.4 and refine Conditions type definition",
"author_name": "Victor Musienko",
"author_login": null,
"committed_at": "2025-11-06T19:48:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7071cc8dabfa22584f33cfe623deb0a802b36cdf",
"body": " - Bump version in package.json to 3.11.3\n - Update version in package-lock.json to 3.11.3\n - Refine Conditions type definition to include ConditionCheckType",
"is_bot": false,
"headline": "chore: update version to 3.11.3 and refine Conditions type definition",
"author_name": "Victor Musienko",
"author_login": null,
"committed_at": "2025-11-06T19:41:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0e22cc7044a52d71b63c01c4117e978307f8ae7",
"body": " - Changed ConsoleCommand from string array to a single string\n - Updated version in package.json to 3.11.2",
"is_bot": false,
"headline": "chore: update version to 3.11.2 and modify ConsoleCommand type",
"author_name": "Victor Musienko",
"author_login": null,
"committed_at": "2025-11-03T16:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00e94dc42f6d087fe475bcd5384b8a0fc19f5581",
"body": " - Bump version in package.json and package-lock.json to 3.11.1\n - Update various type definitions to use 'Location' instead of 'Point'\n - Add new properties to QuestNodePrototype and other types\n - Refactor DialogObjectLocation to use an array of Location types",
"is_bot": false,
"headline": "chore: update version to 3.11.1 and refine type definitions",
"author_name": "Victor Musienko",
"author_login": null,
"committed_at": "2025-10-31T08:56:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f1f9c8d6fbb5006ec0a1910180edeac66d88cc2",
"body": " - Bump package version to 3.11.0 in package.json and package-lock.json\n - Introduce new DialogChainPrototype type in types.mts",
"is_bot": false,
"headline": "chore: update version to 3.11.0 and add DialogChainPrototype type",
"author_name": "Victor Musienko",
"author_login": null,
"committed_at": "2025-10-25T19:37:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d5e6604c4716446095a2352648ba16225cfda32",
"body": " - Added Reactions and Factions types to enums.mts\n - Updated package.json to version 3.10.0\n - Refactored various types in types.mts for better structure\n - Removed deprecated conditions from types.mts",
"is_bot": false,
"headline": "chore: update version to 3.10.0 and add new types for game mechanics",
"author_name": "Victor Musienko",
"author_login": null,
"committed_at": "2025-10-25T10:24:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2528b77c0acd36dc789cf6a4bf0917ddc200d2a1",
"body": " - Bump version in package.json and package-lock.json to 3.9.1\n - Update Struct to set rawName for value instances of Struct",
"is_bot": false,
"headline": "chore: update version to 3.9.1 and modify Struct handling",
"author_name": "Victor Musienko",
"author_login": null,
"committed_at": "2025-10-22T18:34:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc2ae9b26e46c9a1f41cc863555522a34ccfe25d",
"body": " - Bump version in package.json and package-lock.json to 3.9.0\n - Introduce BarbedWirePrototype type with detailed properties",
"is_bot": false,
"headline": "chore: update version to 3.9.0 and add BarbedWirePrototype type",
"author_name": "Victor Musienko",
"author_login": null,
"committed_at": "2025-10-15T19:54:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efb465ddea66ae056acccb90bde756e08151b9ae",
"body": " - Bump version in package.json and package-lock.json to 3.8.1\n - Add ERelationChangingEvent enum to types.mts\n - Introduce new Reactions and Factions types in types.mts\n - Define RelationPrototype type with detailed structure in types.mts",
"is_bot": false,
"headline": "chore: update version to 3.8.1 and add new relation types",
"author_name": "Victor Musienko",
"author_login": null,
"committed_at": "2025-10-15T19:50:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75d8ada1a0d79e49f8d8bab2145de76d00566e1c",
"body": " - Increment version in package.json and package-lock.json to 3.7.3\n - Add \"NightVisionGoggles\" to the enums in enums.mts",
"is_bot": false,
"headline": "chore: update version to 3.7.3 and add NightVisionGoggles enum",
"author_name": "Victor Musienko",
"author_login": null,
"committed_at": "2025-10-12T21:30:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64665e714da9b47e99e532a85e76129e2f297188",
"body": " - Added new enums: EJournalEntity, EJournalState, EQuestNodeState, ERelationLevel\n - Refactored DialogPrototype to use interface for better type definition\n - Improved conditions structure in DialogPrototype for enhanced clarity\n - Updated version in package.json and package-lock.json to 3.7.2",
"is_bot": false,
"headline": "chore: update version to 3.7.2 and enhance DialogPrototype structure",
"author_name": "Victor Musienko",
"author_login": null,
"committed_at": "2025-10-12T18:42:13Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 137,
"latest_release_at": "2026-02-03T20:46:03Z",
"latest_release_tag": "7.0.1",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 28,
"days_since_latest_release": 169,
"mean_days_between_releases": 35.3
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "s2cfgtojson",
"exists": true,
"license": "ISC",
"keywords": [
"stalker",
"unrealengine",
"typescript",
"javascript",
"modding",
"mod",
"utility"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/s2cfgtojson",
"is_deprecated": false,
"latest_version": "7.1.0",
"repository_url": "https://github.com/sdwvit/s2cfgtojson",
"versions_count": 122,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 2103,
"first_published_at": "2025-07-06T23:40:09.252000Z",
"latest_published_at": "2026-07-17T22:47:28.629000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 0,
"stars": 2,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"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": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 982,
"source_files_sampled": 1,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": null,
"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": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 1,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "sdwvit",
"commits": 81,
"avatar_url": "https://avatars.githubusercontent.com/u/8777372?v=4"
},
{
"type": "User",
"login": "thexii",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/31440756?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.988
},
"quality_signals": {
"has_ci": false,
"has_tests": false,
"ci_workflows": [],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 1 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": 0,
"reason": "Found 1/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 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": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 5,
"reason": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"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": "2c9df84d86fbc57bdefd5fe531b4585d4e6aaafa",
"ran_at": "2026-07-23T08:22:28Z",
"aggregate_score": 2.9,
"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": "2026-07-17T22:56:45Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-17T22:36:39Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/sdwvit/S2CfgToJSON",
"host": "github.com",
"name": "S2CfgToJSON",
"owner": "sdwvit"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"security": 29,
"vitality": 83,
"community": 23,
"governance": 59,
"engineering": 31
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 83,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"commits_last_year": 137,
"human_commit_share": 1,
"days_since_last_push": 5,
"active_weeks_last_year": 28
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "28/52 weeks with commits",
"points": 19.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 28
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "137 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 137
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"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": 90,
"inputs": {
"releases_count": 7,
"latest_release_tag": "7.0.1",
"releases_from_tags": false,
"days_since_latest_release": 169,
"mean_days_between_releases": 35.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 169 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 169
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~35.3 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 35.3
}
}
],
"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": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 5,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 5 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 5
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 23,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 2,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 2
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"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": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"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": "moderate",
"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": 55,
"inputs": {
"packages": [
"s2cfgtojson"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 2103
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,103 downloads/month across npm",
"points": 44.3,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2103,
"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": 59,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.988
},
"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 99% of commits",
"points": 0.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 99
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 1,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "1/1 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 1,
"decided": 1
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"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": 61,
"inputs": {
"followers": 104,
"owner_type": "User",
"is_verified": null,
"owner_login": "sdwvit",
"public_repos": 49,
"account_age_days": 4328
},
"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": "104 followers of sdwvit",
"points": 14.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 104,
"login": "sdwvit"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "49 public repos, account ~11 yr old",
"points": 24.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 49
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"s2cfgtojson"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 5
},
"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 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "122 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 122
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 31,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"has_ci": false,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 1 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": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 29,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"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": 29,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 2.9
},
"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 1 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 1/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no 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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"status": "partial",
"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": 3
},
"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": 33,
"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.26,
"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": "26 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 13.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 26,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 23,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "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": 982,
"source_files_sampled": 1,
"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/1 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 1,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"deps.dev does not index npm:s2cfgtojson@7.1.0; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-23T08:22:34.277893Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/sdwvit/S2CfgToJSON.svg",
"full_name": "sdwvit/S2CfgToJSON",
"license_state": "absent",
"license_spdx": null
}