{"id":23169,"url":"https://github.com/bevry/promise-errback","last_synced_at":"2026-05-23T18:20:47.970Z","repository":{"id":208735827,"uuid":"722371483","full_name":"bevry/promise-errback","owner":"bevry","description":"Forward the resolution/rejection of a resolvable to an errback; forwarding the resolution/rejection of the errback to ourself.","archived":false,"fork":false,"pushed_at":"2025-08-16T23:30:50.000Z","size":277,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-25T12:38:01.147Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bevry.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":["balupton"],"patreon":"bevry","open_collective":"bevry","ko_fi":"balupton","liberapay":"bevry","tidelift":"npm/promise-errback","custom":["https://bevry.me/fund"]}},"created_at":"2023-11-23T02:12:20.000Z","updated_at":"2025-08-20T12:18:02.000Z","dependencies_parsed_at":"2023-12-02T17:24:46.558Z","dependency_job_id":"0afbc24c-7d34-4855-aa8c-e4e3f540406e","html_url":"https://github.com/bevry/promise-errback","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":0.4,"last_synced_commit":"b397611c52ca631c39754a41d3a055fba1d2e58f"},"previous_names":["bevry/promise-errback"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/bevry/promise-errback","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bevry%2Fpromise-errback","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bevry%2Fpromise-errback/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bevry%2Fpromise-errback/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bevry%2Fpromise-errback/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bevry","download_url":"https://codeload.github.com/bevry/promise-errback/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bevry%2Fpromise-errback/sbom","scorecard":{"id":235573,"data":{"date":"2025-08-11","repo":{"name":"github.com/bevry/promise-errback","commit":"ca83389c6982ec5ba8e9e7a009c06d12ea566ce6"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.6,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":0,"reason":"Found 0/6 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/bevry.yml:79","Warn: no topLevel permission defined: .github/workflows/bevry.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":"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":"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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","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":"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/bevry.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/bevry/promise-errback/bevry.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bevry.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/bevry/promise-errback/bevry.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bevry.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/bevry/promise-errback/bevry.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bevry.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/bevry/promise-errback/bevry.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bevry.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/bevry/promise-errback/bevry.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bevry.yml:53: update your workflow using https://app.stepsecurity.io/secureworkflow/bevry/promise-errback/bevry.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bevry.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/bevry/promise-errback/bevry.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bevry.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/bevry/promise-errback/bevry.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bevry.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/bevry/promise-errback/bevry.yml/main?enable=pin","Info:   0 out of   5 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   4 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":"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":"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":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"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":5,"reason":"5 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-rmvr-2pp2-xj38","Warn: Project is vulnerable to: GHSA-xx4v-prfh-6cgc","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv"],"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-17T05:38:23.728Z","repository_id":208735827,"created_at":"2025-08-17T05:38:23.728Z","updated_at":"2025-08-17T05:38:23.728Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276204799,"owners_count":25602737,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-21T02:00:07.055Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-01-11T19:18:47.366Z","updated_at":"2025-09-21T06:29:52.369Z","avatar_url":"https://github.com/bevry.png","language":"TypeScript","project_url":"https://opencollective.ecosyste.ms/api/v1/projects/23169","html_url":"https://opencollective.ecosyste.ms/projects/23169","collective":{"id":3607,"uuid":"y4rxg0j3-5lzkwm6v-wrqvoe98-n47dabyo","slug":"bevry","name":"Bevry","description":"Accelerating collaborative wisdom.","website":"https://bevry.me/","github":"bevry","twitter":"BevryMe","repository_url":null,"social_links":[{"type":"WEBSITE","url":"https://bevry.me/"},{"type":"TWITTER","url":"https://twitter.com/BevryMe"},{"type":"GITHUB","url":"https://github.com/bevry"}],"currency":"USD","projects_count":115,"last_synced_at":"2026-06-07T18:16:29.068Z","created_at":"2024-01-10T13:17:55.348Z","updated_at":"2026-06-07T18:16:29.544Z","transactions_count":26,"balance":-1.1546319456101628e-14,"account_type":"COLLECTIVE","owner":{"login":"bevry","name":"Bevry","uuid":"686628","kind":"organization","description":"Accelerating collaborative wisdom.","email":"us@bevry.me","website":"https://bevry.me","location":null,"twitter":"bevryme","company":null,"icon_url":"https://avatars.githubusercontent.com/u/686628?v=4","repositories_count":114,"last_synced_at":"2024-10-29T23:35:55.405Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/bevry","funding_links":[],"total_stars":5053,"followers":21,"following":0,"created_at":"2022-11-02T16:19:07.760Z","updated_at":"2024-10-29T23:35:55.405Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bevry","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bevry/repositories"},"last_project_activity_at":"2026-05-10T22:03:28.000Z","archived":false,"no_funding":false,"no_license":false,"host":"opensource","collective_created_at":"2016-07-06T08:31:16.880Z","collective_updated_at":"2026-06-05T04:03:07.939Z","html_url":"https://opencollective.com/bevry","icon_url":"https://images.opencollective.com/bevry/logo/40.png","total_donations":131.54999999999995,"total_expenses":-136.55,"current_balance":-1.1546319456101628e-14,"api_url":"https://opencollective.ecosyste.ms/api/v1/collectives/bevry","url":"https://opencollective.ecosyste.ms/collectives/bevry","projects_url":"https://opencollective.ecosyste.ms/api/v1/collectives/bevry/projects"}}