{"id":3497931,"name":"github.com/google/licenseclassifier","ecosystem":"go","description":"Package licenseclassifier provides methods to identify the open source license that most closely matches an unknown license.","homepage":"https://github.com/google/licenseclassifier","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/google/licenseclassifier","keywords_array":[],"namespace":"github.com/google","versions_count":0,"first_release_published_at":null,"latest_release_published_at":"2026-05-31T16:30:16.872Z","latest_release_number":null,"last_synced_at":"2026-05-31T16:30:17.341Z","created_at":"2022-04-10T19:47:33.217Z","updated_at":"2026-05-31T16:30:17.342Z","registry_url":"https://pkg.go.dev/github.com/google/licenseclassifier","install_command":"go get github.com/google/licenseclassifier","documentation_url":"https://pkg.go.dev/github.com/google/licenseclassifier#section-documentation","metadata":{},"repo_metadata":{"id":37692721,"uuid":"87763861","full_name":"google/licenseclassifier","owner":"google","description":"A License Classifier","archived":false,"fork":false,"pushed_at":"2025-02-13T17:59:39.000Z","size":89462,"stargazers_count":336,"open_issues_count":19,"forks_count":79,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-10-09T17:24:47.696Z","etag":null,"topics":["classifier","google","license-management"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-10T03:45:47.000Z","updated_at":"2025-08-30T07:45:40.000Z","dependencies_parsed_at":"2024-01-13T17:10:43.054Z","dependency_job_id":"50ef2f57-b438-4a1f-b51a-1d060346310f","html_url":"https://github.com/google/licenseclassifier","commit_stats":{"total_commits":237,"total_committers":25,"mean_commits":9.48,"dds":0.6582278481012658,"last_synced_commit":"c1ed8fcf4babdf7c37d872cf6da5b1c32907d34c"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/google/licenseclassifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Flicenseclassifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Flicenseclassifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Flicenseclassifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Flicenseclassifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/licenseclassifier/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Flicenseclassifier/sbom","scorecard":{"id":437374,"data":{"date":"2025-08-11","repo":{"name":"github.com/google/licenseclassifier","commit":"b5d1a336974976c0d89915a602c6834de4c7824b"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":-1,"reason":"no workflows found","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":6,"reason":"Found 14/21 approved changesets -- score normalized to 6","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Token-Permissions","score":-1,"reason":"No tokens found","details":null,"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/google/.github/SECURITY.md:1","Info: Found linked content: github.com/google/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/google/.github/SECURITY.md:1","Info: Found text in security policy: github.com/google/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":-1,"reason":"no dependencies found","details":null,"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 19 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-19T04:59:29.744Z","repository_id":37692721,"created_at":"2025-08-19T04:59:29.748Z","updated_at":"2025-08-19T04:59:29.748Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006747,"owners_count":26084181,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"google","name":"Google","uuid":"1342004","kind":"organization","description":"Google ❤️ Open Source","email":"opensource@google.com","website":"https://opensource.google/","location":"United States of America","twitter":"GoogleOSS","company":null,"icon_url":"https://avatars.githubusercontent.com/u/1342004?v=4","repositories_count":2773,"last_synced_at":"2025-08-12T15:55:14.931Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/google","funding_links":[],"total_stars":1967885,"followers":58475,"following":0,"created_at":"2022-11-02T16:20:58.973Z","updated_at":"2025-08-12T15:55:14.931Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google/repositories"},"tags":[{"name":"v2.0.0","sha":"e6a9bb99b5a6f71d5a34336b8245e305f5430f99","kind":"commit","published_at":"2022-09-16T17:06:11.000Z","download_url":"https://codeload.github.com/google/licenseclassifier/tar.gz/v2.0.0","html_url":"https://github.com/google/licenseclassifier/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/licenseclassifier@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Flicenseclassifier/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Flicenseclassifier/tags/v2.0.0/manifests"},{"name":"v2.0.0-pre6","sha":"c913e304a1534c4580fa70c2c3af5cd85d99fc9c","kind":"commit","published_at":"2022-07-12T23:43:05.000Z","download_url":"https://codeload.github.com/google/licenseclassifier/tar.gz/v2.0.0-pre6","html_url":"https://github.com/google/licenseclassifier/releases/tag/v2.0.0-pre6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/licenseclassifier@v2.0.0-pre6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Flicenseclassifier/tags/v2.0.0-pre6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Flicenseclassifier/tags/v2.0.0-pre6/manifests"},{"name":"v2.0.0-pre5","sha":"ead99f4528b8f50d3f99af0157e052b7bf895857","kind":"commit","published_at":"2022-03-21T20:31:44.000Z","download_url":"https://codeload.github.com/google/licenseclassifier/tar.gz/v2.0.0-pre5","html_url":"https://github.com/google/licenseclassifier/releases/tag/v2.0.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/licenseclassifier@v2.0.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Flicenseclassifier/tags/v2.0.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Flicenseclassifier/tags/v2.0.0-pre5/manifests"},{"name":"v2.0.0-pre4","sha":"5a81a751870035cfcaf8b0a1fa08f4f5b6aba417","kind":"commit","published_at":"2022-03-21T20:19:08.000Z","download_url":"https://codeload.github.com/google/licenseclassifier/tar.gz/v2.0.0-pre4","html_url":"https://github.com/google/licenseclassifier/releases/tag/v2.0.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/licenseclassifier@v2.0.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Flicenseclassifier/tags/v2.0.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Flicenseclassifier/tags/v2.0.0-pre4/manifests"},{"name":"v2.0.0-pre3","sha":"24b312723b9bd1877d924d7a13452acbc173fe27","kind":"commit","published_at":"2022-03-21T20:17:37.000Z","download_url":"https://codeload.github.com/google/licenseclassifier/tar.gz/v2.0.0-pre3","html_url":"https://github.com/google/licenseclassifier/releases/tag/v2.0.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/licenseclassifier@v2.0.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Flicenseclassifier/tags/v2.0.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Flicenseclassifier/tags/v2.0.0-pre3/manifests"},{"name":"v2.0.0-pre.2","sha":"5d426f379162c53f164652695e7e8d94864a565e","kind":"commit","published_at":"2022-03-21T19:52:19.000Z","download_url":"https://codeload.github.com/google/licenseclassifier/tar.gz/v2.0.0-pre.2","html_url":"https://github.com/google/licenseclassifier/releases/tag/v2.0.0-pre.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/licenseclassifier@v2.0.0-pre.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Flicenseclassifier/tags/v2.0.0-pre.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Flicenseclassifier/tags/v2.0.0-pre.2/manifests"},{"name":"v2.0.0-pre.1","sha":"5d426f379162c53f164652695e7e8d94864a565e","kind":"commit","published_at":"2022-03-21T19:52:19.000Z","download_url":"https://codeload.github.com/google/licenseclassifier/tar.gz/v2.0.0-pre.1","html_url":"https://github.com/google/licenseclassifier/releases/tag/v2.0.0-pre.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/licenseclassifier@v2.0.0-pre.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Flicenseclassifier/tags/v2.0.0-pre.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Flicenseclassifier/tags/v2.0.0-pre.1/manifests"},{"name":"v2.0.0-alpha.3","sha":"a6f4b9f7a6aafe35aefa57e97567f4de44972f46","kind":"commit","published_at":"2022-03-21T19:12:34.000Z","download_url":"https://codeload.github.com/google/licenseclassifier/tar.gz/v2.0.0-alpha.3","html_url":"https://github.com/google/licenseclassifier/releases/tag/v2.0.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/licenseclassifier@v2.0.0-alpha.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Flicenseclassifier/tags/v2.0.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Flicenseclassifier/tags/v2.0.0-alpha.3/manifests"},{"name":"list","sha":"a6f4b9f7a6aafe35aefa57e97567f4de44972f46","kind":"commit","published_at":"2022-03-21T19:12:34.000Z","download_url":"https://codeload.github.com/google/licenseclassifier/tar.gz/list","html_url":"https://github.com/google/licenseclassifier/releases/tag/list","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/licenseclassifier@list","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Flicenseclassifier/tags/list","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Flicenseclassifier/tags/list/manifests"},{"name":"v2.0.0-alpha.2","sha":"0f3a421c4dc74c9c20185eb6063d7cfa59715a10","kind":"commit","published_at":"2022-03-16T22:43:45.000Z","download_url":"https://codeload.github.com/google/licenseclassifier/tar.gz/v2.0.0-alpha.2","html_url":"https://github.com/google/licenseclassifier/releases/tag/v2.0.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/licenseclassifier@v2.0.0-alpha.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Flicenseclassifier/tags/v2.0.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Flicenseclassifier/tags/v2.0.0-alpha.2/manifests"},{"name":"v2.0.0-alpha.1","sha":"78a70215ca366125685841d84eee3bc8e1ec1643","kind":"commit","published_at":"2020-11-13T17:54:34.000Z","download_url":"https://codeload.github.com/google/licenseclassifier/tar.gz/v2.0.0-alpha.1","html_url":"https://github.com/google/licenseclassifier/releases/tag/v2.0.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/licenseclassifier@v2.0.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Flicenseclassifier/tags/v2.0.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Flicenseclassifier/tags/v2.0.0-alpha.1/manifests"}]},"repo_metadata_updated_at":"2026-05-25T16:28:22.194Z","dependent_packages_count":185,"downloads":null,"downloads_period":null,"dependent_repos_count":2816,"rankings":{"downloads":null,"dependent_repos_count":0.15451270426268404,"dependent_packages_count":0.34262414421738796,"stargazers_count":3.1826506084067354,"forks_count":2.9816803930637277,"docker_downloads_count":0.802014264944697,"average":1.4926964229790465},"purl":"pkg:golang/github.com/google/licenseclassifier","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/google/licenseclassifier","docker_dependents_count":11,"docker_downloads_count":46591,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/google/licenseclassifier","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/google/licenseclassifier/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-10T18:24:51.049Z","issues_count":19,"pull_requests_count":53,"avg_time_to_close_issue":6259539.25,"avg_time_to_close_pull_request":1878319.6097560977,"issues_closed_count":8,"pull_requests_closed_count":41,"pull_request_authors_count":28,"issue_authors_count":15,"avg_comments_per_issue":0.8947368421052632,"avg_comments_per_pull_request":1.0754716981132075,"merged_pull_requests_count":34,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":4,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":11250.5,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":4,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Flicenseclassifier/issues","maintainers":[{"login":"wcn3","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wcn3"},{"login":"rspier","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rspier"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Flicenseclassifier/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Flicenseclassifier/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Flicenseclassifier/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Flicenseclassifier/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Flicenseclassifier/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Flicenseclassifier/codemeta","maintainers":[]}