Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 296,
"has_wiki": false,
"homepage": "http://archspecrb.dev/",
"languages": {
"Ruby": 163226
},
"pushed_at": "2026-07-05T17:05:20Z",
"created_at": "2026-06-02T17:07:29Z",
"owner_type": "User",
"updated_at": "2026-07-28T20:40:07Z",
"description": "Architecture checks for Ruby and Rails.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": "https://paolino.me",
"name": "Carmine Paolino",
"type": "User",
"login": "crmne",
"company": "@plenty-hq ",
"location": "Berlin, Germany",
"followers": 373,
"avatar_url": "https://avatars.githubusercontent.com/u/106617?v=4",
"created_at": "2009-07-19T19:50:10Z",
"is_verified": null,
"public_repos": 107,
"account_age_days": 6221
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-07-05T09:56:06Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-06-21T11:21:37Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-06-18T16:23:18Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-06-18T16:23:11Z"
}
],
"recent_commits": [
{
"oid": "e0f13fbc20d9008eddd9379b510fd0396ec1cc34",
"body": "Reads better for convention packs like :ruby_conventions while keeping a\nsingle bundling mechanism. preset :rails and architecture :rails are\ninterchangeable.",
"is_bot": false,
"headline": "Add preset as a DSL alias for architecture",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-07-05T17:05:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "391e68e543a809da65d453f6a16ebde1d871cc06",
"body": "A class << self block is a Prism::SingletonClassNode, which the visitor\nnever handled, so its defs fell through the generic path and were recorded\nas public instance methods, ignoring both their class scope and any private\ninside the block.\n\nThread a default_scope through the visitor (:class inside \n[…]\ns there are class methods and the visibility walk applies. Handles\nclass << self and class << SomeConstant; an unknown class << variable still\nhas its body visited for edges but attributes no methods.",
"is_bot": false,
"headline": "Record class << self methods as class-scoped with visibility",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-07-05T17:05:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "78ad62e41a564e2064510a4096130a3e98b0b59d",
"body": "Introduce methods.matching(/regex/).forbidden / .requires(...) for checking\nthe shape and consistency of a component's public API, plus the\narchitecture :ruby_conventions bundle (project-wide get_/set_ and is_ bans;\nhas_ is left alone for Rails).\n\nRules judge a component's defined, public methods, so the analyzer now tracks\nmethod visibility (bare private, inline private def, private :sym,\nprivate_class_method). Every check is exact and name-based at high confidence.",
"is_bot": false,
"headline": "Add a naming-convention rule language and ruby_conventions preset",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-07-05T15:02:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a35b31c70b989425bd0369384f61b1e7398cb05",
"body": "Zeitwerk already verifies its own names via eager_load, so drop the static\nreimplementation: verify_zeitwerk_names!, the inflect DSL method, the\nzeitwerk.naming rule, expected_constant, and the inflection/camelize logic.\nrails_strict no longer runs it. Docs now point at Zeitwerk::Loader.eager_load_a\n[…]\nt a real 37signals app.\n\nCI: run the Fizzy torture on every push and PR; run Discourse and Mastodon\nonly on the release push (plus manual and scheduled runs), and gate the\nrelease on all torture jobs.",
"is_bot": false,
"headline": "Remove the Zeitwerk name check; add Fizzy to the torture suite",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-07-05T14:05:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a1f6e2c77d00493138e4b41df27c27916adbcc50",
"body": "The preset list used labeled-list syntax whose indented continuation\nlines RDoc renders as verbatim code blocks. Switch to a bulleted list so\nthe descriptions render as prose.",
"is_bot": false,
"headline": "Fix RDoc rendering of the architecture preset list",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-07-05T10:03:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d55f9b1eade2d53a3d2f0d20e3be42c8d76e47d2",
"body": null,
"is_bot": false,
"headline": "Release 0.4.0",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-07-05T09:54:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3974dd56948b2c4a0bd9e030740596747f48b6c1",
"body": "The version selector switches between separately-hosted docs versions.\nArchSpec has a single always-latest docs site, so the old release-tag and\nchangelog links did not belong in it.",
"is_bot": false,
"headline": "Trim docs version selector to the current version",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-07-05T09:39:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f074452ee9684d967d55667ac2c2836ecf9d60a2",
"body": "… todo\n\nRules and analysis:\n- cannot_call gains receiver: :none so bare/self calls match without\n flagging receivered calls; own methods (defined, inherited, attr_*,\n delegate) are never flagged\n- add dependencies.privacy (public_api), dependencies.consumers\n (can_only_be_used_by), and concerns.i\n[…]\noss the public API\n- torture harness (rake torture, guarded test/torture_test.rb) runs\n ArchSpec against pinned Discourse and Mastodon checkouts with snapshots\n- opt-in weekly/dispatch torture CI job",
"is_bot": false,
"headline": "Add API docs, torture harness, boundary rules, and rename baseline to…",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-07-05T08:52:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "711240daf6175a07c5696abc7c89cb0e3a5921c5",
"body": null,
"is_bot": false,
"headline": "Release 0.3.0",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-06-21T11:19:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80bbaeee97f701b23135fb0794897285214ca69e",
"body": null,
"is_bot": false,
"headline": "Support Ruby 3.1",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-06-21T11:19:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dcfd1d3378f73344fc0b43aab8a457cbf0ed5d5",
"body": null,
"is_bot": false,
"headline": "Left align code in examples in home page",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-06-19T09:19:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d3e242bed1e6cbba78e66482efdc8100cdfcf75",
"body": null,
"is_bot": false,
"headline": "Create GitHub releases from CI",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-06-18T16:24:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebb96e268d048f08b1c862bd087e85463b388798",
"body": null,
"is_bot": false,
"headline": "Update docs header links",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-06-18T16:24:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff4f4a6f1535d0ce0d5c20902632ba35d4923c6c",
"body": null,
"is_bot": false,
"headline": "Release 0.2.0",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-06-18T15:30:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "443a50c422478c361ec7a5abdd909d419a90045d",
"body": null,
"is_bot": false,
"headline": "Copy pass",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-06-18T15:03:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8d2c696da57d9927839e4a21dcf00a6f1bc756b",
"body": null,
"is_bot": false,
"headline": "Collapse presets into architectures",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-06-18T09:42:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a0d391053e85a00e328cd6b4eb2a3e1188dab8f",
"body": null,
"is_bot": false,
"headline": "Copy pass",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-06-18T09:13:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d3f1787b9f3e0735d6289b185036e78ff7c62f6",
"body": null,
"is_bot": false,
"headline": "Evaluate Archspec files as direct DSL",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-06-18T08:38:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f95744b92734b09f52ba311e2e011d077f868939",
"body": null,
"is_bot": false,
"headline": "Use code block titles in docs",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-06-18T08:31:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9cd14dfe4e501fe9b28d4c43a95ba452184d141",
"body": null,
"is_bot": false,
"headline": "Remove root from docs",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-06-18T08:29:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c984532e9036e1c0e4bd8000cb88b49ff21c2e8",
"body": null,
"is_bot": false,
"headline": "Use default root in DSL examples",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-06-18T08:25:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5361d0d9f589c7c1281e5a87af3b80e2db54d964",
"body": null,
"is_bot": false,
"headline": "Add docs version selector",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-06-18T08:21:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d9bb2b54593dd46bd4c264b750df18b791dac45",
"body": null,
"is_bot": false,
"headline": "Release 0.1.0",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-06-18T08:18:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9231fbf70ed5617d4a5ae722a97cb47365d6d4a9",
"body": "Make 37signals-style conventions checkable and document the analysis\npipeline.\n\n- Add components.empty rule: component(...).must_be_empty(because:\n\"...\")\n- Add preset :vanilla_rails: rails_way plus app/services, app/forms,\n app/policies, app/decorators, app/presenters, and app/components must\n sta\n[…]\nliteral everywhere and apply RuboCop formatting\n- Share the diagnostics_for helper across test files\n- Add How It Works and Vanilla Rails guides and a Components rule page\n- Bump version to 0.1.0.pre2",
"is_bot": false,
"headline": "Vanilla Rails preset, empty-component rule, and how-it-works docs",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-06-09T21:28:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "889d1c50107d53ce30fd919194d9ebc031128822",
"body": null,
"is_bot": false,
"headline": "Updated jekyll-vitepress",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-06-08T11:31:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c3ba7bba0a1b798c8fc8db158ea6f6162717919",
"body": null,
"is_bot": false,
"headline": "Handle unpublished gem versions in release check",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-06-02T19:34:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c415d03593504479eede96d9eac4206063c39b5e",
"body": null,
"is_bot": false,
"headline": "Use validated links in docs",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-06-02T19:21:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5415a3aec4c3c4ad3d54a7f5507f977cc5bbf934",
"body": null,
"is_bot": false,
"headline": "New readme",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-06-02T19:13:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7256683dac8e25c5f9a6b680bd774c81c6b21f1",
"body": null,
"is_bot": false,
"headline": "Release workflow",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-06-02T19:13:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "173534ac36797c262775ec798a40d5281adc3d9c",
"body": null,
"is_bot": false,
"headline": "Add architecture presets",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-06-02T18:51:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08db4170ed34880aa15224b066bd0a7a605ae934",
"body": null,
"is_bot": false,
"headline": "Document ArchSpec rules",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-06-02T18:18:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "131dd98b446bb2efcd9fee9c8a06559b0b3ee333",
"body": null,
"is_bot": false,
"headline": "Forbid one-shot command objects",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-06-02T18:11:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89b61c29ec1cbad82f15710a4719394b92d7e684",
"body": null,
"is_bot": false,
"headline": "Dogfood ArchSpec architecture checks",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-06-02T18:01:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50de18893c35afb89e8e0627cf83bc580cad1420",
"body": null,
"is_bot": false,
"headline": "Build docs with GitHub Pages base path",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-06-02T17:42:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae1b4a85a4c96610e55cda0ef3ae6588f0adb3cf",
"body": null,
"is_bot": false,
"headline": "Deploy docs to GitHub Pages from CI",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-06-02T17:19:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af17c232c5d34601b8d0f39c1ff0a47da50ee121",
"body": null,
"is_bot": false,
"headline": "Refine README tagline",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-06-02T17:10:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "887bdd9669fa4e8e769aa1510496d89837bbbfdb",
"body": null,
"is_bot": false,
"headline": "Refine public architecture copy",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-06-02T17:08:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32bf737f46c844f500abe48a8e79c7edb74115f1",
"body": null,
"is_bot": false,
"headline": "Update homepage for GitHub Pages",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-06-02T17:06:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bc00af8bcd97a2d4226d055d06f23cc6b227fb7",
"body": null,
"is_bot": false,
"headline": "Set gem author metadata",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-06-02T17:05:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a63568bf4b8b6cb04f3e7e30e2556d8ae72d3c7",
"body": null,
"is_bot": false,
"headline": "Prepare ArchSpec for credible v1",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-06-02T17:02:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d82c2d20f4635a794582ffe68f677548d4a97d3",
"body": null,
"is_bot": false,
"headline": "Initial ArchSpec gem scaffold",
"author_name": "Carmine Paolino",
"author_login": "crmne",
"committed_at": "2026-06-02T16:55:47Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 41,
"latest_release_at": "2026-07-05T09:56:06Z",
"latest_release_tag": "v0.4.0",
"releases_from_tags": false,
"days_since_last_push": 26,
"active_weeks_last_year": 5,
"days_since_latest_release": 26,
"mean_days_between_releases": 5.6
},
"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": "archspec",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/archspec",
"is_deprecated": false,
"latest_version": "0.4.0",
"repository_url": "https://github.com/crmne/archspec",
"versions_count": 6,
"total_downloads": 6085,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2026-06-02T19:35:09.545000Z",
"latest_published_at": "2026-07-05T09:56:03.948000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 26
}
]
},
"popularity": {
"forks": 1,
"stars": 17,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2026-06-24",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"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": 20676,
"source_files_sampled": 46,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile",
"docs/Gemfile"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"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": 6,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "jekyll-vitepress-theme",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "minitest",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "prism",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rdoc",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "webrick",
"direct": false,
"version": null,
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 6,
"direct_count": 0,
"indirect_count": 6
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "crmne",
"commits": 41,
"avatar_url": "https://avatars.githubusercontent.com/u/106617?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml"
],
"has_docs_dir": true,
"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": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"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": "project was created within the last 90 days. Please review its contents carefully",
"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": "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": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "e0f13fbc20d9008eddd9379b510fd0396ec1cc34",
"ran_at": "2026-08-01T03:35:58Z",
"aggregate_score": 3.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-27T10:05:24Z",
"oldest_open_prs": [
{
"number": 1,
"created_at": "2026-06-24T13:38:56Z",
"last_comment_at": "2026-07-05T10:08:54Z",
"last_comment_author": "crmne"
}
],
"last_merged_pr_at": null,
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/crmne/archspec",
"host": "github.com",
"name": "archspec",
"owner": "crmne"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 50 is calibrated to 50 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 50,
"calibrated": 50,
"calibration": "2026-08-02"
}
}
],
"value": 50,
"inputs": {
"security": 33,
"vitality": 68,
"community": 38,
"governance": 43,
"calibration": "2026-08-02",
"engineering": 68,
"ai_readiness": 24,
"weighted_overall_raw": 50
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 68,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "weak",
"name": "Development activity",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"commits_last_year": 41,
"human_commit_share": 1,
"days_since_last_push": 26,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 26 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 26
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "41 commits in the last year",
"points": 14.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 41
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "exceptional",
"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": 100,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v0.4.0",
"releases_from_tags": false,
"days_since_latest_release": 26,
"mean_days_between_releases": 5.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 26 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 26
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~5.6 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 5.6
}
}
],
"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": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 38,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"forks": 1,
"stars": 17,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"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": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"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,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"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": "weak",
"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": 49,
"inputs": {
"packages": [
"archspec"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 6085,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "6,085 downloads all-time across rubygems",
"points": 39.3,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 6085,
"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": "weak",
"name": "Sustainability & Governance",
"value": 43,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 20,
"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 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance, Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance",
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"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": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"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": "good",
"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": 67,
"inputs": {
"followers": 373,
"owner_type": "User",
"is_verified": null,
"owner_login": "crmne",
"public_repos": 107,
"account_age_days": 6221
},
"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": "373 followers of crmne",
"points": 18.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 373,
"login": "crmne"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "107 public repos, account ~17 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 107
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"archspec"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 26
},
"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 26 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 26
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "6 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 6
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 68,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"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": 60,
"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": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": "http://archspecrb.dev/",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "http://archspecrb.dev/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 33,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 33,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 3.3
},
"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 3 contributing companies or organizations -- score normalized to 10",
"points": 2.5,
"status": "met",
"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": "project was created within the last 90 days. Please review its contents carefully",
"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": "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": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"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": 24,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.195,
"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": "8 of 41 human commits state their intent (structured subject or explanatory body)",
"points": 10.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 8,
"sampled": 41
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 22,
"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 41",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 41
}
}
],
"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": 20676,
"source_files_sampled": 46,
"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/46 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 46,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [
"library"
],
"scores": {
"library": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:rubygems",
"weight": 6
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-08-01T03:36:03.303020Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/crmne/archspec.svg",
"full_name": "crmne/archspec",
"license_state": "standard",
"license_spdx": "MIT"
}