{"id":816257,"name":"@arcblock/graphiql","ecosystem":"npm","description":"An graphical interactive in-browser GraphQL IDE.","homepage":"https://github.com/graphql/graphiql","licenses":"SEE LICENSE IN LICENSE","normalized_licenses":["ICU"],"repository_url":"https://github.com/graphql/graphiql","keywords_array":[],"namespace":"arcblock","versions_count":13,"first_release_published_at":"2018-06-14T02:44:06.746Z","latest_release_published_at":"2019-07-18T05:50:58.542Z","latest_release_number":"0.4.0","last_synced_at":"2026-05-26T23:26:06.550Z","created_at":"2022-04-07T13:40:43.797Z","updated_at":"2026-05-26T23:26:07.241Z","registry_url":"https://www.npmjs.com/package/@arcblock/graphiql","install_command":"npm install @arcblock/graphiql","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"0.4.0"}},"repo_metadata":{"id":36213750,"uuid":"40518025","full_name":"graphql/graphiql","owner":"graphql","description":"GraphiQL \u0026 the GraphQL LSP Reference Ecosystem for building browser \u0026 IDE tools.","archived":false,"fork":false,"pushed_at":"2026-05-26T21:18:28.000Z","size":32609,"stargazers_count":16833,"open_issues_count":391,"forks_count":1837,"subscribers_count":233,"default_branch":"main","last_synced_at":"2026-05-26T23:03:21.460Z","etag":null,"topics":["codemirror","graphiql","graphql","lsp-mode","lsp-server","monaco-editor","vscode"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/graphql.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-08-11T02:56:22.000Z","updated_at":"2026-05-26T19:56:18.000Z","dependencies_parsed_at":"2026-05-01T21:01:29.815Z","dependency_job_id":null,"html_url":"https://github.com/graphql/graphiql","commit_stats":{"total_commits":3283,"total_committers":307,"mean_commits":"10.693811074918568","dds":0.8190679256777338,"last_synced_commit":"c500e825094acac01d65840943d5ccd80e7de18a"},"previous_names":[],"tags_count":1295,"template":false,"template_full_name":null,"purl":"pkg:github/graphql/graphiql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphql%2Fgraphiql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphql%2Fgraphiql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphql%2Fgraphiql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphql%2Fgraphiql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/graphql","download_url":"https://codeload.github.com/graphql/graphiql/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphql%2Fgraphiql/sbom","scorecard":{"id":443922,"data":{"date":"2025-08-11","repo":{"name":"github.com/graphql/graphiql","commit":"b3c42a65160ba4878b5ea87d9e72385889856464"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.4,"checks":[{"name":"Security-Policy","score":4,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Warn: no linked content found","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 9/30 approved changesets -- score normalized to 3","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":"Maintained","score":10,"reason":"30 commit(s) and 16 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yml:10","Warn: no topLevel permission defined: .github/workflows/main-test.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-graphql-compat-check.yml:17","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Info: found token with 'none' permissions: .github/workflows/release.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":"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":"CII-Best-Practices","score":2,"reason":"badge detected: InProgress","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/main-test.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/main-test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main-test.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/main-test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main-test.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/main-test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main-test.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/main-test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main-test.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/main-test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main-test.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/main-test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main-test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/main-test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main-test.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/main-test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/main-test.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/main-test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-graphql-compat-check.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr-graphql-compat-check.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-graphql-compat-check.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr-graphql-compat-check.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-graphql-compat-check.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr-graphql-compat-check.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:130: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:131: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:149: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:150: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:152: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:157: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:209: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:212: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:214: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:219: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:229: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:238: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:253: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:76: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:90: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:93: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:170: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:175: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:179: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:189: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:195: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:268: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:269: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:271: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:111: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:112: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:114: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/pr.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/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/graphql/graphiql/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/graphql/graphiql/release.yml/main?enable=pin","Info:   0 out of  55 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  10 third-party 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":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":0,"reason":"42 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-wf5p-g6vw-rhxx","Warn: Project is vulnerable to: GHSA-jr5f-v2jv-69x6","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-cwfw-4gq5-mrqx","Warn: Project is vulnerable to: GHSA-g95f-p29q-9xw4","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-pxg6-pf52-xh8x","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-phwq-j96m-2c2q","Warn: Project is vulnerable to: GHSA-ghr5-ch3p-vcr6","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","Warn: Project is vulnerable to: GHSA-fjxv-7rqg-78g4","Warn: Project is vulnerable to: GHSA-765h-qjxv-5f44","Warn: Project is vulnerable to: GHSA-f2jv-r9rf-7988","Warn: Project is vulnerable to: GHSA-vfrc-7r7c-w9mx","Warn: Project is vulnerable to: GHSA-7wwv-vh3v-89cq","Warn: Project is vulnerable to: GHSA-43f8-2h32-f4cj","Warn: Project is vulnerable to: GHSA-4r62-v4vq-hr96","Warn: Project is vulnerable to: GHSA-5v2h-r2cx-5xgj","Warn: Project is vulnerable to: GHSA-rrrm-qjm4-v8hf","Warn: Project is vulnerable to: GHSA-7wpw-2hjm-89gp","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv","Warn: Project is vulnerable to: GHSA-mwcw-c2x4-8c55","Warn: Project is vulnerable to: GHSA-76c9-3jph-rj3q","Warn: Project is vulnerable to: GHSA-rhx6-c78j-4q9w","Warn: Project is vulnerable to: GHSA-9wv6-86v2-598j","Warn: Project is vulnerable to: GHSA-gcx4-mw62-g8wm","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-m6fv-jmcg-4jfg","Warn: Project is vulnerable to: GHSA-76p7-773f-r4q5","Warn: Project is vulnerable to: GHSA-jv35-xqg7-f92r","Warn: Project is vulnerable to: GHSA-4rq4-32rv-6wp6","Warn: Project is vulnerable to: GHSA-64g7-mvw6-v9qj","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6","Warn: Project is vulnerable to: GHSA-7p7h-4mm5-852v","Warn: Project is vulnerable to: GHSA-3mv9-4h5g-vhg3","Warn: Project is vulnerable to: GHSA-4vvj-4cpr-p986","Warn: Project is vulnerable to: GHSA-6fc8-4gx4-v693","Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q","Warn: Project is vulnerable to: GHSA-776f-qx25-q3cc"],"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-19T06:13:57.279Z","repository_id":36213750,"created_at":"2025-08-19T06:13:57.280Z","updated_at":"2025-08-19T06:13:57.280Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33543939,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"tags":[]},"repo_metadata_updated_at":"2026-05-26T23:26:07.240Z","dependent_packages_count":3,"downloads":788,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":7.761302712079784,"dependent_repos_count":10.702412106025395,"dependent_packages_count":8.712612781396581,"stargazers_count":0.8481012080003472,"forks_count":0.948710803940333,"docker_downloads_count":null,"average":5.794627922288488},"purl":"pkg:npm/%40arcblock/graphiql","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@arcblock/graphiql","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@arcblock/graphiql","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@arcblock/graphiql/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-01T23:01:55.471Z","issues_count":343,"pull_requests_count":985,"avg_time_to_close_issue":44505886.78658537,"avg_time_to_close_pull_request":3612599.399524376,"issues_closed_count":163,"pull_requests_closed_count":840,"pull_request_authors_count":98,"issue_authors_count":270,"avg_comments_per_issue":3.489795918367347,"avg_comments_per_pull_request":2.613197969543147,"merged_pull_requests_count":703,"bot_issues_count":2,"bot_pull_requests_count":98,"past_year_issues_count":76,"past_year_pull_requests_count":398,"past_year_avg_time_to_close_issue":1972289.75,"past_year_avg_time_to_close_pull_request":533662.6360946746,"past_year_issues_closed_count":24,"past_year_pull_requests_closed_count":338,"past_year_pull_request_authors_count":33,"past_year_issue_authors_count":64,"past_year_avg_comments_per_issue":1.368421052631579,"past_year_avg_comments_per_pull_request":1.7763819095477387,"past_year_bot_issues_count":2,"past_year_bot_pull_requests_count":42,"past_year_merged_pull_requests_count":297,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphql%2Fgraphiql/issues","maintainers":[{"login":"acao","count":359,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/acao"},{"login":"dimaMachina","count":309,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dimaMachina"},{"login":"benjie","count":38,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/benjie"},{"login":"B2o5T","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/B2o5T"},{"login":"jonathanawesome","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jonathanawesome"},{"login":"thomasheyenbrock","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/thomasheyenbrock"},{"login":"n1ru4l","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/n1ru4l"},{"login":"timsuchanek","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/timsuchanek"},{"login":"JoviDeCroock","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JoviDeCroock"},{"login":"yoshiakis","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yoshiakis"},{"login":"orta","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/orta"},{"login":"stonexer","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/stonexer"},{"login":"dotansimha","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dotansimha"},{"login":"saihaj","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/saihaj"}],"active_maintainers":[{"login":"dimaMachina","count":175,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dimaMachina"},{"login":"acao","count":100,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/acao"},{"login":"benjie","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/benjie"},{"login":"jonathanawesome","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jonathanawesome"},{"login":"dotansimha","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dotansimha"},{"login":"n1ru4l","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/n1ru4l"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@arcblock%2Fgraphiql/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@arcblock%2Fgraphiql/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@arcblock%2Fgraphiql/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@arcblock%2Fgraphiql/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@arcblock%2Fgraphiql/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@arcblock%2Fgraphiql/codemeta","maintainers":[{"uuid":"wangshijun","login":"wangshijun","name":null,"email":"shijun@arcblock.io","url":null,"packages_count":592,"html_url":"https://www.npmjs.com/~wangshijun","role":null,"created_at":"2022-11-15T03:08:08.717Z","updated_at":"2022-11-15T03:08:08.717Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/wangshijun/packages"},{"uuid":"gxw","login":"gxw","name":null,"email":"840501291@qq.com","url":null,"packages_count":243,"html_url":"https://www.npmjs.com/~gxw","role":null,"created_at":"2022-11-15T03:08:08.685Z","updated_at":"2022-11-15T03:08:08.685Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/gxw/packages"},{"uuid":"polunzh","login":"polunzh","name":null,"email":"polunzh@gmail.com","url":null,"packages_count":241,"html_url":"https://www.npmjs.com/~polunzh","role":null,"created_at":"2022-11-15T03:08:08.705Z","updated_at":"2022-11-15T03:08:08.705Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/polunzh/packages"},{"uuid":"mave99a","login":"mave99a","name":null,"email":"rob@arcblock.io","url":null,"packages_count":387,"html_url":"https://www.npmjs.com/~mave99a","role":null,"created_at":"2022-11-15T03:08:08.692Z","updated_at":"2022-11-15T03:08:08.692Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/mave99a/packages"}]}