{"id":378258,"url":"https://github.com/panva/oidc-token-hash","last_synced_at":"2026-08-13T03:00:33.511Z","repository":{"id":57313894,"uuid":"68470774","full_name":"panva/oidc-token-hash","owner":"panva","description":"Create and validate hashes pushed by OpenID Connect providers to ID Tokens.","archived":false,"fork":false,"pushed_at":"2026-08-01T12:27:33.000Z","size":382,"stargazers_count":23,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-08-06T01:42:45.260Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"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/panva.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"panva"}},"created_at":"2016-09-17T18:28:56.000Z","updated_at":"2026-08-01T12:28:12.000Z","dependencies_parsed_at":"2026-08-05T22:35:13.275Z","dependency_job_id":null,"html_url":"https://github.com/panva/oidc-token-hash","commit_stats":{"total_commits":64,"total_committers":4,"mean_commits":16.0,"dds":0.09375,"last_synced_commit":"4e240350d602436e564c4833d7e722fd5ba91f4b"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/panva/oidc-token-hash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panva","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/sbom","scorecard":{"id":719617,"data":{"date":"2025-08-11","repo":{"name":"github.com/panva/oidc-token-hash","commit":"2bbf40ed369a75e5d742051dff72c21f4b4f2490"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5,"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":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","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":0,"reason":"Found 1/26 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":"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/release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/panva/oidc-token-hash/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/panva/oidc-token-hash/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/panva/oidc-token-hash/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/panva/oidc-token-hash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/panva/oidc-token-hash/test.yml/main?enable=pin","Info:   0 out of   5 GitHub-owned GitHubAction 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":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yml:34","Info: found token with 'none' permissions: .github/workflows/release.yml:1","Info: found token with 'none' permissions: .github/workflows/test.yml:1"],"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md: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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/release.yml:10"],"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":"Branch-Protection","score":3,"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: could not determine whether codeowners review is allowed","Warn: no status checks found to merge onto branch 'main'","Warn: PRs are not required to make changes on branch 'main'; or we don't have data to detect it.If you think it might be the latter, make sure to run Scorecard with a PAT or use Repo Rules (that are always public) instead of Branch Protection settings"],"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":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 5 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":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275"],"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-22T10:54:01.423Z","repository_id":57313894,"created_at":"2025-08-22T10:54:01.423Z","updated_at":"2025-08-22T10:54:01.423Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36329712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"ssl_error","status_checked_at":"2026-08-06T04:43:02.660Z","response_time":54,"last_error":"SSL_read: 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"}},"owner":{"login":"panva","name":"Filip Skokan","uuid":"241506","kind":"user","description":"Identity, OpenID Connect, OAuth 2.0, SSO, Authorization, Authentication, Technical Standards.\r\n\r\nNode.js core collaborator and TSC member.","email":"panva.ip@gmail.com","website":null,"location":"Czech Republic","twitter":"_panva","company":null,"icon_url":"https://avatars.githubusercontent.com/u/241506?u=13324b3ac27dc54cdde3ac635d567d0d96b88876\u0026v=4","repositories_count":80,"last_synced_at":"2026-08-08T09:49:26.700Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"panva"}},"html_url":"https://github.com/panva","funding_links":["https://github.com/sponsors/panva"],"total_stars":15508,"followers":1690,"following":12,"created_at":"2022-11-02T16:30:39.478Z","updated_at":"2026-08-08T09:49:26.731Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panva","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panva/repositories"},"packages":[{"id":5003525,"name":"org.webjars.npm:oidc-token-hash","ecosystem":"maven","description":"WebJar for oidc-token-hash","homepage":"http://webjars.org","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/panva/oidc-token-hash","keywords_array":[],"namespace":"org.webjars.npm","versions_count":1,"first_release_published_at":"2018-07-06T03:20:39.000Z","latest_release_published_at":"2018-07-06T03:20:39.000Z","latest_release_number":"3.0.1","last_synced_at":"2026-08-12T02:30:47.393Z","created_at":"2022-07-27T11:05:05.137Z","updated_at":"2026-08-12T02:30:47.393Z","registry_url":"https://central.sonatype.com/artifact/org.webjars.npm/oidc-token-hash/","install_command":null,"documentation_url":"https://appdoc.app/artifact/org.webjars.npm/oidc-token-hash/","metadata":{"repositories":["https://repo.maven.apache.org/maven2"]},"repo_metadata":{"id":57313894,"uuid":"68470774","full_name":"panva/oidc-token-hash","owner":"panva","description":"Create and validate hashes pushed by OpenID Connect providers to ID Tokens.","archived":false,"fork":false,"pushed_at":"2026-08-01T12:27:33.000Z","size":382,"stargazers_count":23,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-08-06T01:42:45.260Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"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/panva.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"panva"}},"created_at":"2016-09-17T18:28:56.000Z","updated_at":"2026-08-01T12:28:12.000Z","dependencies_parsed_at":"2026-08-05T22:35:13.275Z","dependency_job_id":null,"html_url":"https://github.com/panva/oidc-token-hash","commit_stats":{"total_commits":64,"total_committers":4,"mean_commits":16.0,"dds":0.09375,"last_synced_commit":"4e240350d602436e564c4833d7e722fd5ba91f4b"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/panva/oidc-token-hash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panva","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/sbom","scorecard":{"id":719617,"data":{"date":"2025-08-11","repo":{"name":"github.com/panva/oidc-token-hash","commit":"2bbf40ed369a75e5d742051dff72c21f4b4f2490"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5,"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":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","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":0,"reason":"Found 1/26 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":"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/release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/panva/oidc-token-hash/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/panva/oidc-token-hash/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/panva/oidc-token-hash/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/panva/oidc-token-hash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/panva/oidc-token-hash/test.yml/main?enable=pin","Info:   0 out of   5 GitHub-owned GitHubAction 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":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yml:34","Info: found token with 'none' permissions: .github/workflows/release.yml:1","Info: found token with 'none' permissions: .github/workflows/test.yml:1"],"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md: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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/release.yml:10"],"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":"Branch-Protection","score":3,"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: could not determine whether codeowners review is allowed","Warn: no status checks found to merge onto branch 'main'","Warn: PRs are not required to make changes on branch 'main'; or we don't have data to detect it.If you think it might be the latter, make sure to run Scorecard with a PAT or use Repo Rules (that are always public) instead of Branch Protection settings"],"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":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 5 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":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275"],"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-22T10:54:01.423Z","repository_id":57313894,"created_at":"2025-08-22T10:54:01.423Z","updated_at":"2025-08-22T10:54:01.423Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36329712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"ssl_error","status_checked_at":"2026-08-06T04:43:02.660Z","response_time":54,"last_error":"SSL_read: 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"},"owner_record":{"login":"panva","name":"Filip Skokan","uuid":"241506","kind":"user","description":"Identity, OpenID Connect, OAuth 2.0, SSO, Authorization, Authentication, Technical Standards.\r\n\r\nNode.js core collaborator and TSC member.","email":"panva.ip@gmail.com","website":null,"location":"Czech Republic","twitter":"_panva","company":null,"icon_url":"https://avatars.githubusercontent.com/u/241506?u=13324b3ac27dc54cdde3ac635d567d0d96b88876\u0026v=4","repositories_count":75,"last_synced_at":"2026-07-24T06:12:05.595Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"panva"}},"html_url":"https://github.com/panva","funding_links":["https://github.com/sponsors/panva"],"total_stars":15443,"followers":1684,"following":12,"created_at":"2022-11-02T16:30:39.478Z","updated_at":"2026-07-24T06:12:05.596Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panva","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panva/repositories"},"tags":[{"name":"v5.2.0","sha":"da734622b88348766a225baabd92448292f37cc0","kind":"tag","published_at":"2025-11-04T15:21:13.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v5.2.0","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.2.0/manifests"},{"name":"v5.1.1","sha":"2bbf40ed369a75e5d742051dff72c21f4b4f2490","kind":"tag","published_at":"2025-07-31T22:16:22.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v5.1.1","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v5.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v5.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.1.1/manifests"},{"name":"v5.1.0","sha":"29cb27771f74e231032808624c8482b96545651c","kind":"tag","published_at":"2025-02-21T16:08:00.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v5.1.0","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.1.0/manifests"},{"name":"v5.0.3","sha":"981c6fda343c1b79f29719daf57b3958b814fb71","kind":"tag","published_at":"2023-04-25T17:30:11.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v5.0.3","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"f10de736e8b963f7c489b40743fc8fb59896b25f","kind":"tag","published_at":"2023-04-08T14:16:10.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v5.0.2","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"53611b28c92f3fb054def16d0118ac9cd29ace98","kind":"tag","published_at":"2021-01-18T13:14:59.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v5.0.1","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"8d4f4626afb578899343d825ce78849720009441","kind":"tag","published_at":"2019-11-26T15:07:03.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v5.0.0","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.0.0/manifests"},{"name":"v4.0.0","sha":"01be580b93424312e62b76a9f6cbab170dc068d8","kind":"tag","published_at":"2019-11-07T16:35:54.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v4.0.0","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v4.0.0/manifests"},{"name":"v3.0.2","sha":"c2020f9df07d10d4d96bf7a969cf4417552e7186","kind":"commit","published_at":"2019-02-01T14:47:34.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v3.0.2","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"ea4b4b903692787cd354b91d63ac46ed448386fe","kind":"commit","published_at":"2018-05-17T02:01:01.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v3.0.1","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"ccd27597d612b53c688d4a0e7ccfbcd009b7faa4","kind":"commit","published_at":"2018-05-15T12:11:53.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v3.0.0","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v3.0.0/manifests"},{"name":"v2.0.0","sha":"d9b5ab060bf1a7da8a8808e14453c9be9e5e28bc","kind":"commit","published_at":"2017-10-12T12:03:06.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v2.0.0","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v2.0.0/manifests"},{"name":"v1.0.1","sha":"0fa9169707726daa4caff5c630fe8e03f17b34dc","kind":"commit","published_at":"2016-09-18T10:54:24.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v1.0.1","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"cdb0cfaea3c6402b2dfed8a4f2fe294976d514c3","kind":"commit","published_at":"2016-09-17T18:45:50.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v1.0.0","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-08-06T06:29:12.100Z","dependent_packages_count":1,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":31.979943940947386,"dependent_packages_count":31.998402898858956,"stargazers_count":28.245415858251256,"forks_count":31.558598162531126,"average":30.94559021514718},"purl":"pkg:maven/org.webjars.npm/oidc-token-hash","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/maven/org.webjars.npm:oidc-token-hash","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/maven/org.webjars.npm:oidc-token-hash","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/maven/org.webjars.npm:oidc-token-hash/dependencies","status":null,"funding_links":["https://github.com/sponsors/panva"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T22:02:49.277Z","issues_count":0,"pull_requests_count":19,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":431154.5789473684,"issues_closed_count":0,"pull_requests_closed_count":19,"pull_request_authors_count":6,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.2631578947368421,"merged_pull_requests_count":15,"bot_issues_count":0,"bot_pull_requests_count":11,"past_year_issues_count":0,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":7069.6,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"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":5,"past_year_merged_pull_requests_count":5,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/issues","maintainers":[{"login":"panva","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/panva"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:oidc-token-hash/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:oidc-token-hash/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:oidc-token-hash/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:oidc-token-hash/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:oidc-token-hash/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:oidc-token-hash/codemeta","maintainers":[],"registry":{"name":"repo1.maven.org","url":"https://maven-central.storage-download.googleapis.com/maven2","ecosystem":"maven","default":true,"packages_count":614338,"maintainers_count":0,"namespaces_count":81639,"keywords_count":35201,"github":"maven-central","metadata":{"funded_packages_count":44250,"rate_limit":2},"icon_url":"https://github.com/maven-central.png","created_at":"2022-07-21T16:40:13.074Z","updated_at":"2026-08-12T15:20:50.627Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/namespaces"}},{"id":2132701,"name":"oidc-token-hash","ecosystem":"npm","description":"oidc-token-hash validates (and generates) ID Token `_hash` claims such as `at_hash` or `c_hash`","homepage":"https://github.com/panva/oidc-token-hash","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/panva/oidc-token-hash","keywords_array":[],"namespace":null,"versions_count":14,"first_release_published_at":"2016-09-17T18:46:07.421Z","latest_release_published_at":"2025-11-04T15:21:45.579Z","latest_release_number":"5.2.0","last_synced_at":"2026-08-12T02:30:50.778Z","created_at":"2022-04-09T21:26:57.327Z","updated_at":"2026-08-12T02:30:50.778Z","registry_url":"https://www.npmjs.com/package/oidc-token-hash","install_command":"npm install oidc-token-hash","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"5.2.0"},"contentPolicy":null},"repo_metadata":{"id":57313894,"uuid":"68470774","full_name":"panva/oidc-token-hash","owner":"panva","description":"Create and validate hashes pushed by OpenID Connect providers to ID Tokens.","archived":false,"fork":false,"pushed_at":"2026-08-01T12:27:33.000Z","size":382,"stargazers_count":23,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-08-06T01:42:45.260Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"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/panva.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"panva"}},"created_at":"2016-09-17T18:28:56.000Z","updated_at":"2026-08-01T12:28:12.000Z","dependencies_parsed_at":"2026-08-05T22:35:13.275Z","dependency_job_id":null,"html_url":"https://github.com/panva/oidc-token-hash","commit_stats":{"total_commits":64,"total_committers":4,"mean_commits":16.0,"dds":0.09375,"last_synced_commit":"4e240350d602436e564c4833d7e722fd5ba91f4b"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/panva/oidc-token-hash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panva","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/sbom","scorecard":{"id":719617,"data":{"date":"2025-08-11","repo":{"name":"github.com/panva/oidc-token-hash","commit":"2bbf40ed369a75e5d742051dff72c21f4b4f2490"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5,"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":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","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":0,"reason":"Found 1/26 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":"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/release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/panva/oidc-token-hash/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/panva/oidc-token-hash/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/panva/oidc-token-hash/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/panva/oidc-token-hash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/panva/oidc-token-hash/test.yml/main?enable=pin","Info:   0 out of   5 GitHub-owned GitHubAction 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":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yml:34","Info: found token with 'none' permissions: .github/workflows/release.yml:1","Info: found token with 'none' permissions: .github/workflows/test.yml:1"],"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md: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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/release.yml:10"],"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":"Branch-Protection","score":3,"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: could not determine whether codeowners review is allowed","Warn: no status checks found to merge onto branch 'main'","Warn: PRs are not required to make changes on branch 'main'; or we don't have data to detect it.If you think it might be the latter, make sure to run Scorecard with a PAT or use Repo Rules (that are always public) instead of Branch Protection settings"],"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":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 5 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":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275"],"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-22T10:54:01.423Z","repository_id":57313894,"created_at":"2025-08-22T10:54:01.423Z","updated_at":"2025-08-22T10:54:01.423Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36329712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"ssl_error","status_checked_at":"2026-08-06T04:43:02.660Z","response_time":54,"last_error":"SSL_read: 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"},"owner_record":{"login":"panva","name":"Filip Skokan","uuid":"241506","kind":"user","description":"Identity, OpenID Connect, OAuth 2.0, SSO, Authorization, Authentication, Technical Standards.\r\n\r\nNode.js core collaborator and TSC member.","email":"panva.ip@gmail.com","website":null,"location":"Czech Republic","twitter":"_panva","company":null,"icon_url":"https://avatars.githubusercontent.com/u/241506?u=13324b3ac27dc54cdde3ac635d567d0d96b88876\u0026v=4","repositories_count":75,"last_synced_at":"2026-07-24T06:12:05.595Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"panva"}},"html_url":"https://github.com/panva","funding_links":["https://github.com/sponsors/panva"],"total_stars":15443,"followers":1684,"following":12,"created_at":"2022-11-02T16:30:39.478Z","updated_at":"2026-07-24T06:12:05.596Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panva","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panva/repositories"},"tags":[{"name":"v5.2.0","sha":"da734622b88348766a225baabd92448292f37cc0","kind":"tag","published_at":"2025-11-04T15:21:13.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v5.2.0","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.2.0/manifests"},{"name":"v5.1.1","sha":"2bbf40ed369a75e5d742051dff72c21f4b4f2490","kind":"tag","published_at":"2025-07-31T22:16:22.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v5.1.1","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v5.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v5.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.1.1/manifests"},{"name":"v5.1.0","sha":"29cb27771f74e231032808624c8482b96545651c","kind":"tag","published_at":"2025-02-21T16:08:00.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v5.1.0","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.1.0/manifests"},{"name":"v5.0.3","sha":"981c6fda343c1b79f29719daf57b3958b814fb71","kind":"tag","published_at":"2023-04-25T17:30:11.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v5.0.3","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"f10de736e8b963f7c489b40743fc8fb59896b25f","kind":"tag","published_at":"2023-04-08T14:16:10.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v5.0.2","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"53611b28c92f3fb054def16d0118ac9cd29ace98","kind":"tag","published_at":"2021-01-18T13:14:59.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v5.0.1","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"8d4f4626afb578899343d825ce78849720009441","kind":"tag","published_at":"2019-11-26T15:07:03.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v5.0.0","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.0.0/manifests"},{"name":"v4.0.0","sha":"01be580b93424312e62b76a9f6cbab170dc068d8","kind":"tag","published_at":"2019-11-07T16:35:54.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v4.0.0","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v4.0.0/manifests"},{"name":"v3.0.2","sha":"c2020f9df07d10d4d96bf7a969cf4417552e7186","kind":"commit","published_at":"2019-02-01T14:47:34.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v3.0.2","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"ea4b4b903692787cd354b91d63ac46ed448386fe","kind":"commit","published_at":"2018-05-17T02:01:01.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v3.0.1","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"ccd27597d612b53c688d4a0e7ccfbcd009b7faa4","kind":"commit","published_at":"2018-05-15T12:11:53.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v3.0.0","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v3.0.0/manifests"},{"name":"v2.0.0","sha":"d9b5ab060bf1a7da8a8808e14453c9be9e5e28bc","kind":"commit","published_at":"2017-10-12T12:03:06.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v2.0.0","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v2.0.0/manifests"},{"name":"v1.0.1","sha":"0fa9169707726daa4caff5c630fe8e03f17b34dc","kind":"commit","published_at":"2016-09-18T10:54:24.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v1.0.1","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"cdb0cfaea3c6402b2dfed8a4f2fe294976d514c3","kind":"commit","published_at":"2016-09-17T18:45:50.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v1.0.0","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-08-06T22:32:43.335Z","dependent_packages_count":38,"downloads":24779356,"downloads_period":"last-month","dependent_repos_count":34619,"rankings":{"downloads":0.0989545903701042,"dependent_repos_count":0.15785011678045274,"dependent_packages_count":0.7289740360218429,"stargazers_count":7.895910434063184,"forks_count":6.747399596831494,"docker_downloads_count":0.14774411606180382,"average":2.6294721483548136},"purl":"pkg:npm/oidc-token-hash","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/oidc-token-hash","docker_dependents_count":980,"docker_downloads_count":157163082,"usage_url":"https://repos.ecosyste.ms/usage/npm/oidc-token-hash","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/oidc-token-hash/dependencies","status":null,"funding_links":["https://github.com/sponsors/panva"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T22:02:49.277Z","issues_count":0,"pull_requests_count":19,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":431154.5789473684,"issues_closed_count":0,"pull_requests_closed_count":19,"pull_request_authors_count":6,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.2631578947368421,"merged_pull_requests_count":15,"bot_issues_count":0,"bot_pull_requests_count":11,"past_year_issues_count":0,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":7069.6,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"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":5,"past_year_merged_pull_requests_count":5,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/issues","maintainers":[{"login":"panva","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/panva"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/oidc-token-hash/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/oidc-token-hash/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/oidc-token-hash/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/oidc-token-hash/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/oidc-token-hash/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/oidc-token-hash/codemeta","maintainers":[{"uuid":"panva","login":"panva","name":null,"email":"panva.ip@gmail.com","url":null,"packages_count":45,"html_url":"https://www.npmjs.com/~panva","role":null,"created_at":"2022-11-13T15:40:22.442Z","updated_at":"2022-11-13T15:40:22.442Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/panva/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5727076,"maintainers_count":1224064,"namespaces_count":412299,"keywords_count":867340,"github":"npm","metadata":{"funded_packages_count":182970,"rate_limit":1},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-08-12T11:14:47.046Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":3615676,"name":"github.com/panva/oidc-token-hash","ecosystem":"go","description":"","homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/panva/oidc-token-hash","keywords_array":[],"namespace":"github.com/panva","versions_count":14,"first_release_published_at":"2016-09-17T18:45:50.000Z","latest_release_published_at":"2025-11-04T15:21:13.000Z","latest_release_number":"v5.2.0+incompatible","last_synced_at":"2026-08-12T02:30:55.529Z","created_at":"2022-04-11T07:41:16.041Z","updated_at":"2026-08-12T02:30:55.530Z","registry_url":"https://pkg.go.dev/github.com/panva/oidc-token-hash","install_command":"go get github.com/panva/oidc-token-hash","documentation_url":"https://pkg.go.dev/github.com/panva/oidc-token-hash#section-documentation","metadata":{},"repo_metadata":{"id":57313894,"uuid":"68470774","full_name":"panva/oidc-token-hash","owner":"panva","description":"Create and validate hashes pushed by OpenID Connect providers to ID Tokens.","archived":false,"fork":false,"pushed_at":"2026-08-01T12:27:33.000Z","size":382,"stargazers_count":23,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-08-06T01:42:45.260Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"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/panva.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"panva"}},"created_at":"2016-09-17T18:28:56.000Z","updated_at":"2026-08-01T12:28:12.000Z","dependencies_parsed_at":"2026-08-05T22:35:13.275Z","dependency_job_id":null,"html_url":"https://github.com/panva/oidc-token-hash","commit_stats":{"total_commits":64,"total_committers":4,"mean_commits":16.0,"dds":0.09375,"last_synced_commit":"4e240350d602436e564c4833d7e722fd5ba91f4b"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/panva/oidc-token-hash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panva","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/sbom","scorecard":{"id":719617,"data":{"date":"2025-08-11","repo":{"name":"github.com/panva/oidc-token-hash","commit":"2bbf40ed369a75e5d742051dff72c21f4b4f2490"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5,"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":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","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":0,"reason":"Found 1/26 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":"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/release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/panva/oidc-token-hash/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/panva/oidc-token-hash/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/panva/oidc-token-hash/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/panva/oidc-token-hash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/panva/oidc-token-hash/test.yml/main?enable=pin","Info:   0 out of   5 GitHub-owned GitHubAction 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":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yml:34","Info: found token with 'none' permissions: .github/workflows/release.yml:1","Info: found token with 'none' permissions: .github/workflows/test.yml:1"],"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md: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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/release.yml:10"],"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":"Branch-Protection","score":3,"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: could not determine whether codeowners review is allowed","Warn: no status checks found to merge onto branch 'main'","Warn: PRs are not required to make changes on branch 'main'; or we don't have data to detect it.If you think it might be the latter, make sure to run Scorecard with a PAT or use Repo Rules (that are always public) instead of Branch Protection settings"],"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":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 5 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":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275"],"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-22T10:54:01.423Z","repository_id":57313894,"created_at":"2025-08-22T10:54:01.423Z","updated_at":"2025-08-22T10:54:01.423Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36329712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"ssl_error","status_checked_at":"2026-08-06T04:43:02.660Z","response_time":54,"last_error":"SSL_read: 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"},"owner_record":{"login":"panva","name":"Filip Skokan","uuid":"241506","kind":"user","description":"Identity, OpenID Connect, OAuth 2.0, SSO, Authorization, Authentication, Technical Standards.\r\n\r\nNode.js core collaborator and TSC member.","email":"panva.ip@gmail.com","website":null,"location":"Czech Republic","twitter":"_panva","company":null,"icon_url":"https://avatars.githubusercontent.com/u/241506?u=13324b3ac27dc54cdde3ac635d567d0d96b88876\u0026v=4","repositories_count":75,"last_synced_at":"2026-07-24T06:12:05.595Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"panva"}},"html_url":"https://github.com/panva","funding_links":["https://github.com/sponsors/panva"],"total_stars":15443,"followers":1684,"following":12,"created_at":"2022-11-02T16:30:39.478Z","updated_at":"2026-07-24T06:12:05.596Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panva","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panva/repositories"},"tags":[{"name":"v5.2.0","sha":"da734622b88348766a225baabd92448292f37cc0","kind":"tag","published_at":"2025-11-04T15:21:13.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v5.2.0","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.2.0/manifests"},{"name":"v5.1.1","sha":"2bbf40ed369a75e5d742051dff72c21f4b4f2490","kind":"tag","published_at":"2025-07-31T22:16:22.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v5.1.1","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v5.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v5.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.1.1/manifests"},{"name":"v5.1.0","sha":"29cb27771f74e231032808624c8482b96545651c","kind":"tag","published_at":"2025-02-21T16:08:00.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v5.1.0","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.1.0/manifests"},{"name":"v5.0.3","sha":"981c6fda343c1b79f29719daf57b3958b814fb71","kind":"tag","published_at":"2023-04-25T17:30:11.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v5.0.3","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"f10de736e8b963f7c489b40743fc8fb59896b25f","kind":"tag","published_at":"2023-04-08T14:16:10.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v5.0.2","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"53611b28c92f3fb054def16d0118ac9cd29ace98","kind":"tag","published_at":"2021-01-18T13:14:59.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v5.0.1","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"8d4f4626afb578899343d825ce78849720009441","kind":"tag","published_at":"2019-11-26T15:07:03.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v5.0.0","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v5.0.0/manifests"},{"name":"v4.0.0","sha":"01be580b93424312e62b76a9f6cbab170dc068d8","kind":"tag","published_at":"2019-11-07T16:35:54.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v4.0.0","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v4.0.0/manifests"},{"name":"v3.0.2","sha":"c2020f9df07d10d4d96bf7a969cf4417552e7186","kind":"commit","published_at":"2019-02-01T14:47:34.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v3.0.2","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"ea4b4b903692787cd354b91d63ac46ed448386fe","kind":"commit","published_at":"2018-05-17T02:01:01.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v3.0.1","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"ccd27597d612b53c688d4a0e7ccfbcd009b7faa4","kind":"commit","published_at":"2018-05-15T12:11:53.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v3.0.0","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v3.0.0/manifests"},{"name":"v2.0.0","sha":"d9b5ab060bf1a7da8a8808e14453c9be9e5e28bc","kind":"commit","published_at":"2017-10-12T12:03:06.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v2.0.0","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v2.0.0/manifests"},{"name":"v1.0.1","sha":"0fa9169707726daa4caff5c630fe8e03f17b34dc","kind":"commit","published_at":"2016-09-18T10:54:24.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v1.0.1","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"cdb0cfaea3c6402b2dfed8a4f2fe294976d514c3","kind":"commit","published_at":"2016-09-17T18:45:50.000Z","download_url":"https://codeload.github.com/panva/oidc-token-hash/tar.gz/v1.0.0","html_url":"https://github.com/panva/oidc-token-hash/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/panva/oidc-token-hash@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-08-06T06:29:12.168Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":9.345852080216646,"dependent_packages_count":6.999148183520997,"stargazers_count":null,"forks_count":null,"average":8.172500131868823},"purl":"pkg:golang/github.com/panva/oidc-token-hash","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/panva/oidc-token-hash","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/panva/oidc-token-hash","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/panva/oidc-token-hash/dependencies","status":null,"funding_links":["https://github.com/sponsors/panva"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T22:02:49.277Z","issues_count":0,"pull_requests_count":19,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":431154.5789473684,"issues_closed_count":0,"pull_requests_closed_count":19,"pull_request_authors_count":6,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.2631578947368421,"merged_pull_requests_count":15,"bot_issues_count":0,"bot_pull_requests_count":11,"past_year_issues_count":0,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":7069.6,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"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":5,"past_year_merged_pull_requests_count":5,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/issues","maintainers":[{"login":"panva","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/panva"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpanva%2Foidc-token-hash/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpanva%2Foidc-token-hash/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpanva%2Foidc-token-hash/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpanva%2Foidc-token-hash/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpanva%2Foidc-token-hash/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpanva%2Foidc-token-hash/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}}],"commits":{"id":254296,"full_name":"panva/oidc-token-hash","default_branch":"main","total_commits":89,"total_committers":4,"total_bot_commits":14,"total_bot_committers":1,"mean_commits":22.25,"dds":0.1797752808988764,"past_year_total_commits":18,"past_year_total_committers":2,"past_year_total_bot_commits":10,"past_year_total_bot_committers":1,"past_year_mean_commits":9.0,"past_year_dds":0.4444444444444444,"last_synced_at":"2026-08-12T02:30:47.061Z","last_synced_commit":"d8486f102d682c935f3c460fa4b5340fd5aaa779","created_at":"2023-03-08T12:00:36.861Z","updated_at":"2026-08-12T02:30:47.009Z","committers":[{"name":"Filip Skokan","email":"panva.ip@gmail.com","login":"panva","count":73},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":14},{"name":"Uzini","email":"43294422+Uziniii","login":"Uziniii","count":1},{"name":"Aeneas Rekkas (arekkas)","email":"aeneas@ory.am","login":null,"count":1}],"past_year_committers":[{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":10},{"name":"Filip Skokan","email":"panva.ip@gmail.com","login":"panva","count":8}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-13T00:00:06.963Z","repositories_count":6643737,"commits_count":927564255,"contributors_count":39475636,"owners_count":1334779,"committers_count":3299805,"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":{"table":{"full_name":"panva/oidc-token-hash","html_url":"https://github.com/panva/oidc-token-hash","last_synced_at":"2026-08-05T22:02:49.277Z","status":null,"issues_count":0,"pull_requests_count":19,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":431154.5789473684,"issues_closed_count":0,"pull_requests_closed_count":19,"pull_request_authors_count":6,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.2631578947368421,"merged_pull_requests_count":15,"bot_issues_count":0,"bot_pull_requests_count":11,"past_year_issues_count":0,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":7069.6,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"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":5,"past_year_merged_pull_requests_count":5,"created_at":"2023-05-16T15:31:17.885Z","updated_at":"2026-08-12T10:59:46.585Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Foidc-token-hash/issues","issue_labels_count":{"table":{}},"pull_request_labels_count":{"table":{"dependencies":11,"javascript":3,"github_actions":2}},"issue_author_associations_count":{"table":{}},"pull_request_author_associations_count":{"table":{"CONTRIBUTOR":12,"NONE":4,"OWNER":3}},"issue_authors":{"table":{}},"pull_request_authors":{"table":{"dependabot[bot]":11,"panva":3,"nicolello-dev":2,"aeneasr":1,"bruceharrison1984":1,"Uziniii":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-13T00:00:06.201Z","repositories_count":16027599,"issues_count":40496203,"pull_requests_count":130966956,"authors_count":11441745,"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":{"table":{}},"past_year_pull_request_labels_count":{"table":{"dependencies":5,"javascript":3,"github_actions":2}},"past_year_issue_author_associations_count":{"table":{}},"past_year_pull_request_author_associations_count":{"table":{"CONTRIBUTOR":5}},"past_year_issue_authors":{"table":{}},"past_year_pull_request_authors":{"table":{"dependabot[bot]":5}},"maintainers":[{"table":{"login":"panva","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/panva"}}],"active_maintainers":[]}},"events":{"total":{"DeleteEvent":6,"PullRequestEvent":12,"WatchEvent":2,"PushEvent":11,"CreateEvent":4},"last_year":{"DeleteEvent":4,"PullRequestEvent":9,"PushEvent":3,"CreateEvent":2}},"keywords":[],"dependencies":[{"ecosystem":"npm","filepath":"package.json","sha":null,"kind":"manifest","created_at":"2022-09-20T23:21:36.391Z","updated_at":"2022-09-20T23:21:36.391Z","repository_link":"https://github.com/panva/oidc-token-hash/blob/main/package.json","dependencies":[{"id":5667998936,"package_name":"eslint","ecosystem":"npm","requirements":"^7.2.0","direct":true,"kind":"development","optional":false},{"id":5667998937,"package_name":"eslint-config-airbnb-base","ecosystem":"npm","requirements":"^14.2.0","direct":true,"kind":"development","optional":false},{"id":5667998938,"package_name":"eslint-plugin-import","ecosystem":"npm","requirements":"^2.21.2","direct":true,"kind":"development","optional":false},{"id":5667998939,"package_name":"nyc","ecosystem":"npm","requirements":"^15.1.0","direct":true,"kind":"development","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/test.yml","sha":null,"kind":"manifest","created_at":"2023-02-08T10:02:02.307Z","updated_at":"2023-02-08T10:02:02.307Z","repository_link":"https://github.com/panva/oidc-token-hash/blob/main/.github/workflows/test.yml","dependencies":[{"id":7448451644,"package_name":"actions/checkout","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false},{"id":7448451645,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"npm","filepath":"package-lock.json","sha":null,"kind":"lockfile","created_at":"2023-02-08T10:02:02.491Z","updated_at":"2023-02-08T10:02:02.491Z","repository_link":"https://github.com/panva/oidc-token-hash/blob/main/package-lock.json","dependencies":[{"id":7448451813,"package_name":"@ampproject/remapping","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":7448451814,"package_name":"@babel/code-frame","ecosystem":"npm","requirements":"7.12.11","direct":false,"kind":"development","optional":false},{"id":7448451815,"package_name":"@babel/compat-data","ecosystem":"npm","requirements":"7.19.4","direct":false,"kind":"development","optional":false},{"id":7448451816,"package_name":"@babel/core","ecosystem":"npm","requirements":"7.19.3","direct":false,"kind":"development","optional":false},{"id":7448451817,"package_name":"@babel/code-frame","ecosystem":"npm","requirements":"7.18.6","direct":false,"kind":"development","optional":false},{"id":7448451818,"package_name":"semver","ecosystem":"npm","requirements":"6.3.0","direct":false,"kind":"development","optional":false},{"id":7448451819,"package_name":"@babel/generator","ecosystem":"npm","requirements":"7.19.5","direct":false,"kind":"development","optional":false},{"id":7448451820,"package_name":"@jridgewell/gen-mapping","ecosystem":"npm","requirements":"0.3.2","direct":false,"kind":"development","optional":false},{"id":7448451821,"package_name":"@babel/helper-compilation-targets","ecosystem":"npm","requirements":"7.19.3","direct":false,"kind":"development","optional":false},{"id":7448451822,"package_name":"@babel/helper-environment-visitor","ecosystem":"npm","requirements":"7.18.9","direct":false,"kind":"development","optional":false},{"id":7448451823,"package_name":"@babel/helper-function-name","ecosystem":"npm","requirements":"7.19.0","direct":false,"kind":"development","optional":false},{"id":7448451824,"package_name":"@babel/helper-hoist-variables","ecosystem":"npm","requirements":"7.18.6","direct":false,"kind":"development","optional":false},{"id":7448451825,"package_name":"@babel/helper-module-imports","ecosystem":"npm","requirements":"7.18.6","direct":false,"kind":"development","optional":false},{"id":7448451826,"package_name":"@babel/helper-module-transforms","ecosystem":"npm","requirements":"7.19.0","direct":false,"kind":"development","optional":false},{"id":7448451827,"package_name":"@babel/helper-simple-access","ecosystem":"npm","requirements":"7.19.4","direct":false,"kind":"development","optional":false},{"id":7448451828,"package_name":"@babel/helper-split-export-declaration","ecosystem":"npm","requirements":"7.18.6","direct":false,"kind":"development","optional":false},{"id":7448451829,"package_name":"@babel/helper-string-parser","ecosystem":"npm","requirements":"7.19.4","direct":false,"kind":"development","optional":false},{"id":7448451830,"package_name":"@babel/helper-validator-identifier","ecosystem":"npm","requirements":"7.19.1","direct":false,"kind":"development","optional":false},{"id":7448451831,"package_name":"@babel/helper-validator-option","ecosystem":"npm","requirements":"7.18.6","direct":false,"kind":"development","optional":false},{"id":7448451832,"package_name":"@babel/helpers","ecosystem":"npm","requirements":"7.19.4","direct":false,"kind":"development","optional":false},{"id":7448451833,"package_name":"@babel/highlight","ecosystem":"npm","requirements":"7.18.6","direct":false,"kind":"development","optional":false},{"id":7448451835,"package_name":"ansi-styles","ecosystem":"npm","requirements":"3.2.1","direct":false,"kind":"development","optional":false},{"id":7448451837,"package_name":"chalk","ecosystem":"npm","requirements":"2.4.2","direct":false,"kind":"development","optional":false},{"id":7448451839,"package_name":"color-convert","ecosystem":"npm","requirements":"1.9.3","direct":false,"kind":"development","optional":false},{"id":7448451840,"package_name":"color-name","ecosystem":"npm","requirements":"1.1.3","direct":false,"kind":"development","optional":false},{"id":7448451841,"package_name":"escape-string-regexp","ecosystem":"npm","requirements":"1.0.5","direct":false,"kind":"development","optional":false},{"id":7448451842,"package_name":"has-flag","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":7448451843,"package_name":"supports-color","ecosystem":"npm","requirements":"5.5.0","direct":false,"kind":"development","optional":false},{"id":7448451844,"package_name":"@babel/parser","ecosystem":"npm","requirements":"7.19.4","direct":false,"kind":"development","optional":false},{"id":7448451845,"package_name":"@babel/template","ecosystem":"npm","requirements":"7.18.10","direct":false,"kind":"development","optional":false},{"id":7448451846,"package_name":"@babel/traverse","ecosystem":"npm","requirements":"7.19.4","direct":false,"kind":"development","optional":false},{"id":7448451848,"package_name":"@babel/types","ecosystem":"npm","requirements":"7.19.4","direct":false,"kind":"development","optional":false},{"id":7448451847,"package_name":"globals","ecosystem":"npm","requirements":"11.12.0","direct":false,"kind":"development","optional":false},{"id":7448451936,"package_name":"fromentries","ecosystem":"npm","requirements":"1.3.2","direct":false,"kind":"development","optional":false},{"id":7448451849,"package_name":"@eslint/eslintrc","ecosystem":"npm","requirements":"0.4.3","direct":false,"kind":"development","optional":false},{"id":7448451850,"package_name":"@humanwhocodes/config-array","ecosystem":"npm","requirements":"0.5.0","direct":false,"kind":"development","optional":false},{"id":7448451851,"package_name":"@humanwhocodes/object-schema","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"development","optional":false},{"id":7448451852,"package_name":"@istanbuljs/load-nyc-config","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":7448451853,"package_name":"resolve-from","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":7448451854,"package_name":"@istanbuljs/schema","ecosystem":"npm","requirements":"0.1.3","direct":false,"kind":"development","optional":false},{"id":7448451855,"package_name":"@jridgewell/gen-mapping","ecosystem":"npm","requirements":"0.1.1","direct":false,"kind":"development","optional":false},{"id":7448451937,"package_name":"fs.realpath","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":7448451856,"package_name":"@jridgewell/resolve-uri","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":7448451857,"package_name":"@jridgewell/set-array","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"development","optional":false},{"id":7448451858,"package_name":"@jridgewell/sourcemap-codec","ecosystem":"npm","requirements":"1.4.14","direct":false,"kind":"development","optional":false},{"id":7448451859,"package_name":"@jridgewell/trace-mapping","ecosystem":"npm","requirements":"0.3.17","direct":false,"kind":"development","optional":false},{"id":7448451860,"package_name":"@types/json5","ecosystem":"npm","requirements":"0.0.29","direct":false,"kind":"development","optional":false},{"id":7448451861,"package_name":"acorn","ecosystem":"npm","requirements":"7.4.1","direct":false,"kind":"development","optional":false},{"id":7448451862,"package_name":"acorn-jsx","ecosystem":"npm","requirements":"5.3.2","direct":false,"kind":"development","optional":false},{"id":7448451863,"package_name":"aggregate-error","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":7448451864,"package_name":"ajv","ecosystem":"npm","requirements":"6.12.6","direct":false,"kind":"development","optional":false},{"id":7448451865,"package_name":"ansi-colors","ecosystem":"npm","requirements":"4.1.3","direct":false,"kind":"development","optional":false},{"id":7448451866,"package_name":"ansi-regex","ecosystem":"npm","requirements":"5.0.1","direct":false,"kind":"development","optional":false},{"id":7448451867,"package_name":"ansi-styles","ecosystem":"npm","requirements":"4.3.0","direct":false,"kind":"development","optional":false},{"id":7448451868,"package_name":"append-transform","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":7448451869,"package_name":"archy","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":7448451870,"package_name":"argparse","ecosystem":"npm","requirements":"1.0.10","direct":false,"kind":"development","optional":false},{"id":7448451871,"package_name":"array-includes","ecosystem":"npm","requirements":"3.1.5","direct":false,"kind":"development","optional":false},{"id":7448451872,"package_name":"array.prototype.flat","ecosystem":"npm","requirements":"1.3.0","direct":false,"kind":"development","optional":false},{"id":7448451873,"package_name":"astral-regex","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":7448451874,"package_name":"balanced-match","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":7448451875,"package_name":"brace-expansion","ecosystem":"npm","requirements":"1.1.11","direct":false,"kind":"development","optional":false},{"id":7448451876,"package_name":"browserslist","ecosystem":"npm","requirements":"4.21.4","direct":false,"kind":"development","optional":false},{"id":7448451877,"package_name":"caching-transform","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":7448451878,"package_name":"call-bind","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":7448451879,"package_name":"callsites","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":7448451880,"package_name":"camelcase","ecosystem":"npm","requirements":"5.3.1","direct":false,"kind":"development","optional":false},{"id":7448451881,"package_name":"caniuse-lite","ecosystem":"npm","requirements":"1.0.30001419","direct":false,"kind":"development","optional":false},{"id":7448451882,"package_name":"chalk","ecosystem":"npm","requirements":"4.1.2","direct":false,"kind":"development","optional":false},{"id":7448451883,"package_name":"clean-stack","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":7448451884,"package_name":"cliui","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"development","optional":false},{"id":7448451885,"package_name":"color-convert","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":7448451886,"package_name":"color-name","ecosystem":"npm","requirements":"1.1.4","direct":false,"kind":"development","optional":false},{"id":7448451887,"package_name":"commondir","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":7448451888,"package_name":"concat-map","ecosystem":"npm","requirements":"0.0.1","direct":false,"kind":"development","optional":false},{"id":7448451889,"package_name":"confusing-browser-globals","ecosystem":"npm","requirements":"1.0.11","direct":false,"kind":"development","optional":false},{"id":7448451890,"package_name":"convert-source-map","ecosystem":"npm","requirements":"1.9.0","direct":false,"kind":"development","optional":false},{"id":7448451891,"package_name":"cross-spawn","ecosystem":"npm","requirements":"7.0.3","direct":false,"kind":"development","optional":false},{"id":7448451892,"package_name":"debug","ecosystem":"npm","requirements":"4.3.4","direct":false,"kind":"development","optional":false},{"id":7448451893,"package_name":"decamelize","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":7448451894,"package_name":"deep-is","ecosystem":"npm","requirements":"0.1.4","direct":false,"kind":"development","optional":false},{"id":7448451895,"package_name":"default-require-extensions","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"development","optional":false},{"id":7448451896,"package_name":"define-properties","ecosystem":"npm","requirements":"1.1.4","direct":false,"kind":"development","optional":false},{"id":7448451897,"package_name":"doctrine","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":7448451898,"package_name":"electron-to-chromium","ecosystem":"npm","requirements":"1.4.282","direct":false,"kind":"development","optional":false},{"id":7448451899,"package_name":"emoji-regex","ecosystem":"npm","requirements":"8.0.0","direct":false,"kind":"development","optional":false},{"id":7448451900,"package_name":"enquirer","ecosystem":"npm","requirements":"2.3.6","direct":false,"kind":"development","optional":false},{"id":7448451901,"package_name":"es-abstract","ecosystem":"npm","requirements":"1.20.4","direct":false,"kind":"development","optional":false},{"id":7448451902,"package_name":"es-shim-unscopables","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":7448451903,"package_name":"es-to-primitive","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"development","optional":false},{"id":7448451904,"package_name":"es6-error","ecosystem":"npm","requirements":"4.1.1","direct":false,"kind":"development","optional":false},{"id":7448451905,"package_name":"escalade","ecosystem":"npm","requirements":"3.1.1","direct":false,"kind":"development","optional":false},{"id":7448451906,"package_name":"escape-string-regexp","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":7448451907,"package_name":"eslint","ecosystem":"npm","requirements":"7.32.0","direct":false,"kind":"development","optional":false},{"id":7448451908,"package_name":"eslint-config-airbnb-base","ecosystem":"npm","requirements":"14.2.1","direct":false,"kind":"development","optional":false},{"id":7448451909,"package_name":"eslint-import-resolver-node","ecosystem":"npm","requirements":"0.3.6","direct":false,"kind":"development","optional":false},{"id":7448451910,"package_name":"debug","ecosystem":"npm","requirements":"3.2.7","direct":false,"kind":"development","optional":false},{"id":7448451911,"package_name":"eslint-module-utils","ecosystem":"npm","requirements":"2.7.4","direct":false,"kind":"development","optional":false},{"id":7448451912,"package_name":"eslint-plugin-import","ecosystem":"npm","requirements":"2.26.0","direct":false,"kind":"development","optional":false},{"id":7448451913,"package_name":"debug","ecosystem":"npm","requirements":"2.6.9","direct":false,"kind":"development","optional":false},{"id":7448451914,"package_name":"doctrine","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":7448451915,"package_name":"ms","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":7448451916,"package_name":"eslint-scope","ecosystem":"npm","requirements":"5.1.1","direct":false,"kind":"development","optional":false},{"id":7448451917,"package_name":"eslint-utils","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":7448451918,"package_name":"eslint-visitor-keys","ecosystem":"npm","requirements":"1.3.0","direct":false,"kind":"development","optional":false},{"id":7448451919,"package_name":"eslint-visitor-keys","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":7448451920,"package_name":"espree","ecosystem":"npm","requirements":"7.3.1","direct":false,"kind":"development","optional":false},{"id":7448451921,"package_name":"esprima","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"development","optional":false},{"id":7448451922,"package_name":"esquery","ecosystem":"npm","requirements":"1.4.0","direct":false,"kind":"development","optional":false},{"id":7448451923,"package_name":"estraverse","ecosystem":"npm","requirements":"5.3.0","direct":false,"kind":"development","optional":false},{"id":7448451924,"package_name":"esrecurse","ecosystem":"npm","requirements":"4.3.0","direct":false,"kind":"development","optional":false},{"id":7448451925,"package_name":"estraverse","ecosystem":"npm","requirements":"4.3.0","direct":false,"kind":"development","optional":false},{"id":7448451926,"package_name":"esutils","ecosystem":"npm","requirements":"2.0.3","direct":false,"kind":"development","optional":false},{"id":7448451927,"package_name":"fast-deep-equal","ecosystem":"npm","requirements":"3.1.3","direct":false,"kind":"development","optional":false},{"id":7448451928,"package_name":"fast-json-stable-stringify","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":7448451929,"package_name":"fast-levenshtein","ecosystem":"npm","requirements":"2.0.6","direct":false,"kind":"development","optional":false},{"id":7448451930,"package_name":"file-entry-cache","ecosystem":"npm","requirements":"6.0.1","direct":false,"kind":"development","optional":false},{"id":7448451931,"package_name":"find-cache-dir","ecosystem":"npm","requirements":"3.3.2","direct":false,"kind":"development","optional":false},{"id":7448451932,"package_name":"find-up","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"development","optional":false},{"id":7448451933,"package_name":"flat-cache","ecosystem":"npm","requirements":"3.0.4","direct":false,"kind":"development","optional":false},{"id":7448451934,"package_name":"flatted","ecosystem":"npm","requirements":"3.2.7","direct":false,"kind":"development","optional":false},{"id":7448451935,"package_name":"foreground-child","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":7448451938,"package_name":"function-bind","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":7448451939,"package_name":"function.prototype.name","ecosystem":"npm","requirements":"1.1.5","direct":false,"kind":"development","optional":false},{"id":7448451940,"package_name":"functional-red-black-tree","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":7448451941,"package_name":"functions-have-names","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"development","optional":false},{"id":7448451942,"package_name":"gensync","ecosystem":"npm","requirements":"1.0.0-beta.2","direct":false,"kind":"development","optional":false},{"id":7448451943,"package_name":"get-caller-file","ecosystem":"npm","requirements":"2.0.5","direct":false,"kind":"development","optional":false},{"id":7448451944,"package_name":"get-intrinsic","ecosystem":"npm","requirements":"1.1.3","direct":false,"kind":"development","optional":false},{"id":7448451945,"package_name":"get-package-type","ecosystem":"npm","requirements":"0.1.0","direct":false,"kind":"development","optional":false},{"id":7448451946,"package_name":"get-symbol-description","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":7448451947,"package_name":"glob","ecosystem":"npm","requirements":"7.2.3","direct":false,"kind":"development","optional":false},{"id":7448451948,"package_name":"glob-parent","ecosystem":"npm","requirements":"5.1.2","direct":false,"kind":"development","optional":false},{"id":7448451949,"package_name":"globals","ecosystem":"npm","requirements":"13.17.0","direct":false,"kind":"development","optional":false},{"id":7448451950,"package_name":"graceful-fs","ecosystem":"npm","requirements":"4.2.10","direct":false,"kind":"development","optional":false},{"id":7448451951,"package_name":"has","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"development","optional":false},{"id":7448451952,"package_name":"has-bigints","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":7448451953,"package_name":"has-flag","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":7448451954,"package_name":"has-property-descriptors","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":7448451955,"package_name":"has-symbols","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"development","optional":false},{"id":7448451956,"package_name":"has-tostringtag","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":7448451957,"package_name":"hasha","ecosystem":"npm","requirements":"5.2.2","direct":false,"kind":"development","optional":false},{"id":7448451958,"package_name":"type-fest","ecosystem":"npm","requirements":"0.8.1","direct":false,"kind":"development","optional":false},{"id":7448451959,"package_name":"html-escaper","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":7448451960,"package_name":"ignore","ecosystem":"npm","requirements":"4.0.6","direct":false,"kind":"development","optional":false},{"id":7448451961,"package_name":"import-fresh","ecosystem":"npm","requirements":"3.3.0","direct":false,"kind":"development","optional":false},{"id":7448451962,"package_name":"imurmurhash","ecosystem":"npm","requirements":"0.1.4","direct":false,"kind":"development","optional":false},{"id":7448451963,"package_name":"indent-string","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":7448451964,"package_name":"inflight","ecosystem":"npm","requirements":"1.0.6","direct":false,"kind":"development","optional":false},{"id":7448451965,"package_name":"inherits","ecosystem":"npm","requirements":"2.0.4","direct":false,"kind":"development","optional":false},{"id":7448451966,"package_name":"internal-slot","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"development","optional":false},{"id":7448451967,"package_name":"is-bigint","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":7448451968,"package_name":"is-boolean-object","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"development","optional":false},{"id":7448451969,"package_name":"is-callable","ecosystem":"npm","requirements":"1.2.7","direct":false,"kind":"development","optional":false},{"id":7448451970,"package_name":"is-core-module","ecosystem":"npm","requirements":"2.10.0","direct":false,"kind":"development","optional":false},{"id":7448451971,"package_name":"is-date-object","ecosystem":"npm","requirements":"1.0.5","direct":false,"kind":"development","optional":false},{"id":7448451972,"package_name":"is-extglob","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":7448451973,"package_name":"is-fullwidth-code-point","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":7448451974,"package_name":"is-glob","ecosystem":"npm","requirements":"4.0.3","direct":false,"kind":"development","optional":false},{"id":7448451975,"package_name":"is-negative-zero","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":7448451976,"package_name":"is-number-object","ecosystem":"npm","requirements":"1.0.7","direct":false,"kind":"development","optional":false},{"id":7448451977,"package_name":"is-regex","ecosystem":"npm","requirements":"1.1.4","direct":false,"kind":"development","optional":false},{"id":7448451978,"package_name":"is-shared-array-buffer","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":7448451979,"package_name":"is-stream","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":7448451980,"package_name":"is-string","ecosystem":"npm","requirements":"1.0.7","direct":false,"kind":"development","optional":false},{"id":7448451981,"package_name":"is-symbol","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":7448451982,"package_name":"is-typedarray","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":7448451983,"package_name":"is-weakref","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":7448451984,"package_name":"is-windows","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":7448451985,"package_name":"isexe","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":7448451986,"package_name":"istanbul-lib-coverage","ecosystem":"npm","requirements":"3.2.0","direct":false,"kind":"development","optional":false},{"id":7448451987,"package_name":"istanbul-lib-hook","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":7448451988,"package_name":"istanbul-lib-instrument","ecosystem":"npm","requirements":"4.0.3","direct":false,"kind":"development","optional":false},{"id":7448451989,"package_name":"istanbul-lib-processinfo","ecosystem":"npm","requirements":"2.0.3","direct":false,"kind":"development","optional":false},{"id":7448451990,"package_name":"istanbul-lib-report","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":7448451991,"package_name":"istanbul-lib-source-maps","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"development","optional":false},{"id":7448451992,"package_name":"istanbul-reports","ecosystem":"npm","requirements":"3.1.5","direct":false,"kind":"development","optional":false},{"id":7448451993,"package_name":"js-tokens","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":7448451994,"package_name":"js-yaml","ecosystem":"npm","requirements":"3.14.1","direct":false,"kind":"development","optional":false},{"id":7448451995,"package_name":"jsesc","ecosystem":"npm","requirements":"2.5.2","direct":false,"kind":"development","optional":false},{"id":7448451996,"package_name":"json-schema-traverse","ecosystem":"npm","requirements":"0.4.1","direct":false,"kind":"development","optional":false},{"id":7448451997,"package_name":"json-stable-stringify-without-jsonify","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":7448451998,"package_name":"json5","ecosystem":"npm","requirements":"2.2.3","direct":false,"kind":"development","optional":false},{"id":7448451999,"package_name":"levn","ecosystem":"npm","requirements":"0.4.1","direct":false,"kind":"development","optional":false},{"id":7448452000,"package_name":"locate-path","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":7448452001,"package_name":"lodash.flattendeep","ecosystem":"npm","requirements":"4.4.0","direct":false,"kind":"development","optional":false},{"id":7448452002,"package_name":"lodash.merge","ecosystem":"npm","requirements":"4.6.2","direct":false,"kind":"development","optional":false},{"id":7448452003,"package_name":"lodash.truncate","ecosystem":"npm","requirements":"4.4.2","direct":false,"kind":"development","optional":false},{"id":7448452004,"package_name":"lru-cache","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"development","optional":false},{"id":7448452005,"package_name":"make-dir","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":7448452006,"package_name":"minimatch","ecosystem":"npm","requirements":"3.1.2","direct":false,"kind":"development","optional":false},{"id":7448452007,"package_name":"minimist","ecosystem":"npm","requirements":"1.2.7","direct":false,"kind":"development","optional":false},{"id":7448452008,"package_name":"ms","ecosystem":"npm","requirements":"2.1.2","direct":false,"kind":"development","optional":false},{"id":7448452009,"package_name":"natural-compare","ecosystem":"npm","requirements":"1.4.0","direct":false,"kind":"development","optional":false},{"id":7448452010,"package_name":"node-preload","ecosystem":"npm","requirements":"0.2.1","direct":false,"kind":"development","optional":false},{"id":7448452011,"package_name":"node-releases","ecosystem":"npm","requirements":"2.0.6","direct":false,"kind":"development","optional":false},{"id":7448452012,"package_name":"nyc","ecosystem":"npm","requirements":"15.1.0","direct":false,"kind":"development","optional":false},{"id":7448452013,"package_name":"object-inspect","ecosystem":"npm","requirements":"1.12.2","direct":false,"kind":"development","optional":false},{"id":7448452014,"package_name":"object-keys","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":7448452015,"package_name":"object.assign","ecosystem":"npm","requirements":"4.1.4","direct":false,"kind":"development","optional":false},{"id":7448452016,"package_name":"object.entries","ecosystem":"npm","requirements":"1.1.5","direct":false,"kind":"development","optional":false},{"id":7448452017,"package_name":"object.values","ecosystem":"npm","requirements":"1.1.5","direct":false,"kind":"development","optional":false},{"id":7448452018,"package_name":"once","ecosystem":"npm","requirements":"1.4.0","direct":false,"kind":"development","optional":false},{"id":7448452019,"package_name":"optionator","ecosystem":"npm","requirements":"0.9.1","direct":false,"kind":"development","optional":false},{"id":7448452020,"package_name":"p-limit","ecosystem":"npm","requirements":"2.3.0","direct":false,"kind":"development","optional":false},{"id":7448452021,"package_name":"p-locate","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"development","optional":false},{"id":7448452022,"package_name":"p-map","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":7448452023,"package_name":"p-try","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":7448452024,"package_name":"package-hash","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":7448452025,"package_name":"parent-module","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":7448452026,"package_name":"path-exists","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":7448452027,"package_name":"path-is-absolute","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":7448452028,"package_name":"path-key","ecosystem":"npm","requirements":"3.1.1","direct":false,"kind":"development","optional":false},{"id":7448452029,"package_name":"path-parse","ecosystem":"npm","requirements":"1.0.7","direct":false,"kind":"development","optional":false},{"id":7448452030,"package_name":"picocolors","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":7448452031,"package_name":"pkg-dir","ecosystem":"npm","requirements":"4.2.0","direct":false,"kind":"development","optional":false},{"id":7448452032,"package_name":"prelude-ls","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"development","optional":false},{"id":7448452033,"package_name":"process-on-spawn","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":7448452034,"package_name":"progress","ecosystem":"npm","requirements":"2.0.3","direct":false,"kind":"development","optional":false},{"id":7448452035,"package_name":"punycode","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":7448452036,"package_name":"regexp.prototype.flags","ecosystem":"npm","requirements":"1.4.3","direct":false,"kind":"development","optional":false},{"id":7448452037,"package_name":"regexpp","ecosystem":"npm","requirements":"3.2.0","direct":false,"kind":"development","optional":false},{"id":7448452038,"package_name":"release-zalgo","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":7448452039,"package_name":"require-directory","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":7448452040,"package_name":"require-from-string","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":7448452041,"package_name":"require-main-filename","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":7448452042,"package_name":"resolve","ecosystem":"npm","requirements":"1.22.1","direct":false,"kind":"development","optional":false},{"id":7448452043,"package_name":"resolve-from","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":7448452044,"package_name":"rimraf","ecosystem":"npm","requirements":"3.0.2","direct":false,"kind":"development","optional":false},{"id":7448452045,"package_name":"safe-regex-test","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":7448452046,"package_name":"semver","ecosystem":"npm","requirements":"7.3.8","direct":false,"kind":"development","optional":false},{"id":7448452047,"package_name":"set-blocking","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":7448452048,"package_name":"shebang-command","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":7448452049,"package_name":"shebang-regex","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":7448452050,"package_name":"side-channel","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":7448452051,"package_name":"signal-exit","ecosystem":"npm","requirements":"3.0.7","direct":false,"kind":"development","optional":false},{"id":7448452052,"package_name":"slice-ansi","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":7448452053,"package_name":"source-map","ecosystem":"npm","requirements":"0.6.1","direct":false,"kind":"development","optional":false},{"id":7448452054,"package_name":"spawn-wrap","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":7448452055,"package_name":"sprintf-js","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"development","optional":false},{"id":7448452056,"package_name":"string-width","ecosystem":"npm","requirements":"4.2.3","direct":false,"kind":"development","optional":false},{"id":7448452057,"package_name":"string.prototype.trimend","ecosystem":"npm","requirements":"1.0.5","direct":false,"kind":"development","optional":false},{"id":7448452058,"package_name":"string.prototype.trimstart","ecosystem":"npm","requirements":"1.0.5","direct":false,"kind":"development","optional":false},{"id":7448452059,"package_name":"strip-ansi","ecosystem":"npm","requirements":"6.0.1","direct":false,"kind":"development","optional":false},{"id":7448452060,"package_name":"strip-bom","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":7448452061,"package_name":"strip-json-comments","ecosystem":"npm","requirements":"3.1.1","direct":false,"kind":"development","optional":false},{"id":7448452062,"package_name":"supports-color","ecosystem":"npm","requirements":"7.2.0","direct":false,"kind":"development","optional":false},{"id":7448452063,"package_name":"supports-preserve-symlinks-flag","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":7448452064,"package_name":"table","ecosystem":"npm","requirements":"6.8.0","direct":false,"kind":"development","optional":false},{"id":7448452065,"package_name":"ajv","ecosystem":"npm","requirements":"8.11.0","direct":false,"kind":"development","optional":false},{"id":7448452066,"package_name":"json-schema-traverse","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":7448452067,"package_name":"test-exclude","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"development","optional":false},{"id":7448452068,"package_name":"text-table","ecosystem":"npm","requirements":"0.2.0","direct":false,"kind":"development","optional":false},{"id":7448452069,"package_name":"to-fast-properties","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":7448452070,"package_name":"tsconfig-paths","ecosystem":"npm","requirements":"3.14.1","direct":false,"kind":"development","optional":false},{"id":7448452071,"package_name":"json5","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":7448452072,"package_name":"strip-bom","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":7448452073,"package_name":"type-check","ecosystem":"npm","requirements":"0.4.0","direct":false,"kind":"development","optional":false},{"id":7448452074,"package_name":"type-fest","ecosystem":"npm","requirements":"0.20.2","direct":false,"kind":"development","optional":false},{"id":7448452075,"package_name":"typedarray-to-buffer","ecosystem":"npm","requirements":"3.1.5","direct":false,"kind":"development","optional":false},{"id":7448452076,"package_name":"unbox-primitive","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":7448452077,"package_name":"update-browserslist-db","ecosystem":"npm","requirements":"1.0.10","direct":false,"kind":"development","optional":false},{"id":7448452078,"package_name":"uri-js","ecosystem":"npm","requirements":"4.4.1","direct":false,"kind":"development","optional":false},{"id":7448452079,"package_name":"uuid","ecosystem":"npm","requirements":"8.3.2","direct":false,"kind":"development","optional":false},{"id":7448452080,"package_name":"v8-compile-cache","ecosystem":"npm","requirements":"2.3.0","direct":false,"kind":"development","optional":false},{"id":7448452081,"package_name":"which","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":7448452082,"package_name":"which-boxed-primitive","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":7448452083,"package_name":"which-module","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":7448452084,"package_name":"word-wrap","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"development","optional":false},{"id":7448452085,"package_name":"wrap-ansi","ecosystem":"npm","requirements":"6.2.0","direct":false,"kind":"development","optional":false},{"id":7448452086,"package_name":"wrappy","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":7448452087,"package_name":"write-file-atomic","ecosystem":"npm","requirements":"3.0.3","direct":false,"kind":"development","optional":false},{"id":7448452088,"package_name":"y18n","ecosystem":"npm","requirements":"4.0.3","direct":false,"kind":"development","optional":false},{"id":7448452089,"package_name":"yallist","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":7448452090,"package_name":"yargs","ecosystem":"npm","requirements":"15.4.1","direct":false,"kind":"development","optional":false},{"id":7448452091,"package_name":"yargs-parser","ecosystem":"npm","requirements":"18.1.3","direct":false,"kind":"development","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/release.yml","sha":null,"kind":"manifest","created_at":"2026-08-05T22:35:11.967Z","updated_at":"2026-08-05T22:35:11.967Z","repository_link":"https://github.com/panva/oidc-token-hash/blob/main/.github/workflows/release.yml","dependencies":[{"id":25896364926,"package_name":"actions/checkout","ecosystem":"actions","requirements":"3d3c42e5aac5ba805825da76410c181273ba90b1","direct":true,"kind":"composite","optional":false},{"id":25896364927,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"820762786026740c76f36085b0efc47a31fe5020","direct":true,"kind":"composite","optional":false}]}],"score":23.54118535879074,"created_at":"2026-07-08T07:45:13.054Z","updated_at":"2026-08-13T03:00:33.512Z","avatar_url":"https://github.com/panva.png","language":"JavaScript","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/378258","html_url":"https://summary.ecosyste.ms/projects/378258"}