Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 128,
"has_wiki": false,
"homepage": null,
"languages": {
"PHP": 30402
},
"pushed_at": "2024-07-08T12:28:20Z",
"created_at": "2012-04-09T22:23:02Z",
"owner_type": "Organization",
"updated_at": "2026-07-15T08:39:56Z",
"description": "Given a deep data structure representing a configuration, access configuration by dot notation.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": null,
"name": "dflydev",
"type": "Organization",
"login": "dflydev",
"company": null,
"location": "Madison, WI",
"followers": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/199259?v=4",
"created_at": "2010-02-08T04:32:54Z",
"is_verified": null,
"public_repos": 92,
"account_age_days": 6008
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v3.0.3",
"kind": "patch",
"published_at": "2024-07-08T12:27:27Z"
},
{
"tag": "v3.0.2",
"kind": "patch",
"published_at": "2022-10-27T11:45:14Z"
},
{
"tag": "v3.0.1",
"kind": "patch",
"published_at": "2021-08-13T13:08:47Z"
},
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2021-01-01T22:20:16Z"
}
],
"recent_commits": [
{
"oid": "a23a2bf4f31d3518f3ecb38660c95715dfead60f",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2024-07-08T12:26:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22dd1f72d0627114e62006e630fd9e3cdaa84155",
"body": "Test on newer PHP versions",
"is_bot": false,
"headline": "Merge pull request #49 from dflydev/colinodell-patch-1",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2024-07-06T13:32:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b48c86d8ec10d2659e72f47ab6166cf1fa13c6eb",
"body": null,
"is_bot": false,
"headline": "Test on newer PHP versions",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2024-07-06T13:29:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6488cfcdba2b013c410abb90307a973b44a62299",
"body": "[Fix] PHP 8.4 compatibility",
"is_bot": false,
"headline": "Merge pull request #47 from smnandre/patch-1",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2024-07-06T13:26:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bba15f31ba2cb615c2ab599f114bbdab201d1ef2",
"body": "> Dflydev\\DotAccessData\\Exception\\MissingPathException::__construct(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be used instead",
"is_bot": false,
"headline": "[Fix] PHP 8.4 compatibility",
"author_name": "Simon André",
"author_login": "smnandre",
"committed_at": "2024-06-30T09:00:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f41715465d65213d644d3141a6a93081be5d3549",
"body": null,
"is_bot": false,
"headline": "Prepare to release v3.0.2",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2022-10-27T11:44:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72540c9982ad2ba88bea60b8f00d005c21ff61a9",
"body": "add return types to doc blocks",
"is_bot": false,
"headline": "Merge pull request #45 from madflow/fix/return-types-to-doc-blocks",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2022-10-27T11:41:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a0432964736b3a4f02c07828ab9bfd9f8e31500",
"body": null,
"is_bot": false,
"headline": "add return types to doc blocks",
"author_name": "madflow",
"author_login": "madflow",
"committed_at": "2022-10-27T11:40:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2444050c080a65095d47f56f7ad8a18ab07a95f",
"body": "Upgrade to Psalm 4 to fix issues since 3.0.1",
"is_bot": false,
"headline": "Merge pull request #41 from dhrrgn/upgrade-psalm",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2021-10-06T16:53:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91192e2c44b4fca3fd5cfba467c0e74b54ad78a8",
"body": "The mbstring polyfill added ??= which causes errors with Psalm 3. See: https://github.com/symfony/polyfill-mbstring/commit/11d0d87a1d1ef6a3d8158fcb756387786490cd08#r45855304\n\nThis also removes the use of references in Data->has, because Psalm (rightly) considers that impure.",
"is_bot": false,
"headline": "Upgrade to Psalm 4 to fix issues since #40.",
"author_name": "Dan Horrigan",
"author_login": "dhrrgn",
"committed_at": "2021-10-03T23:36:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0992cc19268b259a39e86f296da5f0677841f42c",
"body": null,
"is_bot": false,
"headline": "Prepare for 3.0.1 release.",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2021-08-13T13:06:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcec53d46e9e33fa62977364ae221a509c5bf1f5",
"body": "Implement ReturnTypeWillChange attributes",
"is_bot": false,
"headline": "Merge pull request #40 from driesvints/php81-attributes",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2021-08-13T13:03:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b1d08472973a72d7df9de6a7e71400c204cf7eb",
"body": null,
"is_bot": false,
"headline": "Implement ReturnTypeWillChange attributes",
"author_name": "Dries Vints",
"author_login": "driesvints",
"committed_at": "2021-08-12T09:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e04ff030d24a33edc2421bef305e32919dd78fc3",
"body": null,
"is_bot": false,
"headline": "Prepare to release v3.0.0",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2021-01-01T22:08:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6eaddfec94774f5527afa448cafb6f748da2b700",
"body": "Fix PHPStan check",
"is_bot": false,
"headline": "Merge pull request #38 from colinodell/fix-phpstan-check",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2020-12-22T19:15:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40e95dbb49f9bdb63e288144a9c8a684f0a7ba10",
"body": "Improve assertions",
"is_bot": false,
"headline": "Merge pull request #37 from open-source-contributions/test_enhancement",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2020-12-22T19:15:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e45f9efcb202c26a0c42c3f0453b65335655a8cf",
"body": null,
"is_bot": false,
"headline": "Fix PHPStan check",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-12-18T22:39:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58fc733d616822cabc2e95dadb34842be89176d1",
"body": null,
"is_bot": false,
"headline": "Improve assertions",
"author_name": "peter279k",
"author_login": "peter279k",
"committed_at": "2020-11-22T19:27:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b875511ddb281f2e6ca38c541aa12ba9a753b02",
"body": "Add recent changes to the CHANGELOG",
"is_bot": false,
"headline": "Merge pull request #36 from colinodell/update-changelog",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2020-10-19T20:44:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b2ca30637f29c5e3ce1918824830a4b52a3125e",
"body": "Ignore false return type detection by PHPStan",
"is_bot": false,
"headline": "Merge pull request #35 from colinodell/fix-false-issue-detection",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2020-10-19T20:44:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aaa31f904ea3bd4a3ce4abd8d4d380de51bc6210",
"body": "Add tests for numeric array access",
"is_bot": false,
"headline": "Merge pull request #34 from colinodell/test-for-numeric-keys",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2020-10-19T20:43:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01407e1965a4979d0e8345a22515376a5cca2ae0",
"body": null,
"is_bot": false,
"headline": "Add recent changes to the CHANGELOG",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-10-16T21:35:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e7e2b247971fe9e116973d188cc348fc4c35b37",
"body": "See:\n - https://github.com/phpstan/phpstan/issues/3961\n - https://github.com/phpstan/phpstan/issues/3596",
"is_bot": false,
"headline": "Ignore false return type detection by PHPStan",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-10-16T21:33:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9271b61ab42d4b62b1cceb9d0cd8540c70c32e4",
"body": "Confirms the requested behavior of issue #8",
"is_bot": false,
"headline": "Add tests for numeric array access",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-10-16T21:04:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0c701c529f9df4bc86b91b40adab5c91282e5b7",
"body": "Implement a changelog",
"is_bot": false,
"headline": "Merge pull request #33 from colinodell/changelog",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2020-10-16T18:40:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bef95cd61505b4271a953404eaf966eec26a177",
"body": "Add new MERGE import mode",
"is_bot": false,
"headline": "Merge pull request #32 from colinodell/merge-modes",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2020-10-16T18:40:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2951b7dcd98ad9df816586487e4e48197b10be96",
"body": "Allow null values",
"is_bot": false,
"headline": "Merge pull request #30 from colinodell/allow-null-values",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2020-10-16T18:39:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fb303ebeb15cf01270b2bd2dbf057b303151c4b",
"body": null,
"is_bot": false,
"headline": "Implement a changelog",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-10-10T13:03:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16388ed1eecd1c355114a589e356a43ba687548d",
"body": null,
"is_bot": false,
"headline": "Fix bug when merging an array with a non-array",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-10-03T18:41:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3824b8ac4ab651b575cadf200f32ee0d1480ee0c",
"body": null,
"is_bot": false,
"headline": "Add new MERGE import mode; change clobber to no longer be boolean",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-10-03T18:40:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da970b769bc24778c3b4e38359de36674a42c170",
"body": null,
"is_bot": false,
"headline": "Allow null values",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-10-03T16:59:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f8ff52bf2acdf0e8993cf77fce21c434640eed5",
"body": "Add badges to README",
"is_bot": false,
"headline": "Merge pull request #26 from colinodell/badges",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2020-09-29T00:31:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68a1126cead7d9d0e8445c89dec55cb09c6ae751",
"body": "Add Colin O'Dell as a contributor",
"is_bot": false,
"headline": "Merge pull request #27 from colinodell/add-colin-as-contributor",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2020-09-29T00:31:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf2f0bd1fadcff9f87efa5ce0594349c5f2cbe50",
"body": "Throw exception when accessing non-existent key paths and not providing a default value",
"is_bot": false,
"headline": "Merge pull request #29 from colinodell/throw-exception-on-missing-key",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2020-09-29T00:30:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3314cd42d3a91da20825c9b1e9e25559b7ba945",
"body": "Minor cleanup",
"is_bot": false,
"headline": "Merge pull request #28 from colinodell/cleanup",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2020-09-29T00:30:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c383e69ac653c9ff459e8047c015078419518cb7",
"body": "…ng a default value\n\nResolves #22",
"is_bot": false,
"headline": "Throw exception when accessing non-existent key paths and not providi…",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-09-27T13:23:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7437fbac478e6a0c13fefbc601cc7c8e8b38f70",
"body": null,
"is_bot": false,
"headline": "Improve exception messages",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-09-27T13:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbaf6677e7ff72f1d13ae711157cd5fd27e40e7f",
"body": null,
"is_bot": false,
"headline": "Make keyToPathArray() a static method",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-09-27T13:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d58a26c9e165644a316a0529a6cbf0f1f9c2555",
"body": "The runSampleDataTests() call in testGetData() triggers an exception\nwhich prevents all subsequent tests from running. Moving this code into\na separate tests ensures that this particual test runs instead of being\nskipped over.",
"is_bot": false,
"headline": "Fix test not being executed",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-09-27T13:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ae65e3b71c37a1ff8a0ed56384279c17616cfe4",
"body": null,
"is_bot": false,
"headline": "Document the allowed usage of slashes for key path delimiters",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-09-27T13:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8381de46296caf651ae48acacb964fce8d196e28",
"body": null,
"is_bot": false,
"headline": "Document additional behavior including when exceptions are thrown",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-09-27T13:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9be38e8c13ac8996dc31c80a250c9c42fa2034ed",
"body": null,
"is_bot": false,
"headline": "Simplify key iteration",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-09-27T13:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b24e50c94e1d56c15b51625717399e60cd2bdfb8",
"body": null,
"is_bot": false,
"headline": "Use strict types",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-09-27T13:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50f6f1dd232014347ca1c51a32e9804b2fe2e4ca",
"body": null,
"is_bot": false,
"headline": "Add Colin O'Dell as a contributor",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-09-26T23:12:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "035d8e2613e022d599efeecfe706d8083984e6bd",
"body": "These badges help developers quickly understand the quality, popularity, and other important bits of information of a package at a glance",
"is_bot": false,
"headline": "Add badges to README",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-09-26T23:09:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c13ae11001a59f2bca9267153ee91c7547ed052",
"body": null,
"is_bot": false,
"headline": "Update alias for main branch to 3.x-dev",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2020-09-25T22:33:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbe18c6e079afee6796d592b90fb53cc712e2518",
"body": "Allow slash-delimited paths (hard coded)",
"is_bot": false,
"headline": "Merge pull request #24 from colinodell/slash-delimiters-hard-coded",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2020-09-25T22:24:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b2ba6909883288c956b185bd86e358e1b29e635",
"body": "Implement more-specific exceptions",
"is_bot": false,
"headline": "Merge pull request #20 from colinodell/better-exceptions",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2020-09-25T22:21:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7564f3525b81dd64a58f7dd82205ce8990a38c5b",
"body": "Fix test errors",
"is_bot": false,
"headline": "Merge pull request #23 from colinodell/fix-test-failures",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2020-09-25T22:21:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "507a699d7302d27d634753807eee2c70c98f8528",
"body": null,
"is_bot": false,
"headline": "Allow forward-slashes to be use as path delimiters",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-09-25T13:43:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c969ee1397240bc4521f6ec2bd959a1d7dcd3b83",
"body": null,
"is_bot": false,
"headline": "Pull all path splitting logic into a single method",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-09-25T13:39:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1064bbdd4af5bf9d7bf195a9c0be55d41c12ccd6",
"body": null,
"is_bot": false,
"headline": "Implement more-specific exceptions",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-09-25T13:28:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e66b8e8679228cf354656f9c403cd6b5c8ce5b56",
"body": null,
"is_bot": false,
"headline": "Remove accidental copy-paste",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-09-25T13:26:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d7232780c7075915f481c80fbaa50e7c9add668",
"body": null,
"is_bot": false,
"headline": "Fix code style issues",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-09-25T13:17:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3ec1b504ffd5b30ec185691a2b10e6f786ae9a5",
"body": "Scrutinizer CI",
"is_bot": false,
"headline": "Merge pull request #19 from colinodell/scrutinizer-ci",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2020-09-22T13:07:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f542afa9b1845d42bcd7fa474eb88203c2a487f2",
"body": "Code quality and tests",
"is_bot": false,
"headline": "Merge pull request #18 from colinodell/code-quality-and-tests",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2020-09-22T13:02:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "760706a5627ba1194e66151fce0cfa870311c8fe",
"body": "Implement ArrayAccess interface",
"is_bot": false,
"headline": "Merge pull request #17 from colinodell/array-access",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2020-09-22T13:01:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d97a07afa8ed6937d0a4e2ddd969601ea0a71b3",
"body": null,
"is_bot": false,
"headline": "Use Scrutinizer CI to track code coverage and quality",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-09-19T16:45:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28e715541498b606bb0504c4b0f899b16c883dd4",
"body": null,
"is_bot": false,
"headline": "Fix code coverage on PHP 7.1",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-09-19T16:43:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "900ac8c2cabdf144d4404c737af3626aafc5499c",
"body": null,
"is_bot": false,
"headline": "Add CONTRIBUTING.md guide",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-09-19T16:05:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97e1c611a3fc905d4c39b21277e6da73c6e7348f",
"body": null,
"is_bot": false,
"headline": "Add Composer script shortcuts to simplify testing",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-09-19T16:05:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f7a42d35a5e5c3a7895a5135700c0de0e78d618",
"body": null,
"is_bot": false,
"headline": "Add .editorconfig file to pre-configure contributor IDEs",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-09-19T16:05:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "392d36e122ac34147c8c14742b00f415919e21d6",
"body": null,
"is_bot": false,
"headline": "Update code to match PSR-12 code style",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-09-19T16:05:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d55cd4959c45a15c21bfad9fa2030269dc0ca8a7",
"body": null,
"is_bot": false,
"headline": "Check code style against PSR-12",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-09-19T16:05:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d52384261b723875f40e684528a1e46ec3161e1b",
"body": null,
"is_bot": false,
"headline": "Add psalm purity markers",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-09-19T16:05:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d9590873b46fe70ee7e0becc8c0aa94fb38382f",
"body": null,
"is_bot": false,
"headline": "Clean up type definition issues found by phpstan",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-09-19T15:59:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbbc4c3861a6e1d1896c943e8a9a1e8f240aba56",
"body": null,
"is_bot": false,
"headline": "Remove redundant array check found by Psalm",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-09-19T15:59:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9961e9a040774a489383bfa67c7a3d939081e910",
"body": null,
"is_bot": false,
"headline": "Add phpstan and psalm for static analysis",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-09-19T15:59:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bac904fda42a2830c6e3275be1a868cfc65d2659",
"body": null,
"is_bot": false,
"headline": "Test on PHP 8",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-09-19T15:59:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d525666ed5564b15a98607b618ed6f7fea7894f8",
"body": null,
"is_bot": false,
"headline": "Test using newer versions of PHPUnit",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-09-19T15:59:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d37c5d1382561fc68b283daa3e9586a9ab9264b9",
"body": "Github Actions is significantly faster and provides nicer feedback about\ntest failures.",
"is_bot": false,
"headline": "Switch from Travis CI to Github Actions",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-09-19T15:59:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a48109d7945c2d803c8c489f6d0b3e8366a7915f",
"body": "This will allow us to use class constant visibility and nullable types",
"is_bot": false,
"headline": "Bump minimum PHP version to 7.1; test up to PHP 7.4",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-09-19T15:59:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d84f82cc1d847f072d4c0e0bee6f4da16a066e8",
"body": null,
"is_bot": false,
"headline": "Exclude unnecessary files from release archive exports",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-09-19T15:23:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aca3e0c3b7f5c9e7ebb132e08893a9a21ae8d93c",
"body": null,
"is_bot": false,
"headline": "Implement ArrayAccess interface",
"author_name": "Colin O'Dell",
"author_login": "colinodell",
"committed_at": "2020-09-19T14:54:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5899e067a8eb6fa4e4c64318a0bd71bad8c272c",
"body": "Fix typo, license in README.",
"is_bot": false,
"headline": "Merge pull request #14 from mikeryan776/master",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2018-09-08T23:06:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71c4ffe5f5cd52083c04dcf202c65c2c24d84506",
"body": null,
"is_bot": false,
"headline": "Fix typo, license in README.",
"author_name": "Mike Ryan",
"author_login": "mikeryan776",
"committed_at": "2018-05-17T20:53:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70a44e8a46c7943118cbbf741ef3411d84e38c81",
"body": "Only support PHP 7.0 and above",
"is_bot": false,
"headline": "Merge pull request #12 from martinssipenko/php7",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2017-12-21T14:08:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07a883539c89aeb1d440882ac14f5e5d5e9fd14e",
"body": null,
"is_bot": false,
"headline": "Only support PHP 7.0 and above",
"author_name": "Martins Sipenko",
"author_login": "martinssipenko",
"committed_at": "2017-12-21T10:39:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fbd874921ab2c041e899d044585a2ab9795df8a",
"body": "Fixing has() to recognize keys with null value.",
"is_bot": false,
"headline": "Merge pull request #7 from grasmash/master",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2017-01-20T21:14:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c93ea4af3b81b701eed1e8fe7802c602782d46e6",
"body": null,
"is_bot": false,
"headline": "Fixing has() to recognize keys with null value.",
"author_name": "Matthew Grasmick",
"author_login": "grasmash",
"committed_at": "2017-01-04T17:02:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c253bb13bdfce27745548cb939de281b8df60d1",
"body": "Adding has() method",
"is_bot": false,
"headline": "Merge pull request #4 from cfrutos/master",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2016-04-25T07:35:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec305d27a0141b035bf3518583bd31f6d4215ce8",
"body": "Updating documentation\n\nUsing PHP5.3 compatible array notation\n\nDisabling tls on Travis to avoid 5.3.3 SSL issue\n\nDisabling TLS on composer (travis)\n\nFixing typo\n\nTrying to avoid OpenSSL error\n\nPHP 5.3.3 crashes",
"is_bot": false,
"headline": "Adding has() method for key checking",
"author_name": "cronopio",
"author_login": "cfrutos",
"committed_at": "2016-04-15T13:30:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a0960d088119818ce7687d200c363b01d183cbe",
"body": "Update buildmatrix to include PHP 5.5 & 5.6",
"is_bot": false,
"headline": "Merge pull request #3 from eggnaube/master",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2015-08-13T03:51:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52ec5113cddf9e9ddc6c1f7b622cf0d13f8be67b",
"body": null,
"is_bot": false,
"headline": "Update buildmatrix to include PHP 5.5 & 5.6",
"author_name": "Benno",
"author_login": "eggnaube",
"committed_at": "2015-08-12T16:05:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cc014e174ec04256cbc8f66631b61cfb6fd4088",
"body": "Add default value to the getter.",
"is_bot": false,
"headline": "Merge pull request #2 from eggnaube/master",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2015-08-11T14:42:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0923278e345e3725b151a6771b4b347ce5221aa3",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Benno",
"author_login": "eggnaube",
"committed_at": "2015-08-11T07:46:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24f7fcc6260a4c3462bd0f5b0ecf036bb67e3481",
"body": null,
"is_bot": false,
"headline": "Add a default value to the getter.",
"author_name": "Benno Eggnauer",
"author_login": null,
"committed_at": "2015-08-11T07:42:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e66b3b0d06e204af9e2ff1e06d228f0a527855e7",
"body": "Update README.md",
"is_bot": false,
"headline": "Merge pull request #1 from Narno/patch-1",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2015-03-17T13:52:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2738e7c2e90e6a3fbc3b788ae55b7183935b709e",
"body": "Syntax highlighting.",
"is_bot": false,
"headline": "Update README.md",
"author_name": "Arnaud Ligny",
"author_login": "ArnaudLigny",
"committed_at": "2015-03-17T09:41:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d493ca16fe1a7e82e56810124ec0b556e6ed9113",
"body": null,
"is_bot": false,
"headline": "Travis.",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2012-07-17T20:32:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6bf7105dd75ba24d0de12ad118b3832ecd602ac",
"body": null,
"is_bot": false,
"headline": "CS",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2012-07-17T20:31:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06dc131dbddd3ce9adbfa3e95bca50a0702bf387",
"body": null,
"is_bot": false,
"headline": "Updated License, composer changes, moved tests.",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2012-07-17T20:29:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aaf313232203ddd3e55eab1cce00d5b6cd1ffd36",
"body": null,
"is_bot": false,
"headline": "Fix composer meta data",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2012-04-21T22:37:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffabf1caa83e17fee6de9fa7d9c40f53671baa00",
"body": "…l if trying to index into a string instead of an array.",
"is_bot": false,
"headline": "Additional testing, set cannot clobber strings, get should return nul…",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2012-04-11T22:12:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e44e288762f3e5d8ac38627334e9d81c10b386e9",
"body": null,
"is_bot": false,
"headline": "Examples.",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2012-04-10T20:51:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf5b80fff4b3a6dc4938caa7b6ffd815522a6b26",
"body": null,
"is_bot": false,
"headline": "Remove dependencies and added some usage.",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2012-04-10T16:08:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcff9aef1140c3b6f98dcc9b08f923d54e792332",
"body": null,
"is_bot": false,
"headline": "Finished implementation, finished testing.",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2012-04-10T15:41:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "645f4a7c22be3d80e2fb5801baca9389478b5e20",
"body": null,
"is_bot": false,
"headline": "More configuration -> data",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2012-04-10T15:05:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9d0db41beaa165a995211191fd584bbc8e02e30",
"body": null,
"is_bot": false,
"headline": "Updated README",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2012-04-10T14:30:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "889ed12e35e2c8d13d291fb5389982c75529c6bc",
"body": null,
"is_bot": false,
"headline": "Renamed to dot access data",
"author_name": "Beau Simensen",
"author_login": "simensen",
"committed_at": "2012-04-10T14:29:03Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 0,
"latest_release_at": "2024-07-08T12:27:27Z",
"latest_release_tag": "v3.0.3",
"releases_from_tags": false,
"days_since_last_push": 744,
"active_weeks_last_year": 0,
"days_since_latest_release": 744,
"mean_days_between_releases": 427.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "dflydev/dot-access-data",
"exists": true,
"license": "MIT",
"keywords": [
"data",
"access",
"dot",
"notation"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/dflydev/dot-access-data",
"is_deprecated": false,
"latest_version": "v3.0.3",
"repository_url": "https://github.com/dflydev/dflydev-dot-access-data",
"versions_count": 8,
"total_downloads": 402272458,
"dependents_count": 88,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 11939126,
"first_published_at": null,
"latest_published_at": "2024-07-08T12:26:09Z",
"latest_version_yanked": null,
"days_since_latest_publish": 744
}
]
},
"popularity": {
"forks": 20,
"stars": 723,
"watchers": 8,
"fork_history": {
"days": [
{
"date": "2013-11-19",
"count": 1
},
{
"date": "2015-08-11",
"count": 1
},
{
"date": "2017-01-04",
"count": 1
},
{
"date": "2017-11-14",
"count": 1
},
{
"date": "2017-12-19",
"count": 1
},
{
"date": "2018-03-11",
"count": 1
},
{
"date": "2018-05-17",
"count": 1
},
{
"date": "2020-09-11",
"count": 1
},
{
"date": "2020-09-19",
"count": 1
},
{
"date": "2020-11-22",
"count": 1
},
{
"date": "2021-10-03",
"count": 1
},
{
"date": "2021-12-21",
"count": 1
},
{
"date": "2022-02-28",
"count": 1
},
{
"date": "2022-10-13",
"count": 1
},
{
"date": "2022-10-25",
"count": 1
},
{
"date": "2024-06-30",
"count": 1
},
{
"date": "2024-07-05",
"count": 1
},
{
"date": "2025-12-08",
"count": 1
},
{
"date": "2026-03-07",
"count": 1
},
{
"date": "2026-06-06",
"count": 1
}
],
"complete": true,
"collected": 20,
"total_forks": 20
},
"star_history": null,
"open_issues_and_prs": 6
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 12558,
"source_files_sampled": 8,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.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": 5,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpstan/phpstan",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "scrutinizer/ocular",
"direct": false,
"version": "1.6.0",
"ecosystem": "packagist"
},
{
"name": "squizlabs/php_codesniffer",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "vimeo/psalm",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 6,
"direct_count": 0,
"indirect_count": 6
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 30,
"open_issues": 5,
"closed_ratio": 0.667,
"closed_issues": 10,
"closed_unmerged_prs": 8
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "colinodell",
"commits": 47,
"avatar_url": "https://avatars.githubusercontent.com/u/202034?v=4"
},
{
"type": "User",
"login": "simensen",
"commits": 43,
"avatar_url": "https://avatars.githubusercontent.com/u/191200?v=4"
},
{
"type": "User",
"login": "eggnaube",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1303328?v=4"
},
{
"type": "User",
"login": "ArnaudLigny",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/80580?v=4"
},
{
"type": "User",
"login": "dhrrgn",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/149921?v=4"
},
{
"type": "User",
"login": "driesvints",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/594614?v=4"
},
{
"type": "User",
"login": "martinssipenko",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/598744?v=4"
},
{
"type": "User",
"login": "grasmash",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/539205?v=4"
},
{
"type": "User",
"login": "mikeryan776",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/616491?v=4"
},
{
"type": "User",
"login": "smnandre",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1359581?v=4"
}
],
"contributors_sampled": 13,
"top_contributor_share": 0.461
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"tests.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"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 13 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": 7,
"reason": "Found 12/17 approved changesets -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 13 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "a23a2bf4f31d3518f3ecb38660c95715dfead60f",
"ran_at": "2026-07-22T17:13:10Z",
"aggregate_score": 3.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-04-19T07:44:31Z",
"oldest_open_prs": [
{
"number": 54,
"created_at": "2025-12-08T11:09:56Z",
"last_comment_at": "2025-12-08T11:11:28Z",
"last_comment_author": "Chris53897"
}
],
"last_merged_pr_at": "2024-07-06T13:32:12Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": [
{
"number": 43,
"created_at": "2022-05-20T10:13:52Z",
"last_comment_at": "2024-03-22T07:41:46Z",
"last_comment_author": "curzio-della-santa"
},
{
"number": 50,
"created_at": "2024-11-20T21:38:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 51,
"created_at": "2025-01-07T07:52:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 53,
"created_at": "2025-07-04T16:49:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 55,
"created_at": "2026-04-09T23:00:45Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/dflydev/dflydev-dot-access-data",
"host": "github.com",
"name": "dflydev-dot-access-data",
"owner": "dflydev"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "Abandonment Policy applies a 85% multiplier to weighted overall health.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 0,
"pct": 85
}
}
],
"value": 42,
"inputs": {
"security": 49,
"vitality": 15,
"community": 73,
"governance": 66,
"engineering": 48,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 50,
"overall_after_abandonment_multiplier": 42
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 15,
"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": 744,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 744 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 744
}
}
],
"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": 36,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v3.0.3",
"releases_from_tags": false,
"days_since_latest_release": 744,
"mean_days_between_releases": 427.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 744 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 744
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~427.9 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 427.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"cap": null,
"state": "at_risk",
"guards": [
"dependencies_clean"
],
"signals": [
"scorecard_unmaintained",
"broken_ci"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 1,
"unanswered_open_issues": 4,
"days_since_last_merged_pr": 746,
"days_since_last_human_commit": 744,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 744 days; 2 unmet obligation(s): Scorecard reports it unmaintained, CI broken",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 744,
"count": 2,
"signals": "Scorecard reports it unmaintained, CI broken"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 73,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"forks": 20,
"stars": 723,
"watchers": 8,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "723 stars",
"points": 46.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 723
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "20 forks",
"points": 10.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 20
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "8 watchers",
"points": 4.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 8
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"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": null,
"notes": [],
"value": 93,
"inputs": {
"packages": [
"dflydev/dot-access-data"
],
"dependents": 88,
"ecosystems": "packagist",
"total_downloads": 402272458,
"monthly_downloads": 11939126
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "11,939,126 downloads/month across packagist",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 11939126,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "88 packages depend on it",
"points": 13,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 88
}
}
],
"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": 66,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 13,
"top_contributor_share": 0.461
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 46% of commits",
"points": 12.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 46
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "13 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 13
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 13 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"merged_prs": 30,
"open_issues": 5,
"closed_issues": 10,
"issue_closed_ratio": 0.667,
"closed_unmerged_prs": 8
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "67% of issues closed",
"points": 31.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 67
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "30/38 decided PRs merged",
"points": 30.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 30,
"decided": 38
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 12/17 approved changesets -- score normalized to 7",
"points": 10.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"followers": 9,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "dflydev",
"public_repos": 92,
"account_age_days": 6008
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "9 followers of dflydev",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 9,
"login": "dflydev"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "92 public repos, account ~16 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 92
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"dflydev/dot-access-data"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 744
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on packagist",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "packagist"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 744 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 744
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "8 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 8
}
}
],
"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": 48,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 13 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 49,
"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": 36,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.6
},
"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 13 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 12/17 approved changesets -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 13 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "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; 5 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": 5
}
},
{
"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": 5,
"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": 23
},
"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": "critical",
"name": "AI Readiness",
"value": 28,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.37,
"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": "37 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 19.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 37,
"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": 24,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 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": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "PHP",
"largest_source_bytes": 12558,
"source_files_sampled": 8,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "PHP without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "PHP"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/8 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 8,
"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"
],
"report_type": "repository",
"generated_at": "2026-07-22T17:13:28.567309Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/dflydev/dflydev-dot-access-data.svg",
"full_name": "dflydev/dflydev-dot-access-data",
"license_state": "standard",
"license_spdx": "MIT"
}