原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"license-checking"
],
"is_fork": false,
"size_kb": 39,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 14226
},
"pushed_at": "2017-09-28T15:04:55Z",
"created_at": "2017-08-24T02:54:25Z",
"owner_type": "User",
"updated_at": "2018-02-21T01:07:24Z",
"description": "golang based license header checker.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://www.zxiiro.ca",
"name": "Thanh Ha",
"type": "User",
"login": "zxiiro",
"company": "The Linux Foundation",
"location": "Ottawa, ON",
"followers": 147,
"avatar_url": "https://avatars.githubusercontent.com/u/150177?v=4",
"created_at": "2009-11-07T17:53:10Z",
"is_verified": null,
"public_repos": 47,
"account_age_days": 6109
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2017-09-28T15:04:55Z"
}
],
"recent_commits": [
{
"oid": "555e80f4f362d63cdc3abdd52d7805934c5b2008",
"body": "Signed-off-by: Thanh Ha <zxiiro@linux.com>",
"is_bot": false,
"headline": "Set exit status 1 if missing license header or spdx",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-09-26T05:10:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3c862f5a966bcf71df5e9fd9641da9a112d88de",
"body": "Projects from the ASF have a slightly modified version of the Apache 2.0\nlicense headers which need to be handled equally as Apache 2.0.\n\nSigned-off-by: Thanh Ha <zxiiro@linux.com>",
"is_bot": false,
"headline": "Add support for ASF version of Apache 2.0 license",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-09-26T05:04:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82fb642ecab3e6d56c8a0573957e578a6f299025",
"body": "Allows the exclusions to be more accurate. The previous method with\ncontains sometimes removed required lines from the headers.\n\nSigned-off-by: Thanh Ha <zxiiro@linux.com>",
"is_bot": false,
"headline": "Update ignoreComment to check line prefixes",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-09-26T05:02:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "733bd89daf50cbf9de8cf2f29233707e32f91b03",
"body": "Some header files contains additional license text such as a notice of\nwhere to find additional accompanying files. This change allows the\nadditional notices to exist while ensuring the full license header text\nis also provided.\n\nSigned-off-by: Thanh Ha <zxiiro@linux.com>",
"is_bot": false,
"headline": "Ignore additional comment text",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-09-26T04:09:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b5971bc40bd0ec07a3ef3e5b4885c3b6afa8992",
"body": "Signed-off-by: Thanh Ha <zxiiro@linux.com>",
"is_bot": false,
"headline": "Add Apache 2.0 license",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-09-26T03:53:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d78b3dccfb35c4b3cf24860033e0af5b7efa44b",
"body": "Signed-off-by: Thanh Ha <zxiiro@linux.com>",
"is_bot": false,
"headline": "Refactor lhc lines to include MAX",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-09-26T03:39:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccdc2088c03aa86653a3d8bb7cd2a9dacbd96984",
"body": "We want to encourage using spdx so swap the flag to explicitly disable\nspdx.\n\nSigned-off-by: Thanh Ha <zxiiro@linux.com>",
"is_bot": false,
"headline": "Swap flag to disable spdx",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-09-26T01:23:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90861f1775c1773065b15981bb8cc00e96e21ba4",
"body": "--exclude is a comma-separated list of paths to exclude when checking\nlicense headers. It is not recommended to use this as all license files\nshould have headers but may be useful to transition large projects over\nto adding license headers in cases where projects are large and will\ntake time to comply.\n\nSigned-off-by: Thanh Ha <zxiiro@linux.com>",
"is_bot": false,
"headline": "Add exclude support",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-09-26T01:18:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1496c26be777a028df456f8f3ca793c7ef80df43",
"body": "Case insensitive file systems would have issue with the original setup.\n\nSigned-off-by: Thanh Ha <zxiiro@linux.com>",
"is_bot": false,
"headline": "Move license directory to licenses",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-09-26T01:17:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c86f2dcadd732833e0740000cdd0092f3019352",
"body": "Signed-off-by: Thanh Ha <zxiiro@linux.com>",
"is_bot": false,
"headline": "Improve summary formatting and add SPDX values",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-09-14T00:48:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fbeefaf09d985136d8e132b0e3017792c79c62f",
"body": "Signed-off-by: Thanh Ha <zxiiro@linux.com>",
"is_bot": false,
"headline": "Sum up totals and print summary of scan",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-09-14T00:40:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73e5c45a2b7acfab5e43e377cee710ddaf31484f",
"body": "Signed-off-by: Thanh Ha <zxiiro@linux.com>",
"is_bot": false,
"headline": "Ignore explicit 'ALL RIGHTS RESERVED.' text in license",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-09-14T00:05:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45d5fbda1274f2b3d1ea67a31990975a46b6e111",
"body": "Signed-off-by: Thanh Ha <zxiiro@linux.com>",
"is_bot": false,
"headline": "Add verifier to confirm SPDX and License matches",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-09-13T23:54:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "176ef1ff9e1d904f32851f24188c0b0df2e98015",
"body": "Will be useful later when we want to confirm SPDX line is correct.\n\nSigned-off-by: Thanh Ha <zxiiro@linux.com>",
"is_bot": false,
"headline": "Add ability to check which license was approved",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-09-13T23:12:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f8af3c3e4a3dc70a605d3f60d466687e23ce647",
"body": "Signed-off-by: Thanh Ha <zxiiro@linux.com>",
"is_bot": false,
"headline": "Fix EPL file formatting",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-09-06T21:54:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5b0775a2a4bcfbfb305640d83a40bd01dffd297",
"body": "Signed-off-by: Thanh Ha <zxiiro@linux.com>",
"is_bot": false,
"headline": "Accept a list of licenses",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-09-06T21:53:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c338ee254f787726ab7c75dd5fcee6b13b481d62",
"body": "Signed-off-by: Thanh Ha <zxiiro@linux.com>",
"is_bot": false,
"headline": "Handle comments with repeating patterns (EPL)",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-09-06T21:19:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d14f62ad58158c308ed522834424d1d94ae15f1b",
"body": "Allow lhc to check against a known license database.\n\nSigned-off-by: Thanh Ha <zxiiro@linux.com>",
"is_bot": false,
"headline": "Add MIT and EPL-1.0 license libraries",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-09-06T04:36:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c26181d3ef1f82f4c42aefad498d3b898f76d21",
"body": "No longer needed as the existing code can handle a list of files as well\nas a list of patterns thus allowing to search based on file extensions\nvia glob patterns.\n\nSigned-off-by: Thanh Ha <zxiiro@linux.com>",
"is_bot": false,
"headline": "Remove extensions parameter",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-09-06T03:41:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c91defe95c0e0c2f84e99801382cbaed0f5981a1",
"body": "Signed-off-by: Thanh Ha <zxiiro@linux.com>",
"is_bot": false,
"headline": "Search directories recursively for files",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-09-06T02:20:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f4501b70d1861aba1822b6ef02582e37f96e3cf",
"body": "Will now search in a provided directory, not just the current working\ndirectory.\n\nSigned-off-by: Thanh Ha <zxiiro@linux.com>",
"is_bot": false,
"headline": "Add support for directory parameter",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-09-06T02:03:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b735c4c45136242337915e1c029e74c251311b54",
"body": "Signed-off-by: Thanh Ha <zxiiro@linux.com>",
"is_bot": false,
"headline": "Remove debugging print statements",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-09-06T01:34:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d26bdaa12f1db9542215823df50ce83a4c5537c5",
"body": "MIT License headers do not usually have the license name while the\nLICENSE file in the repo usually does.\n\nSigned-off-by: Thanh Ha <zxiiro@linux.com>",
"is_bot": false,
"headline": "Ignore MIT License name in LICENSE file",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-09-06T01:27:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8d8188fc4f210a4545a724638d4435c1ca1e2f3",
"body": "Given a list of files to compare from cli, compare license headers with\nthe expected license.\n\nSigned-off-by: Thanh Ha <zxiiro@linux.com>",
"is_bot": false,
"headline": "Compare license headers for a given list of files",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-08-25T06:15:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c805b02dbe40b58dc5d2717a042497932e18a001",
"body": "Signed-off-by: Thanh Ha <zxiiro@linux.com>",
"is_bot": false,
"headline": "Abstract ignoreComment to a function",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-08-25T05:27:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4392835f7099c5a68f1d9be5bad61691de8bd40",
"body": "Signed-off-by: Thanh Ha <zxiiro@linux.com>",
"is_bot": false,
"headline": "Add godoc for functions",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-08-25T05:13:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c45b6c163b2097c162410b93b278ccd660cac3e1",
"body": "Signed-off-by: Thanh Ha <zxiiro@linux.com>",
"is_bot": false,
"headline": "Optimize code",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-08-25T04:59:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d01d02041d4aa0649eebbc839cde41c073028d2",
"body": "Signed-off-by: Thanh Ha <zxiiro@linux.com>",
"is_bot": false,
"headline": "Rename code bool to comment",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-08-25T04:33:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9551c873b30e32a0f0a29106021ef41d09eeb9f",
"body": "Signed-off-by: Thanh Ha <zxiiro@linux.com>",
"is_bot": false,
"headline": "Refactor fetchLicense() to be more generic",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-08-25T02:02:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdb44b62565e568db619fec062a3a5005dd50048",
"body": "Signed-off-by: Thanh Ha <zxiiro@linux.com>",
"is_bot": false,
"headline": "Refactor code into fetchLicense()",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-08-25T01:01:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba69271b087683020decc76b0a599a77b3f3a863",
"body": "Signed-off-by: Thanh Ha <zxiiro@linux.com>",
"is_bot": false,
"headline": "Refactor to lhc.go",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-08-24T23:35:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c01aa466145954481edb2b0b55fdde0d15a9674",
"body": "Signed-off-by: Thanh Ha <zxiiro@linux.com>",
"is_bot": false,
"headline": "Improve output formatting",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-08-24T03:22:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "538cda015f9060c6f91dc196f2bc667be2f0dba3",
"body": "Signed-off-by: Thanh Ha <zxiiro@linux.com>",
"is_bot": false,
"headline": "Add initial license checker",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-08-24T03:10:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc7d974489809624553711cef0e52269fc40d759",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Thanh Ha",
"author_login": "zxiiro",
"committed_at": "2017-08-24T02:54:26Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 0,
"latest_release_at": "2017-09-28T15:04:55Z",
"latest_release_tag": "v0.1.0",
"releases_from_tags": false,
"days_since_last_push": 3227,
"active_weeks_last_year": 0,
"days_since_latest_release": 3227,
"mean_days_between_releases": null
},
"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": []
},
"popularity": {
"forks": 1,
"stars": 0,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2017-12-28",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"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": 8030,
"source_files_sampled": 4,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"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": "zxiiro",
"commits": 34,
"avatar_url": "https://avatars.githubusercontent.com/u/150177?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": false,
"has_tests": false,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 5 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": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"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": "555e80f4f362d63cdc3abdd52d7805934c5b2008",
"ran_at": "2026-07-31T04:54:49Z",
"aggregate_score": 2.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/zxiiro/license-header-checker",
"host": "github.com",
"name": "license-header-checker",
"owner": "zxiiro"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"security": 27,
"vitality": 17,
"community": 24,
"governance": 27,
"engineering": 21
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 17,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 3227,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 3227 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 3227
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v0.1.0",
"releases_from_tags": false,
"days_since_latest_release": 3227,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 3227 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 3227
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "dormant",
"guards": [
"no_open_demand"
],
"signals": [
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 3229,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 3229 days, with nothing left unanswered; held at dormant by nothing open to answer",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 3229
}
},
{
"code": "abandonment_guarded",
"params": {
"guards": "nothing open to answer"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 1,
"stars": 0,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"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": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "critical",
"name": "Sustainability & Governance",
"value": 27,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 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 5 contributing companies or organizations",
"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. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "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": 62,
"inputs": {
"followers": 147,
"owner_type": "User",
"is_verified": null,
"owner_login": "zxiiro",
"public_repos": 47,
"account_age_days": 6109
},
"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": "147 followers of zxiiro",
"points": 15.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 147,
"login": "zxiiro"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "47 public repos, account ~16 yr old",
"points": 24.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 47
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "critical",
"name": "Engineering Quality",
"value": 21,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"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": 1,
"inputs": {
"has_ci": false,
"has_tests": false,
"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": 0,
"status": "missed",
"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": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"license-checking"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "1 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 1
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 27,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 27,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 2.7
},
"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 5 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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 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": 30,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.353,
"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": "12 of 34 human commits state their intent (structured subject or explanatory body)",
"points": 18.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 12,
"sampled": 34
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 12,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"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": 0,
"status": "missed",
"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": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"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 34",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 34
}
}
],
"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": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 8030,
"source_files_sampled": 4,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/4 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 4,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-31T04:54:53.043313Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/z/zxiiro/license-header-checker.svg",
"full_name": "zxiiro/license-header-checker",
"license_state": "standard",
"license_spdx": "MIT"
}