Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 175,
"has_wiki": false,
"homepage": null,
"languages": {
"Ruby": 20908
},
"pushed_at": "2021-02-13T13:52:20Z",
"created_at": "2009-10-13T17:36:44Z",
"owner_type": "Organization",
"updated_at": "2020-05-01T13:13:25Z",
"description": "An improved Logger replacement that logs to syslog. It is almost drop-in with a few caveats.",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": null,
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": "http://ngmoco.com",
"name": "DeNA SF",
"type": "Organization",
"login": "ngmoco",
"company": null,
"location": "San Francisco, CA, USA",
"followers": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/108134?v=4",
"created_at": "2009-07-23T23:14:46Z",
"is_verified": null,
"public_repos": 48,
"account_age_days": 6207
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v1.6.8",
"kind": "patch",
"published_at": "2012-02-14T21:49:21Z"
},
{
"tag": "v1.6.7",
"kind": "patch",
"published_at": "2012-02-14T17:33:18Z"
},
{
"tag": "v1.6.6",
"kind": "patch",
"published_at": "2012-02-13T23:18:58Z"
},
{
"tag": "v1.6.5",
"kind": "patch",
"published_at": "2012-01-10T00:39:06Z"
}
],
"recent_commits": [
{
"oid": "a83f9e80174c4d26d5df0d1fc852a0014214f068",
"body": null,
"is_bot": false,
"headline": "Fix the GEM",
"author_name": "Ashley Martens",
"author_login": "ashleym1972",
"committed_at": "2012-02-14T21:49:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f5aa64f97683ed67a7c2da8dc98ea164e08a749",
"body": "…Change the formatter to act like a logger formatter",
"is_bot": false,
"headline": "Change the logger to act just like standard logger with a formatter. …",
"author_name": "Ashley Martens",
"author_login": "ashleym1972",
"committed_at": "2012-02-14T17:33:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad7a50e615fc1103fd8d30fc60bdca5eb898548e",
"body": "…b file so that it is auto required in bundler.",
"is_bot": false,
"headline": "Change the class names to make more sense. Rename the syslog_logger.r…",
"author_name": "Ashley Martens",
"author_login": "ashleym1972",
"committed_at": "2012-02-13T23:18:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7978a841f1b2b575d4373313a7d80d0b32df67d1",
"body": null,
"is_bot": false,
"headline": "New version for new homepage link",
"author_name": "Ashley Martens",
"author_login": "ashleym1972",
"committed_at": "2012-01-10T00:39:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4375f650fbbfbf0aa50908855daa428f1ea0f34",
"body": null,
"is_bot": false,
"headline": "Update the docs",
"author_name": "Ashley Martens",
"author_login": "ashleym1972",
"committed_at": "2011-12-09T22:31:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "407ce73c22cc733f8a6b7dd3786e36a4eec89266",
"body": null,
"is_bot": false,
"headline": "Change the gemspec to ngmoco.",
"author_name": "Ashley Martens",
"author_login": "ashleym1972",
"committed_at": "2010-08-18T21:29:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08685edc901869e32f6c8b5c8a17ccb05bdfeeac",
"body": null,
"is_bot": false,
"headline": "Fix the publish path",
"author_name": "Ashley Martens",
"author_login": "ashleym1972",
"committed_at": "2010-08-18T21:23:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2982b0bb935658624da150a5a348d4aa3694eadc",
"body": null,
"is_bot": false,
"headline": "Fix the FATAL map to CRIT. Switch the Jeweler and Bundler. 1.6.4",
"author_name": "Ashley Martens",
"author_login": "ashleym1972",
"committed_at": "2010-08-18T21:23:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34b1abe7d25b5cc4dcb671d7d5a4e1ad5dd8ebb0",
"body": null,
"is_bot": false,
"headline": "Allow log options.",
"author_name": "Ashley Martens",
"author_login": "ashleym1972",
"committed_at": "2010-08-18T21:23:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03930acd32b68a7e4a1bc79cb1432053e9018eac",
"body": "added /etc/syslog.conf line for os x to the readme",
"is_bot": false,
"headline": "DanaDanger:",
"author_name": "Ashley Martens",
"author_login": "ashleym1972",
"committed_at": "2010-08-18T21:23:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52a91f0ebec76a484e9569cea213be6554340e6a",
"body": "….level = Logger::INFO",
"is_bot": false,
"headline": "New GEM version. Return logger to DEBUG by default. Please use logger…",
"author_name": "Ashley Martens",
"author_login": null,
"committed_at": "2009-08-18T23:39:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f4cb832a5346d1de199af9d143de9e49a2a28be",
"body": null,
"is_bot": false,
"headline": "New GEM version.",
"author_name": "Ashley Martens",
"author_login": null,
"committed_at": "2009-08-18T23:14:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9173b330671ddf23f3c3d72394f836e88b6d32b5",
"body": null,
"is_bot": false,
"headline": "Default to info log level.",
"author_name": "Ashley Martens",
"author_login": null,
"committed_at": "2009-08-18T23:13:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5476d5a0ec6de44e50744b84f763e4a4df3b8f5",
"body": null,
"is_bot": false,
"headline": "Change the add structure to avoid a LocalJumpError.",
"author_name": "Ashley Martens",
"author_login": null,
"committed_at": "2009-08-07T17:44:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e93be66e08fbe3b1f0193ed6dab0bdfda05325d9",
"body": null,
"is_bot": false,
"headline": "Try a stripped down version of the gemspec",
"author_name": "Ashley Martens",
"author_login": null,
"committed_at": "2009-08-06T21:47:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c3f369fb07f61a5d69584255fa39e56300a6c09",
"body": null,
"is_bot": false,
"headline": "Fix the gemspec",
"author_name": "Ashley Martens",
"author_login": null,
"committed_at": "2009-08-06T21:22:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "911ae3725931a76f57415609a8fc841952768741",
"body": null,
"is_bot": false,
"headline": "Incorporate all the changes from other branches.",
"author_name": "Ashley Martens",
"author_login": null,
"committed_at": "2009-08-06T20:41:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "303b682f4f358214fea96630f25750581b22eb72",
"body": null,
"is_bot": false,
"headline": "Add log formatting that includes the rails environment.",
"author_name": "Ashley Martens",
"author_login": null,
"committed_at": "2009-08-06T20:13:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27efddbbaee23f714208224a9a74b1fab27332bb",
"body": null,
"is_bot": false,
"headline": "Use the same logic as the BufferedLogger to setup the methods.",
"author_name": "Ashley Martens",
"author_login": null,
"committed_at": "2009-08-06T19:37:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "216cc244dc5421af20ae18470abed578506d265c",
"body": null,
"is_bot": false,
"headline": "Don't ignore the Manifest file, Github needs it.",
"author_name": "Chris Powell",
"author_login": "cpowell",
"committed_at": "2009-06-01T16:45:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49d934aa69c9525ec676ee041522afb54d2b18ac",
"body": null,
"is_bot": false,
"headline": "Updated Gem specification information and bumped version.",
"author_name": "Matthew Boeh",
"author_login": null,
"committed_at": "2009-05-28T18:24:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33d62e9f5fe154b2919ec11461a7cf7060206bc1",
"body": "… message argument is nil and no block is given.",
"is_bot": false,
"headline": "Compatibility: logging methods should not raise LocalJumpError if the…",
"author_name": "Matthew Boeh",
"author_login": null,
"committed_at": "2009-05-28T18:15:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ed9acd4a36a5f285453135cbfb1a34bd517ecda",
"body": null,
"is_bot": false,
"headline": "Clarified the readme a bit.",
"author_name": "Chris Powell",
"author_login": "cpowell",
"committed_at": "2008-11-12T18:43:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "831411f626b3ea4ed3d927c26badc287259038f7",
"body": null,
"is_bot": false,
"headline": "Regenerated the gemspec from the new manifest.",
"author_name": "Chris Powell",
"author_login": "cpowell",
"committed_at": "2008-11-12T18:39:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cd16b7950ad8bfe6794085b686d3f51bf028c83",
"body": null,
"is_bot": false,
"headline": "Getting rid of the txt README because it just gets in the way.",
"author_name": "Chris Powell",
"author_login": "cpowell",
"committed_at": "2008-11-12T18:37:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b790a41e4d448c83e1f554829239638102cb8802",
"body": null,
"is_bot": false,
"headline": "Don't check in the Manifest file.",
"author_name": "Chris Powell",
"author_login": "cpowell",
"committed_at": "2008-11-12T18:37:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "193a22ba40658323549bd7fc9ea4a60574235458",
"body": null,
"is_bot": false,
"headline": "Changes made after watching handy Railscast on gem creation.",
"author_name": "Chris Powell",
"author_login": "cpowell",
"committed_at": "2008-11-12T18:36:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6bc57bd0c22161cf732f356526154a4c1e4b183",
"body": "…m build.",
"is_bot": false,
"headline": "Minor corrections to installation instructions based on new Github ge…",
"author_name": "Chris Powell",
"author_login": "cpowell",
"committed_at": "2008-11-03T01:42:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a865efe04852f0509055ac47d8165fedca56fcc3",
"body": "…thub gem installation paradigm.",
"is_bot": false,
"headline": "Tweaked the gemspec file a tad; modified the rdocs to apply to the Gi…",
"author_name": "Chris Powell",
"author_login": "cpowell",
"committed_at": "2008-11-03T01:13:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "962bbb01a2a26e20d3feb8771744e05cfb9f4a8e",
"body": "…gem creation.",
"is_bot": false,
"headline": "Created an official gemspec file in order for Github to automate the …",
"author_name": "Chris Powell",
"author_login": "cpowell",
"committed_at": "2008-11-03T01:03:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c1d6cde4097235e88daf591f5f592a229e1cf0b",
"body": "… -- they now match in a more intuitive way.",
"is_bot": false,
"headline": "Remapped the Rails-side levels to more appropriate Syslog-side levels…",
"author_name": "Chris Powell",
"author_login": "cpowell",
"committed_at": "2008-11-01T07:01:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0953e2b67d37488a0a0724d943be0f3a81d257b0",
"body": null,
"is_bot": false,
"headline": "Just making the text readme more verbose.",
"author_name": "Chris Powell",
"author_login": "cpowell",
"committed_at": "2008-11-01T06:57:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33054d856e6c59bd000a20263ed0a27150baa829",
"body": "…docs.",
"is_bot": false,
"headline": "Added back the text README for rake-gem compatibility; improved the r…",
"author_name": "Chris Powell",
"author_login": "cpowell",
"committed_at": "2008-11-01T06:53:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1fb60cc131865a76a2ebd9c64eb9ece562bfa72",
"body": null,
"is_bot": false,
"headline": "rdoc extension for the readme for nicer onscreen formatting.",
"author_name": "Chris Powell",
"author_login": "cpowell",
"committed_at": "2008-11-01T06:15:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0925e434d338d116f32524193c795e10037dce13",
"body": null,
"is_bot": false,
"headline": "Initial import from sources.",
"author_name": "Chris Powell",
"author_login": "cpowell",
"committed_at": "2008-11-01T06:13:25Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 0,
"latest_release_at": "2012-02-14T21:49:21Z",
"latest_release_tag": "v1.6.8",
"releases_from_tags": true,
"days_since_last_push": 1984,
"active_weeks_last_year": 0,
"days_since_latest_release": 5271,
"mean_days_between_releases": 12
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 16,
"stars": 23,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2010-08-18",
"count": 1
},
{
"date": "2010-09-19",
"count": 1
},
{
"date": "2012-03-21",
"count": 1
},
{
"date": "2012-05-02",
"count": 1
},
{
"date": "2012-07-31",
"count": 1
},
{
"date": "2012-09-22",
"count": 1
},
{
"date": "2012-10-30",
"count": 1
},
{
"date": "2012-11-08",
"count": 1
},
{
"date": "2015-03-04",
"count": 1
},
{
"date": "2015-04-26",
"count": 1
},
{
"date": "2015-12-18",
"count": 1
},
{
"date": "2016-03-31",
"count": 1
},
{
"date": "2016-07-03",
"count": 1
},
{
"date": "2019-06-14",
"count": 1
},
{
"date": "2021-01-16",
"count": 1
},
{
"date": "2021-02-13",
"count": 1
}
],
"complete": true,
"collected": 16,
"total_forks": 16
},
"star_history": {
"days": [
{
"date": "2009-10-13",
"count": 2
},
{
"date": "2009-10-28",
"count": 1
},
{
"date": "2011-02-07",
"count": 1
},
{
"date": "2011-07-17",
"count": 1
},
{
"date": "2012-07-31",
"count": 1
},
{
"date": "2013-05-01",
"count": 1
},
{
"date": "2013-05-05",
"count": 1
},
{
"date": "2013-06-19",
"count": 1
},
{
"date": "2013-07-02",
"count": 1
},
{
"date": "2013-09-15",
"count": 1
},
{
"date": "2013-11-28",
"count": 1
},
{
"date": "2015-03-24",
"count": 1
},
{
"date": "2015-07-07",
"count": 1
},
{
"date": "2015-10-07",
"count": 1
},
{
"date": "2016-06-02",
"count": 1
},
{
"date": "2016-06-08",
"count": 1
},
{
"date": "2016-06-26",
"count": 1
},
{
"date": "2016-11-10",
"count": 1
},
{
"date": "2016-12-21",
"count": 1
},
{
"date": "2017-04-28",
"count": 1
},
{
"date": "2017-05-01",
"count": 1
},
{
"date": "2020-05-01",
"count": 1
}
],
"complete": true,
"collected": 23,
"total_stars": 23
},
"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": 14037,
"source_files_sampled": 4,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 6,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "cpowell",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/11231?v=4"
},
{
"type": "User",
"login": "ashleym1972",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/78932?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.583
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 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": "no SAST tool detected",
"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": "a83f9e80174c4d26d5df0d1fc852a0014214f068",
"ran_at": "2026-07-22T00:34:30Z",
"aggregate_score": 2.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 1,
"created_at": "2012-03-24T09:50:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 2,
"created_at": "2012-05-02T13:56:40Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 3,
"created_at": "2012-07-31T12:16:19Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 4,
"created_at": "2012-09-22T09:24:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 5,
"created_at": "2012-11-08T11:46:50Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 7,
"created_at": "2021-02-13T13:52:18Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ngmoco/syslog_logger",
"host": "github.com",
"name": "syslog_logger",
"owner": "ngmoco"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 49,
"pct": 60
}
}
],
"value": 13,
"inputs": {
"security": 22,
"vitality": 20,
"community": 18,
"governance": 27,
"engineering": 18,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 21,
"overall_after_abandonment_multiplier": 13
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 20,
"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": 1984,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1984 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 1984
}
}
],
"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": 48,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v1.6.8",
"releases_from_tags": true,
"days_since_latest_release": 5271,
"mean_days_between_releases": 12
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 5271 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 5271
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~12 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 12
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [],
"signals": [
"unanswered_contributions",
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 6,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 5271,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 5271 days; 3 unmet obligation(s): pull requests unanswered, releases stalled, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 5271,
"count": 3,
"signals": "pull requests unanswered, releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 18,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"forks": 16,
"stars": 23,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "23 stars",
"points": 21.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 23
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "16 forks",
"points": 9.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 16
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "critical",
"name": "Sustainability & Governance",
"value": 27,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.583
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 58% of commits",
"points": 9.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 58
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "0/1 decided PRs merged",
"points": 0,
"status": "missed",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 0,
"decided": 1
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"followers": 5,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "ngmoco",
"public_repos": 48,
"account_age_days": 6207
},
"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": "5 followers of ngmoco",
"points": 5.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 5,
"login": "ngmoco"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "48 public repos, account ~17 yr old",
"points": 24.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 48
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "critical",
"name": "Engineering Quality",
"value": 18,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": false,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 22,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 22,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 2.2
},
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "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": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"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": 21,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0,
"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": "0 of 35 human commits state their intent (structured subject or explanatory body)",
"points": 0,
"status": "missed",
"details": [
{
"code": "legible_history",
"params": {
"legible": 0,
"sampled": 35
}
}
],
"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 35",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 35
}
}
],
"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": "Ruby",
"largest_source_bytes": 14037,
"source_files_sampled": 4,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Ruby without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Ruby"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/4 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 4,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Community profile unavailable"
],
"report_type": "repository",
"generated_at": "2026-07-22T00:34:35.317089Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/ngmoco/syslog_logger.svg",
"full_name": "ngmoco/syslog_logger",
"license_state": "absent",
"license_spdx": null
}