{"id":37204039,"url":"https://github.com/restbeast/restbeast","last_synced_at":"2026-01-14T23:31:30.776Z","repository":{"id":40694365,"uuid":"311390867","full_name":"restbeast/restbeast","owner":"restbeast","description":"Command line API client, an API testing tool and an easy load testing tool","archived":false,"fork":false,"pushed_at":"2024-02-25T15:25:18.000Z","size":411,"stargazers_count":19,"open_issues_count":17,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-19T13:46:04.697Z","etag":null,"topics":["api-client","api-rest","api-testing","api-testing-framework","ci","go","golang","load-testing","pipeline","rest","tdd","terminal"],"latest_commit_sha":null,"homepage":"https://restbeast.com/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/restbeast.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":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-09T16:00:44.000Z","updated_at":"2024-03-12T15:26:43.000Z","dependencies_parsed_at":"2024-06-19T13:33:28.392Z","dependency_job_id":null,"html_url":"https://github.com/restbeast/restbeast","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/restbeast/restbeast","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/restbeast%2Frestbeast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/restbeast%2Frestbeast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/restbeast%2Frestbeast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/restbeast%2Frestbeast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/restbeast","download_url":"https://codeload.github.com/restbeast/restbeast/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/restbeast%2Frestbeast/sbom","scorecard":{"id":772034,"data":{"date":"2025-08-11","repo":{"name":"github.com/restbeast/restbeast","commit":"4f25c5d4ba60554aa49616024b692ebd443c755a"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.3,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/12 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":"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":"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":"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/build.yaml:1","Warn: no topLevel permission defined: .github/workflows/release.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":2,"reason":"dependency not pinned by hash detected -- score normalized to 2","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yaml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/restbeast/restbeast/build.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/restbeast/restbeast/build.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yaml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/restbeast/restbeast/build.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/restbeast/restbeast/release.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yaml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/restbeast/restbeast/release.yaml/master?enable=pin","Warn: downloadThenRun not pinned by hash: .github/workflows/build.yaml:19","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: GNU General Public License v3.0: 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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v1.3.3 not signed: https://api.github.com/repos/restbeast/restbeast/releases/72001096","Warn: release artifact v1.3.2 not signed: https://api.github.com/repos/restbeast/restbeast/releases/54825479","Warn: release artifact v1.3.1 not signed: https://api.github.com/repos/restbeast/restbeast/releases/54393255","Warn: release artifact v1.3.0 not signed: https://api.github.com/repos/restbeast/restbeast/releases/52990137","Warn: release artifact v1.2.0 not signed: https://api.github.com/repos/restbeast/restbeast/releases/50348124","Warn: release artifact v1.3.3 does not have provenance: https://api.github.com/repos/restbeast/restbeast/releases/72001096","Warn: release artifact v1.3.2 does not have provenance: https://api.github.com/repos/restbeast/restbeast/releases/54825479","Warn: release artifact v1.3.1 does not have provenance: https://api.github.com/repos/restbeast/restbeast/releases/54393255","Warn: release artifact v1.3.0 does not have provenance: https://api.github.com/repos/restbeast/restbeast/releases/52990137","Warn: release artifact v1.2.0 does not have provenance: https://api.github.com/repos/restbeast/restbeast/releases/50348124"],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 18 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: GO-2023-2402 / GHSA-45x7-px36-x8w8","Warn: Project is vulnerable to: GO-2024-3321 / GHSA-v778-237x-gjrc","Warn: Project is vulnerable to: GO-2025-3487 / GHSA-hcg3-q754-cr77"],"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-23T02:28:18.201Z","repository_id":40694365,"created_at":"2025-08-23T02:28:18.201Z","updated_at":"2025-08-23T02:28:18.201Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28438448,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T22:37:52.437Z","status":"ssl_error","status_checked_at":"2026-01-14T22:37:31.496Z","response_time":107,"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"}},"keywords":["api-client","api-rest","api-testing","api-testing-framework","ci","go","golang","load-testing","pipeline","rest","tdd","terminal"],"created_at":"2026-01-14T23:31:30.063Z","updated_at":"2026-01-14T23:31:30.762Z","avatar_url":"https://github.com/restbeast.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Actions Status](https://github.com/restbeast/restbeast/workflows/ci/badge.svg)](https://github.com/restbeast/restbeast/actions)\n[![codecov](https://codecov.io/gh/restbeast/restbeast/branch/master/graph/badge.svg)](https://codecov.io/gh/restbeast/restbeast)\n\n# RestBeast Terminal Client\nIn a nut shell;\n- A terminal API client\n- Testing tool either in terminal or in CI\n- Easy load testing tool.\n\nThis open source terminal client aims to simplify api development, api testing, service health checks and load testing by putting them together under one roof.\n\n## Visit [https://restbeast.com/docs/v1.3/](https://restbeast.com/docs/v1.3/) website for the documentation, and examples\n\n## Installation\n\n### Homebrew\n\nGo [here](https://brew.sh/) to install brew, then; \n\n```shell\nbrew tap restbeast/brew\nbrew install restbeast\n```\n\n### Binary\nGet the latest build from [github release page](https://github.com/restbeast/restbeast/releases/latest).     \nDecompress the file and move the executable file to a location in $PATH\n\n```shell\ntar zxvf restbeast-v1.3.2-linux-amd64.tar.gz\nsudo mv restbeast /usr/local/bin/\n```\n\n### Compile From Source\nInstall `go \u003e= 1.17` [go docs](https://golang.org/doc/install)\n\nGet the latest source from [github release page](https://github.com/restbeast/restbeast/releases/latest) and unzip\n```shell\nunzip restbeast-v1.3.2.zip\ncd restbeast-v1.3.2\n```\n\nOr clone from github\n```shell\ngit clone https://github.com/restbeast/restbeast.git\ncd restbeast\n```\n\n```shell\nmake VERSION=v1.3.2\nsudo make install\n```\n\n## License\n\nGNU General Public License v3.0 - see [LICENSE](LICENSE) for more details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frestbeast%2Frestbeast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frestbeast%2Frestbeast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frestbeast%2Frestbeast/lists"}