JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 35,
"has_wiki": true,
"homepage": null,
"languages": {
"Rust": 31864
},
"pushed_at": "2026-07-31T19:03:42Z",
"created_at": "2019-02-11T21:58:13Z",
"owner_type": "User",
"updated_at": "2026-07-31T16:03:25Z",
"description": "Tool to inline module contents into syn::File instances",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": null,
"name": "Ted Driggs",
"type": "User",
"login": "TedDriggs",
"company": "@crowdstrike",
"location": "Seattle",
"followers": 72,
"avatar_url": "https://avatars.githubusercontent.com/u/4805575?v=4",
"created_at": "2013-06-24T18:21:42Z",
"is_verified": null,
"public_repos": 68,
"account_age_days": 4786
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-07-31T19:03:42Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2023-04-26T20:29:49Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2020-07-09T00:54:54Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2019-06-19T00:07:17Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2019-02-14T02:08:09Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2019-02-11T22:24:17Z"
}
],
"recent_commits": [
{
"oid": "30128cfefa66ef56f0aa0109451a77676f97ccd1",
"body": "Bump to 0.7.0",
"is_bot": false,
"headline": "Merge pull request #25 from Manishearth/bump",
"author_name": "Ted Driggs",
"author_login": "TedDriggs",
"committed_at": "2026-07-31T16:03:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f009f198c89c8bc7afba02b36027648f54cc29a",
"body": null,
"is_bot": false,
"headline": "Bump to 0.7.0",
"author_name": "Manish Goregaokar",
"author_login": "Manishearth",
"committed_at": "2026-07-30T21:38:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c88bc42e868fda0a7237d8d3cc81201a3f83c1d1",
"body": "Upgrade to syn v3",
"is_bot": false,
"headline": "Merge pull request #24 from rust-diplomat/upgrade_to_syn_v3",
"author_name": "Ted Driggs",
"author_login": "TedDriggs",
"committed_at": "2026-07-30T21:18:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f9024324bcae233ee4ba2987ab463f151813da6",
"body": null,
"is_bot": false,
"headline": "Upgrade to syn v3",
"author_name": "Tyler from Zeromatter",
"author_login": "tyler-zeromatter",
"committed_at": "2026-07-24T17:51:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab3e8ca39deeeb16125eb71618b120fa3fbde30f",
"body": "Bump version to 0.6.0",
"is_bot": false,
"headline": "Merge pull request #22 from Manishearth/bump",
"author_name": "Ted Driggs",
"author_login": "TedDriggs",
"committed_at": "2023-04-26T20:27:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2319c41a6b46d95fb0035ec627c0f57b9d6b9573",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.6.0",
"author_name": "Manish Goregaokar",
"author_login": "Manishearth",
"committed_at": "2023-04-21T22:07:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1733083bf9d29466890dcf88434fa129e0135a6",
"body": "Update syn to 2.0",
"is_bot": false,
"headline": "Merge pull request #20 from Manishearth/synup",
"author_name": "Ted Driggs",
"author_login": "TedDriggs",
"committed_at": "2023-04-19T12:56:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06a8be52b98d143d9faca29a60c667cd2cf2ead2",
"body": null,
"is_bot": false,
"headline": "Update syn to 2.0",
"author_name": "Manish Goregaokar",
"author_login": "Manishearth",
"committed_at": "2023-04-14T03:32:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d3be68cc1666ffa635c073e8d3d1dab1407e9ac",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.5.0",
"author_name": "Ted Driggs",
"author_login": "TedDriggs",
"committed_at": "2021-12-20T19:16:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d10cd7ae1cadd7271fe761d6d08b1c5acbd74c0",
"body": "Remove hard dependency on the compiler's proc_macro crate",
"is_bot": false,
"headline": "Merge pull request #19 from Aetf/master",
"author_name": "Ted Driggs",
"author_login": "TedDriggs",
"committed_at": "2021-12-20T19:09:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff76d17984f1ec76381a1d16c80bf9690b41f5bc",
"body": "So this is usable outside of procedural macros",
"is_bot": false,
"headline": "Remove hard dependency on the compiler's proc_macro crate",
"author_name": "Aetf",
"author_login": "Aetf",
"committed_at": "2021-12-13T06:01:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f657c45effec26e3b4ad6a0fb470832131f3c998",
"body": "Add a way to run a callback on file load",
"is_bot": false,
"headline": "Merge pull request #16 from sunshowers/cb",
"author_name": "Ted Driggs",
"author_login": "TedDriggs",
"committed_at": "2020-07-17T13:21:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ca6113e8e3791f9dc18b1cdd83d34e0a418e964",
"body": "This is useful when integrating syn-inline-mod with other systems, as it allows\nfor file contents to be recorded for e.g. later error reporting.\n\nThis required some refactoring as we had to pass a `&mut R` down through the\nvisitor.\n\nIncluded is a test which ensures that syn-inline-mod works on the crate itself.",
"is_bot": false,
"headline": "Add a way to run a callback on file load",
"author_name": "Rain",
"author_login": "sunshowers",
"committed_at": "2020-07-16T01:18:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a23e1f493fca101a9a246c9e5673340cc24ffd4",
"body": "Documentation and changelog fixes",
"is_bot": false,
"headline": "Merge pull request #14 from sunshowers/errors",
"author_name": "Ted Driggs",
"author_login": "TedDriggs",
"committed_at": "2020-07-16T00:42:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "475c75fb50bfd970fa0316cbc191f8ca5c7b94d9",
"body": null,
"is_bot": false,
"headline": "Update and fix links in changelog",
"author_name": "Rain",
"author_login": "sunshowers",
"committed_at": "2020-07-09T18:16:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a45c17220f9834fa6131f0cb4e0ae381ca580c63",
"body": "This means that we don't have to print out the inner error in the `Display`\nimpl, as error reporting tools can follow the chain of errors.",
"is_bot": false,
"headline": "Implement Error::source for Error",
"author_name": "Rain",
"author_login": "sunshowers",
"committed_at": "2020-07-09T18:13:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4509c20710fabc0ee64dfa0242e05e202b7534e4",
"body": "The discussion in #13 ended up with some API changes. Update the\ndocumentation to reflect those changes.",
"is_bot": false,
"headline": "Documentation update",
"author_name": "Rain",
"author_login": "sunshowers",
"committed_at": "2020-07-09T18:11:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ca58e8bf4351b431cfbd04a1badd028510a66c3",
"body": "Expose errors caused by invalid Rust syntax without panics",
"is_bot": false,
"headline": "Merge pull request #13 from TedDriggs/errors-updated",
"author_name": "Ted Driggs",
"author_login": "TedDriggs",
"committed_at": "2020-07-09T00:53:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a456e52926850810a0612e41a5846917acb1c42",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Ted Driggs",
"author_login": "TedDriggs",
"committed_at": "2020-07-09T00:49:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78414d585b96c52520065d3b8e07b410cfaf49c7",
"body": null,
"is_bot": false,
"headline": "Fix test failure on rustc 1.32.0",
"author_name": "Ted Driggs",
"author_login": "TedDriggs",
"committed_at": "2020-07-09T00:48:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "501391a6eab50809d81393f52b13d85480ca0bbc",
"body": null,
"is_bot": false,
"headline": "Change crate API to reflect review discussion",
"author_name": "Ted Driggs",
"author_login": "TedDriggs",
"committed_at": "2020-07-08T23:29:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f150871d9e4322d043493b96befd6c2b714679fe",
"body": null,
"is_bot": false,
"headline": "Rename inline_error_log to error_log",
"author_name": "Ted Driggs",
"author_login": "TedDriggs",
"committed_at": "2020-07-08T15:12:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff0550cc6aee86fc50d6cc9b26a6cc04a7ba6d92",
"body": "* Preserve signature of parse_and_inline_modules\n* Add IncompleteInlining to report errors during recursion\n* Improve doc comments for parse_and_inline_modules\n\nRelates to #11\nAmends #12",
"is_bot": false,
"headline": "Always expose best-effort inlining result",
"author_name": "Ted Driggs",
"author_login": "TedDriggs",
"committed_at": "2020-07-08T15:12:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6b902cd04d5e5322f6faddc0a9f40ca7a4f9165",
"body": "Remove panics caused by file load or parsing errors.\n\nThis requires a new data model for errors, with a couple of new types.",
"is_bot": false,
"headline": "Re-do error handling",
"author_name": "Rain",
"author_login": "sunshowers",
"committed_at": "2020-07-08T02:24:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "323d94e43f78f7cf80da3768f6f0e0ceb61cff50",
"body": null,
"is_bot": false,
"headline": "Formatting",
"author_name": "Rain",
"author_login": "sunshowers",
"committed_at": "2020-07-07T20:20:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6be2c6a05153585e489e2ae004b42d7124691c40",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.3.0",
"author_name": "Ted Driggs",
"author_login": "TedDriggs",
"committed_at": "2020-01-07T18:43:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3de45e564308f43235708e0d2539aea5f1de09e",
"body": null,
"is_bot": false,
"headline": "Formatting and lints",
"author_name": "Ted Driggs",
"author_login": "TedDriggs",
"committed_at": "2020-01-07T18:43:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b10c0adb91c8fdea8afe16224138ec7e3d59224",
"body": "* Upgrades the versions of proc-macro2, quote, and syn\r\n\r\n* Updates the way that mod_path checks if a path is 'path' in a way that doesn't require a dependency on 'quote'.\r\n\r\n* More concisely checks if a path is the ident 'path'",
"is_bot": false,
"headline": "Upgrades the versions of proc-macro2, quote, and syn (#9)",
"author_name": "chuck-flowers",
"author_login": "chuck-flowers",
"committed_at": "2020-01-07T18:40:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3704707074368a8b59d194c3ea705e73d558cdaf",
"body": null,
"is_bot": false,
"headline": "Update docs version to 0.2.0",
"author_name": "Ted Driggs",
"author_login": "TedDriggs",
"committed_at": "2019-06-19T00:03:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9c646a3c35b668482d352ac8e9677213e6f31f2",
"body": "* Distinguish root and non-root modules, lib.rs and main.rs are not special\r\n\r\n* Add an option to detect non-inlined modules",
"is_bot": false,
"headline": "Distinguish root and non-root modules, detect non-inlined modules (#6)",
"author_name": "jethrogb",
"author_login": "jethrogb",
"committed_at": "2019-06-19T00:02:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdde09f3f9e8b6cea107085e40839d52530cf59a",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Ted Driggs",
"author_login": "TedDriggs",
"committed_at": "2019-02-14T02:07:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05c1dabc2084a5c111a9f7d20a59dd975107da1b",
"body": "Fixes #1",
"is_bot": false,
"headline": "Preserve outer attributes from files when inlining (#2)",
"author_name": "Ted Driggs",
"author_login": "TedDriggs",
"committed_at": "2019-02-13T19:20:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2070ecb1f9656bc2a01fdf42a4692553981829b4",
"body": null,
"is_bot": false,
"headline": "Improve error message for parsing failures during testing",
"author_name": "Ted Driggs",
"author_login": "TedDriggs",
"committed_at": "2019-02-13T18:27:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7e62d1f7d12eeed26ec4c1e6a35f8805a5b9b5b",
"body": null,
"is_bot": false,
"headline": "Add package description",
"author_name": "Ted Driggs",
"author_login": "TedDriggs",
"committed_at": "2019-02-11T22:23:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c509780e047e07ed1203015b7211058810d9154",
"body": null,
"is_bot": false,
"headline": "Add README and Travis",
"author_name": "Ted Driggs",
"author_login": "TedDriggs",
"committed_at": "2019-02-11T22:04:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53c8a0a59cdc22578eb331ad96e11e182df720b3",
"body": null,
"is_bot": false,
"headline": "Add license",
"author_name": "Ted Driggs",
"author_login": "TedDriggs",
"committed_at": "2019-02-11T21:59:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f68631a6bb0a2b8f985afadc7c2d565834f09d9",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Ted Driggs",
"author_login": "TedDriggs",
"committed_at": "2019-02-11T21:57:26Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 4,
"latest_release_at": "2026-07-31T19:03:42Z",
"latest_release_tag": "v0.7.0",
"releases_from_tags": false,
"days_since_last_push": 1,
"active_weeks_last_year": 2,
"days_since_latest_release": 1,
"mean_days_between_releases": 545.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": "syn-inline-mod",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/syn-inline-mod",
"is_deprecated": false,
"latest_version": "0.7.0",
"repository_url": "https://github.com/TedDriggs/syn-inline-mod",
"versions_count": 8,
"total_downloads": 2327973,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 98242,
"first_published_at": "2019-02-11T22:23:28.978460Z",
"latest_published_at": "2026-07-31T19:02:45.940047Z",
"latest_version_yanked": false,
"days_since_latest_publish": 1
}
]
},
"popularity": {
"forks": 8,
"stars": 12,
"watchers": 4,
"fork_history": {
"days": [
{
"date": "2019-06-05",
"count": 1
},
{
"date": "2020-07-08",
"count": 1
},
{
"date": "2021-01-01",
"count": 1
},
{
"date": "2021-12-13",
"count": 1
},
{
"date": "2022-06-11",
"count": 1
},
{
"date": "2022-06-22",
"count": 1
},
{
"date": "2023-04-14",
"count": 1
},
{
"date": "2024-09-26",
"count": 1
}
],
"complete": true,
"collected": 8,
"total_forks": 8
},
"star_history": null,
"open_issues_and_prs": 8
},
"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": [
"Cargo.toml"
],
"largest_source_bytes": 15635,
"source_files_sampled": 5,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"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": 3,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "syn",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "^3.0.0"
},
{
"name": "proc-macro2",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "^1.0.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "proc-macro2",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "syn",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "quote",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 3,
"direct_count": 2,
"indirect_count": 1
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 12,
"open_issues": 7,
"closed_ratio": 0.364,
"closed_issues": 4,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "TedDriggs",
"commits": 24,
"avatar_url": "https://avatars.githubusercontent.com/u/4805575?v=4"
},
{
"type": "User",
"login": "sunshowers",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/180618?v=4"
},
{
"type": "User",
"login": "Manishearth",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1617736?v=4"
},
{
"type": "User",
"login": "Aetf",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1519759?v=4"
},
{
"type": "User",
"login": "tyler-zeromatter",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/217645251?v=4"
},
{
"type": "User",
"login": "chuck-flowers",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/9027535?v=4"
},
{
"type": "User",
"login": "jethrogb",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1132307?v=4"
}
],
"contributors_sampled": 7,
"top_contributor_share": 0.649
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 10 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 7,
"reason": "Found 10/14 approved changesets -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 4 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 3,
"reason": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "30128cfefa66ef56f0aa0109451a77676f97ccd1",
"ran_at": "2026-08-01T23:37:22Z",
"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": [
{
"number": 17,
"created_at": "2020-07-15T23:35:47Z",
"last_comment_at": "2026-02-12T17:35:41Z",
"last_comment_author": "BilakshanP"
}
],
"last_merged_pr_at": "2026-07-31T16:03:05Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 3,
"created_at": "2019-02-14T02:05:37Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 4,
"created_at": "2019-02-14T18:39:44Z",
"last_comment_at": "2019-03-03T21:09:33Z",
"last_comment_author": "dtolnay"
},
{
"number": 5,
"created_at": "2019-03-03T21:11:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 7,
"created_at": "2019-08-28T13:56:57Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 10,
"created_at": "2020-06-21T13:26:06Z",
"last_comment_at": "2020-06-23T21:56:16Z",
"last_comment_author": "bjorn3"
},
{
"number": 15,
"created_at": "2020-07-09T23:11:28Z",
"last_comment_at": "2020-07-09T23:43:43Z",
"last_comment_author": "sunshowers"
},
{
"number": 18,
"created_at": "2020-08-31T06:51:05Z",
"last_comment_at": "2020-09-01T14:37:12Z",
"last_comment_author": "TedDriggs"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/TedDriggs/syn-inline-mod",
"host": "github.com",
"name": "syn-inline-mod",
"owner": "TedDriggs"
},
"metrics": {
"overall": {
"key": "overall",
"band": "weak",
"name": "Overall health",
"note": "The weighted overall 49 is calibrated to 48 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 49,
"calibrated": 48,
"calibration": "2026-08-02"
}
}
],
"value": 48,
"inputs": {
"security": 39,
"vitality": 59,
"community": 49,
"governance": 61,
"calibration": "2026-08-02",
"engineering": 34,
"ai_readiness": 50,
"weighted_overall_raw": 49
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 59,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "weak",
"name": "Development activity",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"commits_last_year": 4,
"human_commit_share": 1,
"days_since_last_push": 1,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "4 commits in the last year",
"points": 6.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 4
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"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": 76,
"inputs": {
"releases_count": 6,
"latest_release_tag": "v0.7.0",
"releases_from_tags": false,
"days_since_latest_release": 1,
"mean_days_between_releases": 545.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~545.4 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 545.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": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 2,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 2 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 2
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 49,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 27,
"inputs": {
"forks": 8,
"stars": 12,
"watchers": 4,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "12 stars",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 12
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "8 forks",
"points": 7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 8
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "4 watchers",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 4
}
}
],
"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": "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": 83,
"inputs": {
"packages": [
"syn-inline-mod"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 2327973,
"monthly_downloads": 98242
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "98,242 downloads/month across crates",
"points": 66.6,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 98242,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 61,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "weak",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 7,
"top_contributor_share": 0.649
},
"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 65% of commits",
"points": 7.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 65
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "7 contributors",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 7
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 61,
"inputs": {
"merged_prs": 12,
"open_issues": 7,
"closed_issues": 4,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.364,
"closed_unmerged_prs": 1,
"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": "36% of issues closed",
"points": 15.3,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 36
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "12/13 decided PRs merged",
"points": 27.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 12,
"decided": 13
}
}
],
"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 10/14 approved changesets -- score normalized to 7",
"points": 10.5,
"status": "partial",
"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": 72,
"owner_type": "User",
"is_verified": null,
"owner_login": "TedDriggs",
"public_repos": 68,
"account_age_days": 4786
},
"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": "72 followers of TedDriggs",
"points": 13.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 72,
"login": "TedDriggs"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "68 public repos, account ~13 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 68
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"syn-inline-mod"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 1
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 1 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "8 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 8
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 34,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 10 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": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "weak",
"name": "Security",
"value": 39,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 39,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"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 10 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 10/14 approved changesets -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "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": 11
},
"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": "moderate",
"name": "AI Readiness",
"value": 50,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.432,
"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": "16 of 37 human commits state their intent (structured subject or explanatory body)",
"points": 23.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 16,
"sampled": 37
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 51,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml"
}
}
],
"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": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"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 37",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 37
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 15635,
"source_files_sampled": 5,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/5 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 5,
"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)."
}
],
"metrics_version": "2.1.0"
},
"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-01T23:37:37.234298Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/TedDriggs/syn-inline-mod.svg",
"full_name": "TedDriggs/syn-inline-mod",
"license_state": "standard",
"license_spdx": "MIT"
}