JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"ruby"
],
"is_fork": false,
"size_kb": 109,
"has_wiki": false,
"homepage": null,
"languages": {
"Ruby": 29193,
"Shell": 131
},
"pushed_at": "2025-04-15T21:37:10Z",
"created_at": "2009-11-27T14:20:25Z",
"owner_type": "User",
"updated_at": "2025-04-16T09:43:23Z",
"description": "This is an implementation of Daniel Berger's proposal of structured warnings for Ruby.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": "https://schmidt.dev/",
"name": "Gregor Schmidt",
"type": "User",
"login": "schmidt",
"company": "@tourlane",
"location": "Berlin, Germany",
"followers": 70,
"avatar_url": "https://avatars.githubusercontent.com/u/734?v=4",
"created_at": "2008-02-24T10:23:26Z",
"is_verified": null,
"public_repos": 59,
"account_age_days": 6722
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2025-04-15T21:36:59Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2019-09-01T22:37:18Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2017-03-23T10:58:04Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2015-01-15T22:04:58Z"
},
{
"tag": "v0.1.4",
"kind": "patch",
"published_at": "2013-04-26T13:46:25Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2009-11-28T12:39:54Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2009-11-27T17:13:50Z"
}
],
"recent_commits": [
{
"oid": "b1b7bb03bf0d7b6f0459667a8f8d82bd02b8d718",
"body": "* Major changes\n * Added support for Ruby 3.2 and above\n * Improved cooperation with other gems overriding the default warning behavior. Thanks to @NobodysNightmare for the contribution\n* Incompatible changes\n * Removed support for versions 3.1 and below",
"is_bot": false,
"headline": "Releasing v0.5.0",
"author_name": "Gregor Schmidt",
"author_login": "schmidt",
"committed_at": "2025-04-15T21:36:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b82ef3ec0a639544a84c1235f5744b7e0d6bf9a0",
"body": "Update required Rubys to a maintained version. If anybody wants to use an older version of Ruby, they'll have to use an older version of structured warnings.\n\nCleaning up and removing older compatibility layers.\n\nAlso adding @NobodysNightmare's changes from #19 to improve cooperation with other gems overriding the default warning behavior.",
"is_bot": false,
"headline": "Update Rubys and Gems (#20)",
"author_name": "Gregor Schmidt",
"author_login": "schmidt",
"committed_at": "2025-04-15T21:32:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe5c8d139d5d48689733b6582e8153ac122e65f7",
"body": "This change removes unmaintained Ruby versions from CI and adds \"newly\" released Ruby versions instead.\r\n\r\nI had to change the test, because the instance var related warning [was removed in 3.0](https://bugs.ruby-lang.org/issues/17055). I am now using the slightly more verbose method redefinition warning now.\r\n\r\nAlso updating gems that are used in CI to be make them work with newer Rubies",
"is_bot": false,
"headline": "Update to latest stable ruby versions (#18)",
"author_name": "Gregor Schmidt",
"author_login": "schmidt",
"committed_at": "2022-10-09T13:59:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4acfe0b1caef82647eaaade411a96c3eb60b4bac",
"body": "Because travis-ci is conceptually dead and GitHub actions is here to stay.",
"is_bot": false,
"headline": "Migrate to GH actions (#17)",
"author_name": "Gregor Schmidt",
"author_login": "schmidt",
"committed_at": "2022-10-09T13:14:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3579d41c7d798545a0aa59a5ed9abe72cf908f25",
"body": "Update development gem dependencies to their latest versions to address #14.\r\n\r\nAlso removing ruby versions, that are no longer maintained (2.0, 2.1, 2.2, 2.3), add new ruby version 2.7, update all version to latest patch release for CI. The current code is still compatible with older versions, but incompatibilities in the future will not be detected.",
"is_bot": false,
"headline": "Update dependencies and supported ruby versions (#16)",
"author_name": "Gregor Schmidt",
"author_login": "schmidt",
"committed_at": "2020-02-29T09:28:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "660246c410665e3fdf0951c2b846153601681ccf",
"body": "because it should never be pushed",
"is_bot": false,
"headline": "Add pkg to gitignore",
"author_name": "Gregor Schmidt",
"author_login": "schmidt",
"committed_at": "2019-09-01T22:44:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "997d1caa0fa570fc47fd9d09aeba105f5e8b649f",
"body": "* Major changes\n * Support for uplevel parameter introduced in Ruby 2.5\n* Incompatible changes\n * White space fixes for default warner output. If you have parsed the output\n manually or written your own warners, you'll need to double check the\n expected results.",
"is_bot": false,
"headline": "Releasing v0.4.0",
"author_name": "Gregor Schmidt",
"author_login": "schmidt",
"committed_at": "2019-09-01T22:37:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b05010feffdb31c70a4b039288cf28d10a2a0147",
"body": "Adding latest changes",
"is_bot": false,
"headline": "Appending to HISTORY",
"author_name": "Gregor Schmidt",
"author_login": "schmidt",
"committed_at": "2019-09-01T22:17:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23f4bc354b02dc0bb2678dc4930a5d7241558c22",
"body": "Remove java after removing it in #12",
"is_bot": false,
"headline": "Update platform list",
"author_name": "Gregor Schmidt",
"author_login": "schmidt",
"committed_at": "2019-09-01T22:17:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0481d736aa6e77812e0dadc209e79a685de8cdb5",
"body": "which was introduced with Ruby 2.5\n\nAlso testing output in more detail, fixing some white space problems",
"is_bot": false,
"headline": "Support for uplevel parameter #10",
"author_name": "Gregor Schmidt",
"author_login": "schmidt",
"committed_at": "2019-09-01T22:15:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "858207039631bc0221338f08f5420fed2554cb6d",
"body": "Updating built environment",
"is_bot": false,
"headline": "Merge pull request #12 from schmidt/updates",
"author_name": "Gregor Schmidt",
"author_login": "schmidt",
"committed_at": "2019-09-01T20:52:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7ae972b16c4f001592d2347ad8abfaceea5d9ea",
"body": null,
"is_bot": false,
"headline": "Updating built environment",
"author_name": "Gregor Schmidt",
"author_login": "schmidt",
"committed_at": "2019-09-01T20:44:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70ef11962bb4b7d022d56184c95656d3bd74f176",
"body": null,
"is_bot": false,
"headline": "Remove disclaimer from readme. v0.3.0 was released",
"author_name": "Gregor Schmidt",
"author_login": "schmidt",
"committed_at": "2017-03-23T11:02:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a90d0c47763fd78953d8fc7c2bab2f69a5e4e19",
"body": "* Major changes\n * Add Ruby 2.4 compatibility\n * Support built-in warnings in Ruby 2.4 with `StructuredWarnings::BuiltInWarning`\n* Incompatible changes\n * Drop Ruby 1.x compatibility\n * Changed most of the public class names",
"is_bot": false,
"headline": "Releasing v0.3.0",
"author_name": "Gregor Schmidt",
"author_login": "schmidt",
"committed_at": "2017-03-23T10:58:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c296b0204ef7c2cd703568f9635510ea4fcb6f4",
"body": "Make sure, \n\n* that $stderr is always reassigned.\n* that $verbose is properly reassigned, if test is not executed.",
"is_bot": false,
"headline": "Code hygene",
"author_name": "Gregor Schmidt",
"author_login": "schmidt",
"committed_at": "2017-03-23T10:52:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a82c0174b78170f153ea7a3666f4fa6dbaae4a81",
"body": null,
"is_bot": false,
"headline": "Adding java to platform in Gemfile",
"author_name": "Gregor Schmidt",
"author_login": "schmidt",
"committed_at": "2017-03-23T10:52:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a3685fac97364574ffdbbccb1c2b246b7b7f65d",
"body": "The tests in JRuby did not run, since `bundle exec rake` cannot find the `rake`\nbinary. Executing just `rake` works fine. This went away locally when using\nlatest JRuby.",
"is_bot": false,
"headline": "Use newer JRuby",
"author_name": "Gregor Schmidt",
"author_login": "schmidt",
"committed_at": "2017-03-23T10:51:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f0f14178900711ca26287c58b658ee9463a24f5",
"body": "for built-in C-level warnings emitted by Ruby itself.\n\nAlso renaming most of the test classes to make it easier to find stuff.",
"is_bot": false,
"headline": "Add special `StructuredWarnings::BuiltInWarning`",
"author_name": "Gregor Schmidt",
"author_login": "schmidt",
"committed_at": "2017-03-23T08:53:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "823e45b6a0a3d50fc2b8de5a75725181482815e5",
"body": "hoping to get more up-to-date versions",
"is_bot": false,
"headline": "Using more specific ruby versions",
"author_name": "Gregor Schmidt",
"author_login": "schmidt",
"committed_at": "2017-03-22T22:32:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b206c8883f857fd00db42cb1e3e41d8b7ab3c56a",
"body": null,
"is_bot": false,
"headline": "Adding travis build",
"author_name": "Gregor Schmidt",
"author_login": "schmidt",
"committed_at": "2017-03-22T22:29:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "617ca392ccc989248f35e5e8870da9e58c740cd5",
"body": "Reorganizing test framework support.\n\nUsing `assert` instead of `assert_block` in `StructuredWarnings::Test::Assertions` since that API is the same in both, test-unit and minitest.\n\nAdding integration test for both, test-unit and minitest.",
"is_bot": false,
"headline": "Re-add tests from v0.2.0",
"author_name": "Gregor Schmidt",
"author_login": "schmidt",
"committed_at": "2017-03-22T22:13:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7c58429b20fd383928b0ca0d6935b8f0cf9bcc8",
"body": null,
"is_bot": false,
"headline": "Note about upgrading from `v0.2.0` to `v0.3.0`.",
"author_name": "Gregor Schmidt",
"author_login": "schmidt",
"committed_at": "2017-03-22T09:19:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a00a824a588cadfbbceea098e3765fe1b951112e",
"body": null,
"is_bot": false,
"headline": "Fix, typo",
"author_name": "Gregor Schmidt",
"author_login": "schmidt",
"committed_at": "2017-03-22T09:09:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e93e975a23322cb6fcf9eb26ea715a7bd8a0b9ee",
"body": null,
"is_bot": false,
"headline": "Fxi typo",
"author_name": "Gregor Schmidt",
"author_login": "schmidt",
"committed_at": "2017-03-22T09:09:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d037010c3306f6a150dc966b4bbcd96f62b8dd14",
"body": "While implementing a 2.4 compatible version of `structured_warnings` some things needed renaming, since Ruby now ships with a `Warning` module. To avoid future name clashes, the amount of top level constants has been greatly reduced. It's now just `Dynamic` and `StructuredWarnings`.\n\nUpdating README accordingly.",
"is_bot": false,
"headline": "Update README using new class names",
"author_name": "Gregor Schmidt",
"author_login": "schmidt",
"committed_at": "2017-03-22T09:07:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d99061b1f07acdabadfd7596141e0f0c3a1ee99",
"body": "Now that I understand, that Ruby 2.4 does not route all `Kernel#warn` calls through `Warning::warn`, but only Ruby internal ones, it now makes sense, why my test was initially failing. After extending `Kernel#warn` to also trigger `Warning::warn`, the test suddenly works as expected.",
"is_bot": false,
"headline": "Enable Core test",
"author_name": "Gregor Schmidt",
"author_login": "schmidt",
"committed_at": "2017-03-22T08:57:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d328c25d4bf22eda7cbf9fc5b1163e5e4c97c845",
"body": "My assumption was, that Ruby 2.4 would trigger `Warning::warn` for all calls to `Kernel::warn` and for all internal warnings. Apparently this was not correct. Only the internal warnings are routed through `Warning::warn`. Consequently we need to load `StructuredWarnings::Kernel` for all Ruby versions, so that we can extend user land warnings as well.",
"is_bot": false,
"headline": "Make it work in Ruby 2.4",
"author_name": "Gregor Schmidt",
"author_login": "schmidt",
"committed_at": "2017-03-22T08:53:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa2dd8a3b0f7e7d2e8c2cc7501ef0f251afe102c",
"body": null,
"is_bot": false,
"headline": "Re-adding everthing form pre v0.3",
"author_name": "Gregor Schmidt",
"author_login": "schmidt",
"committed_at": "2017-03-21T22:17:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7066b68787e5b747cf42dc4e7cd53f56fd762318",
"body": "Backporting the functionality of `Warning` from Ruby 2.4 to 2.3 and lower, i.e. all calls to `warn` are forwarded to `Warning::warn`. Added to Ruby in https://bugs.ruby-lang.org/issues/12299",
"is_bot": false,
"headline": "Backport `Warning::warn` to all Rubies",
"author_name": "Gregor Schmidt",
"author_login": "schmidt",
"committed_at": "2017-03-21T21:27:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06bd0cce836fd1ae7531f3cc8cf3314ae4a103bd",
"body": "Starting from the scratch, since Ruby 2.4 introduced a `Warning` module, which\nwas used inside `structured_warnings` as a base class.",
"is_bot": false,
"headline": ":sunrise: for ruby 2.4 compatible implementation",
"author_name": "Gregor Schmidt",
"author_login": "schmidt",
"committed_at": "2017-03-21T20:22:09Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 0,
"latest_release_at": "2025-04-15T21:36:59Z",
"latest_release_tag": "v0.5.0",
"releases_from_tags": true,
"days_since_last_push": 462,
"active_weeks_last_year": 0,
"days_since_latest_release": 462,
"mean_days_between_releases": 936.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "structured_warnings",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/structured_warnings",
"is_deprecated": false,
"latest_version": "0.5.0",
"repository_url": "http://github.com/schmidt/structured_warnings",
"versions_count": 9,
"total_downloads": 4079447,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2009-07-25T17:50:43Z",
"latest_published_at": "2025-04-15T21:41:13.371000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 462
}
]
},
"popularity": {
"forks": 6,
"stars": 17,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2013-05-22",
"count": 1
},
{
"date": "2014-08-14",
"count": 1
},
{
"date": "2015-08-06",
"count": 1
},
{
"date": "2017-01-07",
"count": 1
},
{
"date": "2022-07-15",
"count": 1
},
{
"date": "2025-04-15",
"count": 1
}
],
"complete": true,
"collected": 6,
"total_forks": 6
},
"star_history": {
"days": [
{
"date": "2009-11-27",
"count": 4
},
{
"date": "2010-01-04",
"count": 1
},
{
"date": "2011-07-20",
"count": 1
},
{
"date": "2015-03-09",
"count": 1
},
{
"date": "2015-08-06",
"count": 1
},
{
"date": "2015-10-13",
"count": 1
},
{
"date": "2015-12-29",
"count": 1
},
{
"date": "2017-03-19",
"count": 1
},
{
"date": "2017-05-15",
"count": 1
},
{
"date": "2018-09-03",
"count": 1
},
{
"date": "2018-10-02",
"count": 1
},
{
"date": "2021-08-26",
"count": 2
},
{
"date": "2025-04-16",
"count": 1
}
],
"complete": true,
"collected": 17,
"total_stars": 17
},
"open_issues_and_prs": 1
},
"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": 7959,
"source_files_sampled": 18,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile"
],
"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": 4,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "bundler",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "minitest",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "minitest",
"direct": false,
"version": "5.25.5",
"ecosystem": "rubygems"
},
{
"name": "power_assert",
"direct": false,
"version": "2.0.5",
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": false,
"version": "13.2.1",
"ecosystem": "rubygems"
},
{
"name": "test-unit",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "test-unit",
"direct": false,
"version": "3.6.8",
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 8,
"direct_count": 0,
"indirect_count": 8
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 7,
"open_issues": 1,
"closed_ratio": 0.8,
"closed_issues": 4,
"closed_unmerged_prs": 9
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "schmidt",
"commits": 30,
"avatar_url": "https://avatars.githubusercontent.com/u/734?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Gemfile.lock"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 5 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/29 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 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": 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": 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": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"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": "b1b7bb03bf0d7b6f0459667a8f8d82bd02b8d718",
"ran_at": "2026-07-22T00:48:06Z",
"aggregate_score": 3.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": "2025-04-15T21:32:37Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 21,
"created_at": "2025-04-15T21:48:45Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/schmidt/structured_warnings",
"host": "github.com",
"name": "structured_warnings",
"owner": "schmidt"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"security": 51,
"vitality": 13,
"community": 49,
"governance": 49,
"engineering": 49
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 13,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 462,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 462 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 462
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 32,
"inputs": {
"releases_count": 7,
"latest_release_tag": "v0.5.0",
"releases_from_tags": true,
"days_since_latest_release": 462,
"mean_days_between_releases": 936.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 462 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 462
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~936.4 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 936.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "dormant",
"guards": [
"no_open_demand",
"dependencies_clean"
],
"signals": [
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 1,
"days_since_last_merged_pr": 462,
"days_since_last_human_commit": 462,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 462 days, with nothing left unanswered; held at dormant by nothing open to answer, no affected dependency",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 462
}
},
{
"code": "abandonment_guarded",
"params": {
"guards": "nothing open to answer, no affected dependency"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 49,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"forks": 6,
"stars": 17,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "17 stars",
"points": 19.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 17
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "6 forks",
"points": 5.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 6
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"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": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 86,
"inputs": {
"packages": [
"structured_warnings"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 4079447,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "4,079,447 downloads all-time across rubygems",
"points": 68.7,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 4079447,
"ecosystems": "rubygems"
}
}
],
"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": "at_risk",
"name": "Sustainability & Governance",
"value": 49,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"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 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"merged_prs": 7,
"open_issues": 1,
"closed_issues": 4,
"issue_closed_ratio": 0.8,
"closed_unmerged_prs": 9
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "80% of issues closed",
"points": 37.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 80
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "7/16 decided PRs merged",
"points": 16.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 7,
"decided": 16
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/29 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"followers": 70,
"owner_type": "User",
"is_verified": null,
"owner_login": "schmidt",
"public_repos": 59,
"account_age_days": 6722
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "70 followers of schmidt",
"points": 13.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 70,
"login": "schmidt"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "59 public repos, account ~18 yr old",
"points": 24.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 59
}
},
{
"code": "account_age_years",
"params": {
"years": 18
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"packages": [
"structured_warnings"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 462
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on rubygems",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "rubygems"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 462 days ago",
"points": 14,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 462
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "9 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 9
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 49,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 5 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"ruby"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "1 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 1
}
}
],
"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": "moderate",
"name": "Security",
"value": 51,
"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": 39,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 5 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/29 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no 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": "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": "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": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"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; 4 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": 4
}
},
{
"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": 4,
"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": 3
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 36,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.6,
"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": "18 of 30 human commits state their intent (structured subject or explanatory body)",
"points": 32,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 18,
"sampled": 30
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Gemfile.lock"
],
"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": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 30",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 30
}
}
],
"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": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Ruby",
"largest_source_bytes": 7959,
"source_files_sampled": 18,
"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/18 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 18,
"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": [],
"report_type": "repository",
"generated_at": "2026-07-22T00:48:14.175733Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/schmidt/structured_warnings.svg",
"full_name": "schmidt/structured_warnings",
"license_state": "standard",
"license_spdx": "MIT"
}