{"id":25322,"name":"LutrisEng/validate-cff","description":"GitHub Action to validate CITATION.cff files","url":"https://github.com/lutriseng/validate-cff","last_synced_at":"2025-09-05T02:43:58.280Z","repository":{"id":44935300,"uuid":"398412534","full_name":"LutrisEng/validate-cff","owner":"LutrisEng","description":"GitHub Action to validate CITATION.cff files","archived":false,"fork":false,"pushed_at":"2023-12-15T20:12:23.000Z","size":19,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-13T10:44:30.886Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LutrisEng.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSES/CC-BY-4.0.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["LutrisEng"],"liberapay":"lutriseng"}},"created_at":"2021-08-20T22:20:38.000Z","updated_at":"2022-01-20T21:18:00.000Z","dependencies_parsed_at":"2025-04-14T13:03:05.042Z","dependency_job_id":null,"html_url":"https://github.com/LutrisEng/validate-cff","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":0.4545454545454546,"last_synced_commit":"a2f9a158a42f4c817c8df987f145e6a5f5c2b353"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/LutrisEng/validate-cff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LutrisEng%2Fvalidate-cff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LutrisEng%2Fvalidate-cff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LutrisEng%2Fvalidate-cff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LutrisEng%2Fvalidate-cff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LutrisEng","download_url":"https://codeload.github.com/LutrisEng/validate-cff/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LutrisEng%2Fvalidate-cff/sbom","scorecard":{"id":86952,"data":{"date":"2025-08-11","repo":{"name":"github.com/LutrisEng/validate-cff","commit":"a2f9a158a42f4c817c8df987f145e6a5f5c2b353"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.7,"checks":[{"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":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/LutrisEng/validate-cff/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/LutrisEng/validate-cff/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/LutrisEng/validate-cff/main.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/main.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/LutrisEng/validate-cff/main.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/main.yml:21","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 pipCommand dependencies pinned"],"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":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Security-Policy","score":4,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Warn: no linked content found","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: 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":"Code-Review","score":0,"reason":"Found 0/11 approved changesets -- score normalized to 0","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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/main.yml:1","Info: no jobLevel write permissions found"],"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":"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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","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":"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":"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"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSES/CC-BY-4.0.txt:0","Info: FSF or OSI recognized license: Creative Commons Attribution 4.0 International: LICENSES/CC-BY-4.0.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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"}}]},"last_synced_at":"2025-08-15T07:07:40.134Z","repository_id":44935300,"created_at":"2025-08-15T07:07:40.135Z","updated_at":"2025-08-15T07:07:40.135Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273703407,"owners_count":25153000,"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-09-05T02:00:09.113Z","response_time":402,"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":{"login":"LutrisEng","name":"Lutris","uuid":"85201395","kind":"organization","description":"Software firm based out of Brenham, Texas","email":"contact@lutris.engineering","website":"https://lutris.engineering","location":"United States of America","twitter":"LutrisEng","company":null,"icon_url":"https://avatars.githubusercontent.com/u/85201395?v=4","repositories_count":26,"last_synced_at":"2025-08-29T06:34:44.770Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/LutrisEng","funding_links":["https://github.com/sponsors/LutrisEng"],"total_stars":45,"followers":3,"following":0,"created_at":"2022-11-14T05:46:40.730Z","updated_at":"2025-08-29T06:34:44.770Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LutrisEng","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LutrisEng/repositories"},"packages":[{"id":5805480,"name":"LutrisEng/validate-cff","ecosystem":"actions","description":"Validate your repository's CITATION.cff file against the schema","homepage":null,"licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/LutrisEng/validate-cff","keywords_array":[],"namespace":"LutrisEng","versions_count":2,"first_release_published_at":"2021-08-20T22:24:27.000Z","latest_release_published_at":"2021-08-20T22:39:17.000Z","latest_release_number":"v1.0.0","last_synced_at":"2025-02-24T15:04:03.793Z","created_at":"2023-01-04T15:34:24.511Z","updated_at":"2025-02-24T15:04:03.793Z","registry_url":"https://github.com/LutrisEng/validate-cff","install_command":null,"documentation_url":null,"metadata":{"name":"Validate CITATION.cff file","description":"Validate your repository's CITATION.cff file against the schema","branding":{"icon":"check-square","color":"green"},"runs":{"using":"composite","steps":[{"uses":"actions/setup-python@v2"},{"run":"pip install ruamel.yaml jsonschema","shell":"bash"},{"run":"mkdir .validate-cff","shell":"bash"},{"run":"wget https://raw.githubusercontent.com/citation-file-format/citation-file-format/main/{examples/validator.py,schema.json}","working-directory":"./.validate-cff","shell":"bash"},{"run":"python .validate-cff/validator.py -s .validate-cff/schema.json -d CITATION.cff","shell":"bash"}]},"default_branch":"main","path":null},"repo_metadata":{"uuid":"398412534","full_name":"LutrisEng/validate-cff","owner":"LutrisEng","description":"GitHub Action to validate CITATION.cff files","archived":false,"fork":false,"pushed_at":"2023-02-03T05:51:26.000Z","size":19,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2023-05-19T07:21:35.656Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LutrisEng.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSES/CC-BY-4.0.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":null},"funding":{"github":["LutrisEng"],"liberapay":"lutriseng"}},"created_at":"2021-08-20T22:20:38.000Z","updated_at":"2022-01-20T21:18:00.000Z","dependencies_parsed_at":"2023-02-18T04:00:48.574Z","dependency_job_id":null,"html_url":"https://github.com/LutrisEng/validate-cff","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":0.4545454545454546,"last_synced_commit":"a2f9a158a42f4c817c8df987f145e6a5f5c2b353"},"previous_names":[],"tags_count":2,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LutrisEng%2Fvalidate-cff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LutrisEng%2Fvalidate-cff/tags","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LutrisEng%2Fvalidate-cff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LutrisEng","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":144957067,"owners_count":6187898,"icon_url":"https://github.com/github.png","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":"LutrisEng","name":"Lutris","uuid":"85201395","kind":"organization","description":"Software firm based out of Brenham, Texas","email":"contact@lutris.engineering","website":"https://lutris.engineering","location":"United States of America","twitter":"LutrisEng","company":null,"icon_url":"https://avatars.githubusercontent.com/u/85201395?v=4","repositories_count":11,"last_synced_at":"2023-03-03T21:38:45.161Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/LutrisEng","created_at":"2022-11-14T05:46:40.730Z","updated_at":"2023-03-03T21:38:45.177Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LutrisEng","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LutrisEng/repositories"},"tags":[{"name":"v1.0.0","sha":"a2f9a158a42f4c817c8df987f145e6a5f5c2b353","kind":"commit","published_at":"2021-08-20T22:39:17.000Z","download_url":"https://codeload.github.com/LutrisEng/validate-cff/tar.gz/v1.0.0","html_url":"https://github.com/LutrisEng/validate-cff/releases/tag/v1.0.0","dependencies_parsed_at":"2023-06-04T17:41:34.687Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LutrisEng%2Fvalidate-cff/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LutrisEng%2Fvalidate-cff/tags/v1.0.0/manifests"},{"name":"v0.1","sha":"17b06488ef051a100ece444ad2f0617bc5b62517","kind":"commit","published_at":"2021-08-20T22:24:27.000Z","download_url":"https://codeload.github.com/LutrisEng/validate-cff/tar.gz/v0.1","html_url":"https://github.com/LutrisEng/validate-cff/releases/tag/v0.1","dependencies_parsed_at":"2023-06-04T17:41:34.819Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LutrisEng%2Fvalidate-cff/tags/v0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LutrisEng%2Fvalidate-cff/tags/v0.1/manifests"}]},"repo_metadata_updated_at":"2023-07-11T11:29:40.579Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":2,"rankings":{"downloads":null,"dependent_repos_count":20.55458722864839,"dependent_packages_count":0.0,"stargazers_count":34.615750277293614,"forks_count":21.67326889557915,"docker_downloads_count":null,"average":19.21090160038029},"purl":"pkg:githubactions/LutrisEng/validate-cff","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/LutrisEng/validate-cff","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/LutrisEng/validate-cff","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/LutrisEng/validate-cff/dependencies","status":"removed","funding_links":["https://github.com/sponsors/LutrisEng","https://liberapay.com/lutriseng"],"critical":null,"issue_metadata":{"last_synced_at":"2023-08-09T09:31:05.888Z","issues_count":0,"pull_requests_count":2,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":29806824.0,"issues_closed_count":0,"pull_requests_closed_count":1,"pull_request_authors_count":2,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":0,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":0,"past_year_pull_requests_count":1,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":0},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/LutrisEng%2Fvalidate-cff/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/LutrisEng%2Fvalidate-cff/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/LutrisEng%2Fvalidate-cff/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/LutrisEng%2Fvalidate-cff/related_packages","maintainers":[],"registry":{"name":"github actions","url":"https://github.com/marketplace/actions/","ecosystem":"actions","default":true,"packages_count":32172,"maintainers_count":0,"namespaces_count":20204,"keywords_count":6156,"github":"actions","metadata":{"funded_packages_count":2685},"icon_url":"https://github.com/actions.png","created_at":"2023-01-03T17:16:39.185Z","updated_at":"2025-09-04T05:01:00.917Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/namespaces"}}],"commits":{"id":476416,"full_name":"LutrisEng/validate-cff","default_branch":"main","committers":[{"name":"Piper McCorkle","email":"piper@lutris.engineering","login":"piperswe","count":11}],"total_commits":11,"total_committers":1,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":11.0,"dds":0.0,"past_year_committers":null,"past_year_total_commits":null,"past_year_total_committers":null,"past_year_total_bot_commits":null,"past_year_total_bot_committers":null,"past_year_mean_commits":null,"past_year_dds":null,"last_synced_at":"2023-03-17T09:16:29.772Z","last_synced_commit":"a2f9a158a42f4c817c8df987f145e6a5f5c2b353","created_at":"2023-03-09T01:11:03.695Z","updated_at":"2024-12-07T16:27:36.630Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/LutrisEng%2Fvalidate-cff/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-05T00:00:10.343Z","repositories_count":5480019,"commits_count":853389012,"contributors_count":31098138,"owners_count":906558,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues_stats":{"full_name":"LutrisEng/validate-cff","html_url":"https://github.com/LutrisEng/validate-cff","last_synced_at":"2023-08-09T09:31:05.888Z","status":null,"issues_count":0,"pull_requests_count":2,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":29806824.0,"issues_closed_count":0,"pull_requests_closed_count":1,"pull_request_authors_count":2,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":0,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":0,"past_year_pull_requests_count":1,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":0,"created_at":"2023-05-11T00:25:29.725Z","updated_at":"2023-08-09T09:31:05.889Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/LutrisEng%2Fvalidate-cff","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/LutrisEng%2Fvalidate-cff/issues","issue_labels_count":{},"pull_request_labels_count":{},"issue_author_associations_count":{},"pull_request_author_associations_count":{"NONE":2},"issue_authors":{},"pull_request_authors":{"toniher":1,"renovate[bot]":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-05T00:00:10.444Z","repositories_count":10083752,"issues_count":31254324,"pull_requests_count":96222393,"authors_count":10694625,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"},"past_year_issue_labels_count":{},"past_year_pull_request_labels_count":{},"past_year_issue_author_associations_count":{},"past_year_pull_request_author_associations_count":{},"past_year_issue_authors":{},"past_year_pull_request_authors":{},"maintainers":[],"active_maintainers":[]},"events":{"total":{},"last_year":{}},"keywords":[],"dependencies":[{"ecosystem":"actions","filepath":".github/workflows/main.yml","sha":null,"kind":"manifest","created_at":"2023-01-04T10:53:20.648Z","updated_at":"2023-01-04T10:53:20.648Z","repository_link":"https://github.com/LutrisEng/validate-cff/blob/main/.github/workflows/main.yml","dependencies":[{"id":6861881172,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6861881173,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6861881174,"package_name":"LutrisEng/validate-cff","ecosystem":"actions","requirements":"main","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":"action.yml","sha":null,"kind":"manifest","created_at":"2023-01-04T10:53:20.654Z","updated_at":"2023-01-04T10:53:20.654Z","repository_link":"https://github.com/LutrisEng/validate-cff/blob/main/action.yml","dependencies":[{"id":6861881175,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]}],"score":1.3862943611198906,"created_at":"2025-09-04T15:50:57.285Z","updated_at":"2025-10-07T08:11:32.888Z","avatar_url":"https://github.com/LutrisEng.png","language":null,"category":null,"sub_category":null,"monthly_downloads":0,"funding_links":["https://github.com/sponsors/LutrisEng","https://liberapay.com/lutriseng"],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":[],"project_url":"https://science.ecosyste.ms/api/v1/projects/25322","html_url":"https://science.ecosyste.ms/projects/25322","bibtex_url":"https://science.ecosyste.ms/projects/25322/export.bibtex","apalike_url":"https://science.ecosyste.ms/projects/25322/export.apalike"}