原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"dotnet-core",
"logging",
"file"
],
"is_fork": false,
"size_kb": 94,
"has_wiki": true,
"homepage": null,
"languages": {
"C#": 82462
},
"pushed_at": "2026-07-29T05:16:39Z",
"created_at": "2017-05-14T09:19:07Z",
"owner_type": "Organization",
"updated_at": "2026-07-29T05:17:07Z",
"description": "Generic file logger for .NET Core (FileLoggerProvider) with minimal dependencies",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "C#",
"significant_languages": [
"C#"
]
},
"owner": {
"blog": "https://www.nrecosite.com",
"name": "NReco",
"type": "Organization",
"login": "nreco",
"company": null,
"location": "Ukraine",
"followers": 23,
"avatar_url": "https://avatars.githubusercontent.com/u/11454836?v=4",
"created_at": "2015-03-13T07:20:05Z",
"is_verified": null,
"public_repos": 12,
"account_age_days": 4155
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [],
"recent_commits": [
{
"oid": "3010cd1e9858cb0c42fa49eff8357680ee1d7632",
"body": null,
"is_bot": false,
"headline": "Version 1.4.0 bump",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2026-07-29T05:16:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "753e3500264afa807fdea3537b256effb6bf0238",
"body": "* Add optional logging scope support\n\n* Collect scopes into a reusable list instead of a StringBuilder\n\nAvoids the StringBuilder-to-ValueStringBuilder copy and its netstandard2.0 fallback.\nThe list holds one entry per active scope, so it needs no capacity trimming.\n\n* Expose the active scope provide\n[…]\n IncludeScopes so that option remains the single opt-in for scope handling and never becomes a no-op for custom formatters. FilterLogEntry receives the same struct and so can filter on scopes as well.",
"is_bot": false,
"headline": "Add optional logging scope support (#86)",
"author_name": "Avi Levin",
"author_login": "Arithmomaniac",
"committed_at": "2026-07-29T04:59:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a1d0b21aa258145251a999bc38049e9851711de0",
"body": "…apps",
"is_bot": false,
"headline": "Version 1.3.1 bump + return netstandard2.0 target for .NET Framework …",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2025-11-19T12:11:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75f03d619a3924812d4aaa884493c1cae8536be3",
"body": "… versions (2.x, 3.1)",
"is_bot": false,
"headline": "Version 1.3.0 bump + removed netstandard targets for legacy .NET Core…",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2025-11-17T13:42:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "037054f86707b98bd46cb178c2f6f6a92c1f1477",
"body": "* Upgrade main lib TFM to .NET 10\n\n* Cleanup usings\n\n* Also update Test libs to newest version",
"is_bot": false,
"headline": "Add .NET 10 TFM and clean up usings (#82)",
"author_name": "Sella-GH",
"author_login": "Sella-GH",
"committed_at": "2025-11-17T12:52:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43658407050f6f842fa14cd5404ca32c89920e0b",
"body": "… extension method. (#80)",
"is_bot": false,
"headline": "Avoided Caching FileLoggerProvider instance in AddFile() registration…",
"author_name": "Alessandro Giorgetti",
"author_login": "AGiorgetti",
"committed_at": "2025-11-17T12:43:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f26b3f46993a4a4955022d5861f0f51fcaffab32",
"body": "…ingStableBaseRollingFile) #75",
"is_bot": false,
"headline": "Some tests can fail randomly (WriteDescendingRollingFile, WriteAscend…",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2024-11-18T13:27:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e975caa87696c4be3e337561e98f8b4afe686b96",
"body": null,
"is_bot": false,
"headline": "Version 1.2.2 bump",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2024-11-18T13:13:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2396077ef65844a23795f91d6e3777c781d031ad",
"body": "… the FileLogger.Log (#74) -- extract all optimized code to StringLogEntryFormatter class, optimize GetFormattedLength, added more tests",
"is_bot": false,
"headline": "Reduce heap allocation of the default log message formatting logic in…",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2024-11-18T12:59:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef7c0f97c1186c579bade67bc77133ff109ad603",
"body": "… the FileLogger.Log (#74)\n\n* Reduce heap allocation of the default log message formatting logic in FileLogger.Log\r\n\r\n* Hide TryFormat extensions under preprocessor directives for target frameworks greater than netstandard2.0\r\n\r\n* Add tests for int and DateTime extensions, multi-target the test project to cover netstandard2.0\r\n\r\n* Improve DateTimeExtensionsTests a tiny bit\r\n\r\n* Tests: update .NET Framework target from net462 to net481",
"is_bot": false,
"headline": "Reduce heap allocation of the default log message formatting logic in…",
"author_name": "Andrii Annenko",
"author_login": "aannenko",
"committed_at": "2024-11-18T07:16:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83558ad5d3dc9da2c2e15d0112d1e2a4dc81fd85",
"body": "…tream (#72)\n\nCo-authored-by: Michal Linhart <michal.linhart@gmail.com>",
"is_bot": false,
"headline": "* Explicitly specifying FileShare.Read option when opening the file s…",
"author_name": "zoka-cz",
"author_login": "zoka-cz",
"committed_at": "2024-10-21T09:15:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51f46d28acc54d41092402720cdc1e95fdbb5748",
"body": "This add [syntax highlighting] to the code blocks in the README, which makes the documentation much easier to read.\r\n\r\n[syntax highlighting]: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#syntax-highlighting",
"is_bot": false,
"headline": "Add syntax highlighting to README snippets",
"author_name": "Y. Meyer-Norwood",
"author_login": "norwd",
"committed_at": "2024-10-17T06:33:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3aa864ea0111d01a1738ec0c90466eb392b0d73",
"body": null,
"is_bot": false,
"headline": "Version 1.2.1 bump",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2024-06-05T10:49:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4313f9c98592a1af91158a67708cfc646da37713",
"body": null,
"is_bot": false,
"headline": "Minor code formatting changes",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2024-06-05T10:38:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "beee8e040064775ca1846e56851c449306d7dae9",
"body": null,
"is_bot": false,
"headline": "CI: added some waits to fix WriteDescendingRollingFile",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2024-06-05T10:25:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7182899a0c23f86236e459d39dc709ca915b3eb1",
"body": null,
"is_bot": false,
"headline": "CI: fixed config (tests)",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2024-06-04T15:58:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57f5fdff2f689320b2bfd26f6ad26d120a6294cf",
"body": null,
"is_bot": false,
"headline": "Switch GitHub Actions build to net8",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2024-06-04T15:40:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b39615429d1a43cd4226ce44f4f991dd09a135bd",
"body": "* Added different FileRollingConventions\r\n\r\n* Fix moving issues when overwriting\r\n\r\n* Adjust naming\r\n\r\nFix formatting\r\nAdded editorconfig to prevent more formatting errors\r\n\r\n* Added tests for new RollingConventions",
"is_bot": false,
"headline": "Add different rolling name conventions (#66)",
"author_name": "LeviGNMBS",
"author_login": "LeviGNMBS",
"committed_at": "2024-06-04T14:49:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fb479169e35cd17c3fabcee4678f93039d5d9b0",
"body": null,
"is_bot": false,
"headline": "CI: build only net6 target",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2023-12-24T09:36:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2b32ba47433e641da344d02d1b038ce8fa4b5f3",
"body": null,
"is_bot": false,
"headline": "CI: build only net6 target",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2023-12-24T09:34:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c08889f66043601af53efa086843128a23c3c27d",
"body": null,
"is_bot": false,
"headline": "CI: build only net6 target",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2023-12-24T09:32:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df42595097b98fe618665d5a3fa7d73f22a424d2",
"body": "….Extensions versions + version 1.2.0 bump",
"is_bot": false,
"headline": "Added net6 and net8 builds to reference appropriate Microsoft.Logging…",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2023-12-24T09:28:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3df76a3ff649de2e9573d7240ef5f939d7e1c657",
"body": null,
"is_bot": false,
"headline": "README: added CI build badge + using to use \"AddFile\" extension method",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2023-12-24T09:06:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78872bbf31404c31afd074e1bd0569f97c9519b4",
"body": null,
"is_bot": false,
"headline": "Apply common formatting: tabs + open block bracket on the same line",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2023-12-24T08:25:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e9b9911e9cc650667247ac89ef02b41caef3e7b",
"body": "…s.Logging namespace. #61",
"is_bot": false,
"headline": "NReco's FileLoggerExtensions should NOT be in the Microsoft.Extension…",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2023-12-24T08:11:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "addbc6fd8f1c511966ed31e28962127693eeea55",
"body": null,
"is_bot": false,
"headline": "Migrate tests to net6",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2023-12-24T08:09:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b85805f211d33c9af33a2f8690d3212ddbebaf3",
"body": null,
"is_bot": false,
"headline": "Version 1.1.7 bump",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2023-09-25T09:46:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8879deb055de62613385fcc65498d025c8a6c29f",
"body": null,
"is_bot": false,
"headline": "App deadlock on FileLoggerProvider.WriteEntry #57",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2023-09-25T09:43:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a03fe597abceb905023d70b6b65a282ae1425ad4",
"body": "…File",
"is_bot": false,
"headline": "Update MVC example to illustrate explicit config section usage in Add…",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2023-02-10T16:08:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3869b114d0d4432ea60b43db5005b2ea136e337",
"body": "…y netstandard1.3 target",
"is_bot": false,
"headline": "Alternative handling of IConfiguration in AddFile #50 + removed legac…",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2023-02-10T16:06:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "400d536fae7d62781cf23a993b8e2e5489e6cf53",
"body": null,
"is_bot": false,
"headline": "Simple MVC Core example with 2 log files #49",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2023-02-10T11:31:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c243b0b531cf54235b576ce93b879ec4007913c",
"body": ":-)",
"is_bot": false,
"headline": "Remove redundant check in FileLogger (#42)",
"author_name": "pekspro",
"author_login": "pekspro",
"committed_at": "2022-07-24T07:41:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "851624653d6af391b08a050a44967057b14f0c18",
"body": null,
"is_bot": false,
"headline": "Fix tests for Linux env",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2022-07-05T14:42:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "820695731e77a72b616d558ac8a8f890c4dad24b",
"body": null,
"is_bot": false,
"headline": "Fix tests for Linux env",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2022-07-05T14:22:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9443b912a4c5430de996a9c5de8f424b56e048c",
"body": null,
"is_bot": false,
"headline": "Configure CI with Github Action",
"author_name": "Vitaliy Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2022-07-05T14:06:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "074eacf9b56c7e521fac0c0aa721e1d0e14991d9",
"body": null,
"is_bot": false,
"headline": "Version 1.1.5 bump",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2022-05-17T09:57:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "736fc82f045df8be1a5a5643ae7b7c2259eb781b",
"body": "…g entries) #41",
"is_bot": false,
"headline": "Added FileLoggerOptions.FilterLogEntry (custom predicate to filter lo…",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2022-05-17T09:53:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ab7357ed7beb9aa144ae1a10b210ab908c12736",
"body": null,
"is_bot": false,
"headline": "Version 1.1.4 bump",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2022-01-28T15:40:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d04fcf8dbb84f0c5892ac779d013d33d69e55780",
"body": null,
"is_bot": false,
"headline": "Version 1.1.4 bump",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2022-01-28T15:39:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26a8f28df4fa50b062b623c9c7292d7f40d79ba9",
"body": null,
"is_bot": false,
"headline": "Add 'UseUtcTimestamp' option to output timestamps in UTC time. #36",
"author_name": "Eugene Sirota",
"author_login": "es-repo",
"committed_at": "2022-01-28T15:16:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42c2f9c125abdfbc03611da5312742e8c9ebf989",
"body": null,
"is_bot": false,
"headline": "Version 1.1.3 bump",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2021-12-22T13:07:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59fc884cd687c5d5bf1643aa80aed2e32035e140",
"body": "… current one cannot be opened (to handle exceptions like 'The process cannot access the file' #28)",
"is_bot": false,
"headline": "Ability to handle file errors and use an alternative log file name if…",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2021-12-22T12:10:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0bdc26cb218c5cbe0d244a88d5356e2dfe4a814",
"body": "* Reworked the Configuration Parsing\r\n* Updated Readme",
"is_bot": false,
"headline": "Configuration (#32)",
"author_name": "Jonas Arndt",
"author_login": "mio991",
"committed_at": "2021-12-22T11:09:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81e8178b4f581941267d9b0f73d6090cc4b4b54c",
"body": "…ed FileLoggerOptions.MinLevel #26",
"is_bot": false,
"headline": "Changed default FileLoggerProvider.MinLevel from Debug to Trace + add…",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2021-07-22T09:13:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3183d7bee34b5267cb152037445b3f66c9565686",
"body": null,
"is_bot": false,
"headline": "Version 1.1.1 bump",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2020-11-09T18:22:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7254db01f4b04f549cb3f7addbc42fd251dd0c66",
"body": null,
"is_bot": false,
"headline": "Extend LogMessage to include log name (#16)",
"author_name": "PaulBol",
"author_login": "PaulBol",
"committed_at": "2020-11-05T11:33:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0994a9fd399f1d1c402e7e100865750cbab234ad",
"body": "…1.0 bump",
"is_bot": false,
"headline": "Added the ability to change log file name on-the-fly #14 + version 1.…",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2020-10-19T08:33:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c265bb377f42cee14a0e40f5d611cd8773c5765",
"body": null,
"is_bot": false,
"headline": "Version 1.0.5 bump, remove unnecessary test",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2020-02-18T18:38:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "675b77a1e1e074054fb1174876c47a8f60b0e6cd",
"body": "Create directory for the log files automatically",
"is_bot": false,
"headline": "Create directory for the log files automatically (#9)",
"author_name": "Lars Møllebjerg",
"author_login": "lmoelleb",
"committed_at": "2020-02-18T17:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77c1986e182d4595bc75c1a0a0597d5ca62d1162",
"body": null,
"is_bot": false,
"headline": "Minor README content update",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2020-02-09T10:08:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "912dbb793b480e5a51bd3f5b973a66c7e52f07e7",
"body": "* Expand environment variables in the file path.",
"is_bot": false,
"headline": "Expand environment variables in the file path. (#8)",
"author_name": "Lars Møllebjerg",
"author_login": "lmoelleb",
"committed_at": "2020-02-09T10:04:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eeee5ba2dbc86bb8a352e5f4e19a30b46b1de94f",
"body": null,
"is_bot": false,
"headline": "Implement rolling log file behaviour #3",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2018-01-11T16:11:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80dcb5d786d92e201a0a9a0b435ba764082b1f50",
"body": null,
"is_bot": false,
"headline": "Associate 'File' alias with FileLoggingProvider #4",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2018-01-11T09:28:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4f18cdb4234075d5183a1a9df695fd8bc8df4a5",
"body": null,
"is_bot": false,
"headline": "Minor content changes",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2017-10-11T11:44:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9225335955407afcd437f6d37b1ed8ec6f54ded5",
"body": "… target",
"is_bot": false,
"headline": "Added 'AddFile' extension method for ILoggingBuilder for netstandard2…",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2017-10-11T11:42:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba9b517adfdd8346bd099940b21d659a51edfc34",
"body": null,
"is_bot": false,
"headline": "AddFile(fileName, append) does not work as expected #2",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2017-09-13T06:17:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3aed8a6e5cc6ddc08b8609fa6dc5d4bd849d08db",
"body": null,
"is_bot": false,
"headline": "Added FileLoggerProvider.FormatLogEntry, + write log level by default",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2017-05-17T15:12:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8324098178e4655fa7fe8dc86f18873835673511",
"body": null,
"is_bot": false,
"headline": "File logger initial code.",
"author_name": "Vitalii Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2017-05-14T10:58:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f57281ff8eafab011cade4bae7548b4dcac4793",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Vitaliy Fedorchenko",
"author_login": "VitaliyMF",
"committed_at": "2017-05-14T09:19:07Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 0,
"commits_last_year": 4,
"latest_release_at": null,
"latest_release_tag": null,
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 2,
"days_since_latest_release": null,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "NReco.Logging.File",
"exists": true,
"license": null,
"keywords": [
"log",
"file",
"logging",
"asp.net",
"file-logger",
"logging-provider",
"netstandard",
"netcore"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/NReco.Logging.File",
"is_deprecated": false,
"latest_version": "1.4.0",
"repository_url": "https://github.com/nreco/logging",
"versions_count": 20,
"total_downloads": 2237264,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-29T05:12:48.877000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 67,
"stars": 333,
"watchers": 10,
"fork_history": {
"days": [
{
"date": "2017-05-15",
"count": 1
},
{
"date": "2017-06-21",
"count": 1
},
{
"date": "2017-07-10",
"count": 1
},
{
"date": "2018-01-31",
"count": 1
},
{
"date": "2018-03-20",
"count": 1
},
{
"date": "2019-02-12",
"count": 1
},
{
"date": "2019-04-09",
"count": 1
},
{
"date": "2019-07-23",
"count": 1
},
{
"date": "2019-08-15",
"count": 1
},
{
"date": "2019-10-02",
"count": 1
},
{
"date": "2019-11-14",
"count": 1
},
{
"date": "2019-11-26",
"count": 1
},
{
"date": "2019-12-05",
"count": 1
},
{
"date": "2020-02-07",
"count": 1
},
{
"date": "2020-03-05",
"count": 1
},
{
"date": "2020-04-09",
"count": 1
},
{
"date": "2020-05-12",
"count": 1
},
{
"date": "2020-05-19",
"count": 1
},
{
"date": "2020-07-31",
"count": 1
},
{
"date": "2020-11-03",
"count": 1
},
{
"date": "2021-01-07",
"count": 1
},
{
"date": "2021-01-28",
"count": 1
},
{
"date": "2021-03-12",
"count": 1
},
{
"date": "2021-04-17",
"count": 1
},
{
"date": "2021-05-15",
"count": 1
},
{
"date": "2021-07-23",
"count": 1
},
{
"date": "2021-08-27",
"count": 1
},
{
"date": "2021-10-04",
"count": 1
},
{
"date": "2021-10-20",
"count": 1
},
{
"date": "2021-11-25",
"count": 1
},
{
"date": "2021-11-28",
"count": 1
},
{
"date": "2021-12-14",
"count": 1
},
{
"date": "2021-12-15",
"count": 1
},
{
"date": "2022-01-21",
"count": 1
},
{
"date": "2022-03-22",
"count": 1
},
{
"date": "2022-03-28",
"count": 1
},
{
"date": "2022-06-11",
"count": 1
},
{
"date": "2022-06-20",
"count": 1
},
{
"date": "2022-07-24",
"count": 1
},
{
"date": "2022-08-19",
"count": 1
},
{
"date": "2022-10-24",
"count": 1
},
{
"date": "2022-10-27",
"count": 1
},
{
"date": "2022-12-21",
"count": 1
},
{
"date": "2023-01-01",
"count": 1
},
{
"date": "2023-02-10",
"count": 1
},
{
"date": "2023-12-26",
"count": 1
},
{
"date": "2023-12-30",
"count": 1
},
{
"date": "2024-01-23",
"count": 1
},
{
"date": "2024-02-20",
"count": 1
},
{
"date": "2024-03-03",
"count": 1
},
{
"date": "2024-05-31",
"count": 1
},
{
"date": "2024-06-11",
"count": 1
},
{
"date": "2024-08-21",
"count": 1
},
{
"date": "2024-09-16",
"count": 1
},
{
"date": "2024-10-15",
"count": 1
},
{
"date": "2024-10-16",
"count": 1
},
{
"date": "2024-10-22",
"count": 1
},
{
"date": "2024-10-27",
"count": 1
},
{
"date": "2024-11-17",
"count": 1
},
{
"date": "2025-01-08",
"count": 1
},
{
"date": "2025-01-10",
"count": 1
},
{
"date": "2025-06-18",
"count": 1
},
{
"date": "2025-07-14",
"count": 1
},
{
"date": "2025-12-30",
"count": 1
},
{
"date": "2026-02-13",
"count": 1
},
{
"date": "2026-04-12",
"count": 1
},
{
"date": "2026-07-24",
"count": 1
}
],
"complete": true,
"collected": 67,
"total_forks": 67
},
"star_history": null,
"open_issues_and_prs": 14
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"examples/TwoLogFilesMvc/TwoLogFilesMvc.csproj",
"src/NReco.Logging.File/NReco.Logging.File.csproj",
"test/NReco.Logging.Tests/NReco.Logging.Tests.csproj"
],
"largest_source_bytes": 21709,
"source_files_sampled": 13,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 4,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 3,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [
{
"name": "Microsoft.Extensions.Logging",
"manifest": "src/NReco.Logging.File/NReco.Logging.File.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.*"
},
{
"name": "Microsoft.Extensions.Logging.Configuration",
"manifest": "src/NReco.Logging.File/NReco.Logging.File.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.*"
},
{
"name": "Microsoft.Extensions.Options.ConfigurationExtensions",
"manifest": "src/NReco.Logging.File/NReco.Logging.File.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.*"
},
{
"name": "Microsoft.Extensions.Logging",
"manifest": "src/NReco.Logging.File/NReco.Logging.File.csproj",
"ecosystem": "nuget",
"version_constraint": "6.0.*"
},
{
"name": "Microsoft.Extensions.Logging.Configuration",
"manifest": "src/NReco.Logging.File/NReco.Logging.File.csproj",
"ecosystem": "nuget",
"version_constraint": "6.0.*"
},
{
"name": "Microsoft.Extensions.Options.ConfigurationExtensions",
"manifest": "src/NReco.Logging.File/NReco.Logging.File.csproj",
"ecosystem": "nuget",
"version_constraint": "6.0.*"
},
{
"name": "Microsoft.Extensions.Logging",
"manifest": "src/NReco.Logging.File/NReco.Logging.File.csproj",
"ecosystem": "nuget",
"version_constraint": "8.0.*"
},
{
"name": "Microsoft.Extensions.Logging.Configuration",
"manifest": "src/NReco.Logging.File/NReco.Logging.File.csproj",
"ecosystem": "nuget",
"version_constraint": "8.0.*"
},
{
"name": "Microsoft.Extensions.Options.ConfigurationExtensions",
"manifest": "src/NReco.Logging.File/NReco.Logging.File.csproj",
"ecosystem": "nuget",
"version_constraint": "8.0.*"
},
{
"name": "Microsoft.Extensions.Logging",
"manifest": "src/NReco.Logging.File/NReco.Logging.File.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.*"
},
{
"name": "Microsoft.Extensions.Logging.Configuration",
"manifest": "src/NReco.Logging.File/NReco.Logging.File.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.*"
},
{
"name": "Microsoft.Extensions.Options.ConfigurationExtensions",
"manifest": "src/NReco.Logging.File/NReco.Logging.File.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.*"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "Microsoft.Extensions.Logging",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Logging.Configuration",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Options.ConfigurationExtensions",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.NET.Test.Sdk",
"direct": false,
"version": "18.0.1",
"ecosystem": "nuget"
},
{
"name": "NReco.Logging.File",
"direct": false,
"version": "1.2.0",
"ecosystem": "nuget"
},
{
"name": "xunit",
"direct": false,
"version": "2.9.3",
"ecosystem": "nuget"
},
{
"name": "xunit.runner.visualstudio",
"direct": false,
"version": "3.1.5",
"ecosystem": "nuget"
}
],
"collected": true,
"truncated": false,
"total_count": 7,
"direct_count": 3,
"indirect_count": 4
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 13,
"open_issues": 13,
"closed_ratio": 0.794,
"closed_issues": 50,
"closed_unmerged_prs": 7
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "VitaliyMF",
"commits": 46,
"avatar_url": "https://avatars.githubusercontent.com/u/1308723?v=4"
},
{
"type": "User",
"login": "lmoelleb",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/26020940?v=4"
},
{
"type": "User",
"login": "AGiorgetti",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/246067?v=4"
},
{
"type": "User",
"login": "aannenko",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/4640265?v=4"
},
{
"type": "User",
"login": "Arithmomaniac",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/654897?v=4"
},
{
"type": "User",
"login": "es-repo",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1160153?v=4"
},
{
"type": "User",
"login": "mio991",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/6023976?v=4"
},
{
"type": "User",
"login": "LeviGNMBS",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/144901700?v=4"
},
{
"type": "User",
"login": "PaulBol",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/38468549?v=4"
},
{
"type": "User",
"login": "Sella-GH",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/147769367?v=4"
}
],
"contributors_sampled": 13,
"top_contributor_share": 0.78
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"dotnet-test.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": 2,
"reason": "2 out of 7 merged PRs checked by a CI test -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 2,
"reason": "Found 7/30 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"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": 1,
"reason": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"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": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"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": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"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": "3010cd1e9858cb0c42fa49eff8357680ee1d7632",
"ran_at": "2026-07-29T05:18:21Z",
"aggregate_score": 3.4,
"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-29T05:17:22Z",
"oldest_open_prs": [
{
"number": 84,
"created_at": "2026-02-13T11:18:29Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-29T04:59:40Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 18,
"created_at": "2020-12-19T10:14:53Z",
"last_comment_at": "2020-12-21T06:54:37Z",
"last_comment_author": "VitaliyMF"
},
{
"number": 23,
"created_at": "2021-05-01T18:00:37Z",
"last_comment_at": "2021-05-03T08:53:32Z",
"last_comment_author": "VitaliyMF"
},
{
"number": 45,
"created_at": "2022-09-29T15:38:12Z",
"last_comment_at": "2022-10-01T19:10:11Z",
"last_comment_author": "phoenix172"
},
{
"number": 49,
"created_at": "2023-02-09T16:42:21Z",
"last_comment_at": "2023-02-15T07:44:18Z",
"last_comment_author": "VitaliyMF"
},
{
"number": 51,
"created_at": "2023-02-17T06:48:19Z",
"last_comment_at": "2023-03-13T20:24:45Z",
"last_comment_author": "lukasf"
},
{
"number": 52,
"created_at": "2023-04-10T10:42:38Z",
"last_comment_at": "2023-04-10T13:29:59Z",
"last_comment_author": "VitaliyMF"
},
{
"number": 53,
"created_at": "2023-04-25T11:00:30Z",
"last_comment_at": "2023-04-26T13:34:44Z",
"last_comment_author": "Crypt32"
},
{
"number": 54,
"created_at": "2023-05-03T03:14:46Z",
"last_comment_at": "2023-05-04T07:59:42Z",
"last_comment_author": "VitaliyMF"
},
{
"number": 55,
"created_at": "2023-06-13T21:01:03Z",
"last_comment_at": "2024-05-16T11:29:36Z",
"last_comment_author": "jespersh"
},
{
"number": 56,
"created_at": "2023-09-01T07:09:08Z",
"last_comment_at": "2026-07-24T11:42:31Z",
"last_comment_author": "matejnt-ul"
},
{
"number": 68,
"created_at": "2024-08-09T15:50:30Z",
"last_comment_at": "2024-08-27T12:14:47Z",
"last_comment_author": "VitaliyMF"
},
{
"number": 69,
"created_at": "2024-09-05T11:53:15Z",
"last_comment_at": "2024-09-05T12:08:23Z",
"last_comment_author": "VitaliyMF"
},
{
"number": 78,
"created_at": "2024-12-10T16:31:23Z",
"last_comment_at": "2024-12-13T12:58:08Z",
"last_comment_author": "damien-sorin"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/nreco/logging",
"host": "github.com",
"name": "logging",
"owner": "nreco"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"security": 47,
"vitality": 27,
"community": 62,
"governance": 60,
"engineering": 59
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 27,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"commits_last_year": 4,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "4 commits in the last year",
"points": 6.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 4
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "critical",
"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": 1,
"inputs": {
"releases_count": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "no releases published",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases_published",
"params": {}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"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": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 62,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"forks": 67,
"stars": 333,
"watchers": 10,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "333 stars",
"points": 40.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 333
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "67 forks",
"points": 15.2,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 67
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "10 watchers",
"points": 5.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 10
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"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": 82,
"inputs": {
"packages": [
"NReco.Logging.File"
],
"dependents": null,
"ecosystems": "nuget",
"total_downloads": 2237264,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "2,237,264 downloads all-time across nuget",
"points": 66,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 2237264,
"ecosystems": "nuget"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 60,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 13,
"top_contributor_share": 0.78
},
"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 78% of commits",
"points": 4.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 78
}
}
],
"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 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"merged_prs": 13,
"open_issues": 13,
"closed_issues": 50,
"issue_closed_ratio": 0.794,
"closed_unmerged_prs": 7
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "79% of issues closed",
"points": 37.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 79
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "13/20 decided PRs merged",
"points": 24.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 13,
"decided": 20
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 7/30 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"followers": 23,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "nreco",
"public_repos": 12,
"account_age_days": 4155
},
"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": "23 followers of nreco",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 23,
"login": "nreco"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "12 public repos, account ~11 yr old",
"points": 20.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 12
}
},
{
"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": [
"NReco.Logging.File"
],
"ecosystems": "nuget",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on nuget",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "nuget"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "20 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 20
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 59,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 58,
"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": "2 out of 7 merged PRs checked by a CI test -- score normalized to 2",
"points": 4,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"dotnet-core",
"logging",
"file"
],
"has_wiki": true,
"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": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 47,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 34,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.4
},
"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": "2 out of 7 merged PRs checked by a CI test -- score normalized to 2",
"points": 0.5,
"status": "partial",
"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 7/30 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"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": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 0.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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"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": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"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 4 resolved dependencies against OSV; 3 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 4
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 3
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 4,
"unassessed_packages": 3,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 4,
"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": 8
},
"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": 45,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.339,
"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": "20 of 59 human commits state their intent (structured subject or explanatory body)",
"points": 18.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 20,
"sampled": 59
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"examples/TwoLogFilesMvc/TwoLogFilesMvc.csproj",
"src/NReco.Logging.File/NReco.Logging.File.csproj",
"test/NReco.Logging.Tests/NReco.Logging.Tests.csproj"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "examples/TwoLogFilesMvc/TwoLogFilesMvc.csproj, src/NReco.Logging.File/NReco.Logging.File.csproj, test/NReco.Logging.Tests/NReco.Logging.Tests.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "examples/TwoLogFilesMvc/TwoLogFilesMvc.csproj, src/NReco.Logging.File/NReco.Logging.File.csproj, test/NReco.Logging.Tests/NReco.Logging.Tests.csproj"
}
}
],
"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": "C# (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"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 59",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 59
}
}
],
"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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C#",
"largest_source_bytes": 21709,
"source_files_sampled": 13,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C# (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/13 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 13,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-29T05:18:34.711771Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/nreco/logging.svg",
"full_name": "nreco/logging",
"license_state": "standard",
"license_spdx": "MIT"
}