{"id":1685207,"name":"eslint-plugin-github","ecosystem":"npm","description":"An opinionated collection of ESLint shared configs and rules used by GitHub.","homepage":"https://github.com/github/eslint-plugin-github#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/github/eslint-plugin-github","keywords_array":[],"namespace":null,"versions_count":129,"first_release_published_at":"2021-10-06T14:51:51.197Z","latest_release_published_at":"2025-03-19T14:38:01.606Z","latest_release_number":"6.0.0","last_synced_at":"2026-06-04T06:46:27.906Z","created_at":"2022-04-09T14:59:22.141Z","updated_at":"2026-06-04T06:46:27.906Z","registry_url":"https://www.npmjs.com/package/eslint-plugin-github","install_command":"npm install eslint-plugin-github","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"next":"4.0.0-1","latest":"6.0.0"}},"repo_metadata":{"id":8207606,"uuid":"54927600","full_name":"github/eslint-plugin-github","owner":"github","description":"An opinionated collection of ESLint rules used by GitHub.","archived":false,"fork":false,"pushed_at":"2026-05-11T00:43:05.000Z","size":3222,"stargazers_count":331,"open_issues_count":17,"forks_count":64,"subscribers_count":203,"default_branch":"main","last_synced_at":"2026-05-22T07:06:07.828Z","etag":null,"topics":["eslint","eslintplugin","javascript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/github.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-28T22:20:22.000Z","updated_at":"2026-05-14T13:40:30.000Z","dependencies_parsed_at":"2023-12-19T02:25:40.774Z","dependency_job_id":"0976a38c-f1d7-49d2-8693-b2dc5338a82f","html_url":"https://github.com/github/eslint-plugin-github","commit_stats":{"total_commits":1033,"total_committers":43,"mean_commits":"24.023255813953487","dds":0.7182962245885769,"last_synced_commit":"dd7aef3629d5e49e592b5d7d5a0cc21978794eef"},"previous_names":[],"tags_count":127,"template":false,"template_full_name":null,"purl":"pkg:github/github/eslint-plugin-github","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Feslint-plugin-github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Feslint-plugin-github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Feslint-plugin-github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Feslint-plugin-github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/github","download_url":"https://codeload.github.com/github/eslint-plugin-github/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Feslint-plugin-github/sbom","scorecard":{"id":54172,"data":{"date":"2025-08-11","repo":{"name":"github.com/github/eslint-plugin-github","commit":"d6e9d3346a96f3317ec43a56cfca9453848dda82"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.9,"checks":[{"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":"Maintained","score":10,"reason":"27 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","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":10,"reason":"all changesets reviewed","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/nodejs.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/publish.yml:8","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":"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":"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":2,"reason":"dependency not pinned by hash detected -- score normalized to 2","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/nodejs.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/github/eslint-plugin-github/nodejs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/nodejs.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/github/eslint-plugin-github/nodejs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/github/eslint-plugin-github/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/github/eslint-plugin-github/publish.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:5","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   2 out of   2 npmCommand 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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: 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":"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":"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":6,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Info: 'branch protection settings apply to administrators' is required to merge on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Warn: no status checks found to merge onto branch 'main'","Info: PRs are required in order to make changes on 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"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/github/.github/SECURITY.md:1","Info: Found linked content: github.com/github/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/github/.github/SECURITY.md:1","Info: Found text in security policy: github.com/github/.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":"SAST","score":8,"reason":"SAST tool is not run on all commits -- score normalized to 8","details":["Warn: 26 commits out of 30 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":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7"],"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-15T00:19:43.213Z","repository_id":8207606,"created_at":"2025-08-15T00:19:43.213Z","updated_at":"2025-08-15T00:19:43.213Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33444701,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-24T13:13:05.286Z","status":"ssl_error","status_checked_at":"2026-05-24T13:13:03.728Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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"},"tags":[]},"repo_metadata_updated_at":"2026-05-24T17:36:07.147Z","dependent_packages_count":477,"downloads":453043,"downloads_period":"last-month","dependent_repos_count":36694,"rankings":{"downloads":0.4119041590388119,"dependent_repos_count":0.15203425644381008,"dependent_packages_count":0.12009353061250222,"stargazers_count":3.799337226541525,"forks_count":3.388436468392528,"docker_downloads_count":1.8967364744598525,"average":1.628090352581505},"purl":"pkg:npm/eslint-plugin-github","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/eslint-plugin-github","docker_dependents_count":5,"docker_downloads_count":4142,"usage_url":"https://repos.ecosyste.ms/usage/npm/eslint-plugin-github","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/eslint-plugin-github/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-02-23T08:22:38.019Z","issues_count":27,"pull_requests_count":401,"avg_time_to_close_issue":3356184.714285714,"avg_time_to_close_pull_request":430646.9171122995,"issues_closed_count":14,"pull_requests_closed_count":374,"pull_request_authors_count":24,"issue_authors_count":18,"avg_comments_per_issue":1.6296296296296295,"avg_comments_per_pull_request":0.4339152119700748,"merged_pull_requests_count":284,"bot_issues_count":4,"bot_pull_requests_count":309,"past_year_issues_count":1,"past_year_pull_requests_count":78,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":262017.09523809524,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":63,"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.21794871794871795,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":71,"past_year_merged_pull_requests_count":49,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Feslint-plugin-github/issues","maintainers":[{"login":"maraisr","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/maraisr"},{"login":"shiftkey","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shiftkey"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/eslint-plugin-github/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/eslint-plugin-github/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/eslint-plugin-github/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/eslint-plugin-github/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/eslint-plugin-github/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/eslint-plugin-github/codemeta","maintainers":[{"uuid":"andrialexandrou","login":"andrialexandrou","name":null,"email":"andri.j.alexandrou@gmail.com","url":null,"packages_count":183,"html_url":"https://www.npmjs.com/~andrialexandrou","role":null,"created_at":"2022-11-18T15:32:45.427Z","updated_at":"2022-11-18T15:32:45.427Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/andrialexandrou/packages"},{"uuid":"jonrohan","login":"jonrohan","name":null,"email":"yes@jonrohan.codes","url":null,"packages_count":182,"html_url":"https://www.npmjs.com/~jonrohan","role":null,"created_at":"2022-11-18T15:32:45.446Z","updated_at":"2022-11-18T15:32:45.446Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/jonrohan/packages"},{"uuid":"primer-css","login":"primer-css","name":null,"email":"design-systems@github.com","url":null,"packages_count":194,"html_url":"https://www.npmjs.com/~primer-css","role":null,"created_at":"2022-11-18T15:32:45.464Z","updated_at":"2022-11-18T15:32:45.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/primer-css/packages"},{"uuid":"manuelpuyol","login":"manuelpuyol","name":null,"email":"manuelpuyol@github.com","url":null,"packages_count":175,"html_url":"https://www.npmjs.com/~manuelpuyol","role":null,"created_at":"2022-11-18T15:32:45.441Z","updated_at":"2022-11-18T15:32:45.441Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/manuelpuyol/packages"},{"uuid":"smockle","login":"smockle","name":null,"email":"clay@smockle.com","url":null,"packages_count":188,"html_url":"https://www.npmjs.com/~smockle","role":null,"created_at":"2022-11-18T15:32:45.507Z","updated_at":"2022-11-18T15:32:45.507Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/smockle/packages"},{"uuid":"simurai","login":"simurai","name":null,"email":"sim@simurai.com","url":null,"packages_count":193,"html_url":"https://www.npmjs.com/~simurai","role":null,"created_at":"2022-11-18T15:32:45.514Z","updated_at":"2022-11-18T15:32:45.514Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/simurai/packages"},{"uuid":"khiga8","login":"khiga8","name":null,"email":"katehiga8@gmail.com","url":null,"packages_count":172,"html_url":"https://www.npmjs.com/~khiga8","role":null,"created_at":"2022-11-18T15:32:45.521Z","updated_at":"2022-11-18T15:32:45.521Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/khiga8/packages"},{"uuid":"dustin.greif","login":"dustin.greif","name":null,"email":"dustin.greif@gmail.com","url":null,"packages_count":178,"html_url":"https://www.npmjs.com/~dustin.greif","role":null,"created_at":"2022-11-18T15:32:45.531Z","updated_at":"2022-11-18T15:32:45.531Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/dustin.greif/packages"},{"uuid":"jfuchs","login":"jfuchs","name":null,"email":"jonathan.fuchs@gmail.com","url":null,"packages_count":144,"html_url":"https://www.npmjs.com/~jfuchs","role":null,"created_at":"2022-11-18T15:32:45.432Z","updated_at":"2022-11-18T15:32:45.432Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/jfuchs/packages"},{"uuid":"githubbot","login":"githubbot","name":null,"email":"dgreif+githubbotnpm@github.com","url":null,"packages_count":146,"html_url":"https://www.npmjs.com/~githubbot","role":null,"created_at":"2022-11-18T15:32:45.437Z","updated_at":"2022-11-18T15:32:45.437Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/githubbot/packages"},{"uuid":"srt32","login":"srt32","name":null,"email":"simon.taranto@gmail.com","url":null,"packages_count":143,"html_url":"https://www.npmjs.com/~srt32","role":null,"created_at":"2022-11-18T15:32:45.538Z","updated_at":"2022-11-18T15:32:45.538Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/srt32/packages"},{"uuid":"arelia","login":"arelia","name":null,"email":"arelia.jones@gmail.com","url":null,"packages_count":144,"html_url":"https://www.npmjs.com/~arelia","role":null,"created_at":"2024-08-24T01:21:18.573Z","updated_at":"2024-08-24T01:21:18.573Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/arelia/packages"},{"uuid":"ncalteen","login":"ncalteen","name":null,"email":"ncalteen@github.com","url":null,"packages_count":127,"html_url":"https://www.npmjs.com/~ncalteen","role":null,"created_at":"2026-02-11T03:35:49.950Z","updated_at":"2026-02-11T03:35:49.950Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/ncalteen/packages"},{"uuid":"jibrangarcia","login":"jibrangarcia","name":null,"email":"jibrang@github.com","url":null,"packages_count":143,"html_url":"https://www.npmjs.com/~jibrangarcia","role":null,"created_at":"2024-08-24T01:21:19.333Z","updated_at":"2024-08-24T01:21:19.333Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/jibrangarcia/packages"},{"uuid":"gracepark","login":"gracepark","name":null,"email":"lugraciecy@gmail.com","url":null,"packages_count":143,"html_url":"https://www.npmjs.com/~gracepark","role":null,"created_at":"2024-08-24T01:21:19.060Z","updated_at":"2024-08-24T01:21:19.060Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/gracepark/packages"},{"uuid":"bteng22","login":"bteng22","name":null,"email":"bteng22@gmail.com","url":null,"packages_count":140,"html_url":"https://www.npmjs.com/~bteng22","role":null,"created_at":"2026-02-11T03:35:49.871Z","updated_at":"2026-02-11T03:35:49.871Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bteng22/packages"},{"uuid":"dustin.savery","login":"dustin.savery","name":null,"email":"dustin.savery@gmail.com","url":null,"packages_count":140,"html_url":"https://www.npmjs.com/~dustin.savery","role":null,"created_at":"2026-02-11T03:35:49.913Z","updated_at":"2026-02-11T03:35:49.913Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/dustin.savery/packages"},{"uuid":"tylerthedev","login":"tylerthedev","name":null,"email":"tylerjdev@github.com","url":null,"packages_count":132,"html_url":"https://www.npmjs.com/~tylerthedev","role":null,"created_at":"2026-02-11T03:35:49.833Z","updated_at":"2026-02-11T03:35:49.833Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/tylerthedev/packages"}]}