{"id":5806793,"name":"fabasoad/jsonbin-action","ecosystem":"actions","description":"This action allows to generate custom HTTP responses using JSONbin service.","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/fabasoad/jsonbin-action","keywords_array":["github-action","github-actions","json","json-api","mock","storage"],"namespace":"fabasoad","versions_count":32,"first_release_published_at":"2020-03-25T11:28:22.000Z","latest_release_published_at":"2026-05-02T00:23:07.000Z","latest_release_number":"v3.0.0","last_synced_at":"2026-06-05T11:01:38.877Z","created_at":"2023-01-04T16:29:06.463Z","updated_at":"2026-06-05T11:50:37.540Z","registry_url":"https://github.com/fabasoad/jsonbin-action","install_command":null,"documentation_url":null,"metadata":{"name":"JSONbin Action","author":"Yevhen Fabizhevskyi","description":"This action allows to generate custom HTTP responses using JSONbin service.","branding":{"icon":"trash","color":"blue"},"inputs":{"master-key":{"description":"JSONbin Master Key.","required":true},"access-key":{"description":"JSONbin Access Key.","required":true},"body":{"description":"Body to send in JSON format. In case you want to CREATE or UPDATE bin.","required":false,"default":""},"method":{"description":"Type of response that you want to send. Possible values are GET, CREATE, UPDATE, DELETE. Default is GET.","required":false,"default":"GET"},"bin-id":{"description":"In case you want to UPDATE or DELETE bin.","required":false,"default":""},"log-level":{"description":"Log level of output. Possible options are 'debug', 'info', 'warning' and 'error'.\n","required":false,"default":"info"}},"outputs":{"bin-id":{"description":"ID of a bin that has been created, updated or deleted.","value":"${{ steps.jsonbin.outputs.bin-id }}"},"url":{"description":"Access URL to a bin.","value":"${{ steps.jsonbin.outputs.url }}"}},"runs":{"using":"composite","steps":[{"name":"Fail","if":"${{ !contains(fromJSON('[\"GET\", \"CREATE\", \"UPDATE\", \"DELETE\"]'), inputs.method) }}","env":{"INPUT_METHOD":"${{ inputs.method }}"},"run":"message=\"${INPUT_METHOD} method is not supported. Allowed values: GET, CREATE, UPDATE, DELETE\"\necho \"::error title=Method is not supported::{message}\"\nexit 1\n","shell":"sh"},{"name":"Send JSONbin request","if":"${{ contains(fromJSON('[\"GET\", \"CREATE\", \"UPDATE\", \"DELETE\"]'), inputs.method) }}","id":"jsonbin","env":{"INPUT_METHOD":"${{ inputs.method }}","INPUT_MASTER_KEY":"${{ inputs.master-key }}","INPUT_ACCESS_KEY":"${{ inputs.access-key }}","INPUT_BIN_ID":"${{ inputs.bin-id }}","INPUT_BODY":"${{ inputs.body }}","JSONBIN_LOG_LEVEL":"${{ case(contains(fromJSON('[\"debug\", \"info\", \"warning\", \"error\"]'), inputs.log-level), inputs.log-level, 'info') }}"},"run":"bin_id=$(\n  ${GITHUB_ACTION_PATH}/src/main.sh \\\n    \"${INPUT_METHOD}\" \\\n    \"${INPUT_MASTER_KEY}\" \\\n    \"${INPUT_ACCESS_KEY}\" \\\n    \"${INPUT_BIN_ID}\" \\\n    \"${INPUT_BODY}\"\n)\necho \"bin-id=${bin_id}\" \u003e\u003e \"$GITHUB_OUTPUT\"\necho \"url=https://api.jsonbin.io/v3/b/${bin_id}\" \u003e\u003e \"$GITHUB_OUTPUT\"\n","shell":"sh"}]},"default_branch":"main","path":null},"repo_metadata":{"id":38127367,"uuid":"249877641","full_name":"fabasoad/jsonbin-action","owner":"fabasoad","description":"This GitHub action generates custom HTTP responses using JSONbin service.","archived":false,"fork":false,"pushed_at":"2026-05-02T00:28:39.000Z","size":2978,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-02T02:34:42.675Z","etag":null,"topics":["github-action","github-actions","json","json-api","mock","storage"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/fabasoad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":["https://www.bitcoinqrcodemaker.com/?style=bitcoin\u0026address=145HwyQAcv4vrzUumJhu7nWGAVBysX9jJH\u0026prefix=on","https://paypal.me/fabasoad"],"github":["fabasoad"],"ko_fi":"fabasoad","liberapay":"fabasoad"}},"created_at":"2020-03-25T03:26:00.000Z","updated_at":"2026-05-02T00:28:42.000Z","dependencies_parsed_at":"2023-12-28T16:25:12.609Z","dependency_job_id":"1bcd5757-c150-4a2a-a3fa-6a205d247c21","html_url":"https://github.com/fabasoad/jsonbin-action","commit_stats":{"total_commits":113,"total_committers":4,"mean_commits":28.25,"dds":0.5575221238938053,"last_synced_commit":"7f575df80657f01ed467f2cdf3e6fae781ab5278"},"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/fabasoad/jsonbin-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fjsonbin-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fjsonbin-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fjsonbin-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fjsonbin-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabasoad","download_url":"https://codeload.github.com/fabasoad/jsonbin-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fjsonbin-action/sbom","scorecard":{"id":389709,"data":{"date":"2025-08-11","repo":{"name":"github.com/fabasoad/jsonbin-action","commit":"148e684efdfa2963cb40a7217ff19553f2c99be6"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"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":"Code-Review","score":0,"reason":"Found 0/20 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":"Maintained","score":4,"reason":"5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4","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":"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/functional-tests.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/fabasoad/jsonbin-action/functional-tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/functional-tests.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/fabasoad/jsonbin-action/functional-tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/functional-tests.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/fabasoad/jsonbin-action/functional-tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/functional-tests.yml:76: update your workflow using https://app.stepsecurity.io/secureworkflow/fabasoad/jsonbin-action/functional-tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/linting.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/fabasoad/jsonbin-action/linting.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/fabasoad/jsonbin-action/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/security.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/fabasoad/jsonbin-action/security.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/sync-labels.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/fabasoad/jsonbin-action/sync-labels.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-license.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/fabasoad/jsonbin-action/update-license.yml/main?enable=pin","Info:   0 out of   1 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   8 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/security.yml:14","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/security.yml:15","Warn: no topLevel permission defined: .github/workflows/functional-tests.yml:1","Warn: no topLevel permission defined: .github/workflows/linting.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/security.yml:1","Warn: no topLevel permission defined: .github/workflows/sync-labels.yml:1","Warn: no topLevel permission defined: .github/workflows/update-license.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":"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":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"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":"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":5,"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'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'main'","Warn: 'stale review dismissal' is disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Info: codeowner review is required on branch 'main'","Warn: 'last push approval' is disabled on branch 'main'","Info: 'up-to-date branches' is required to merge on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":5,"reason":"SAST tool is not run on all commits -- score normalized to 5","details":["Warn: 5 commits out of 10 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"}}]},"last_synced_at":"2025-08-18T17:31:16.118Z","repository_id":38127367,"created_at":"2025-08-18T17:31:16.118Z","updated_at":"2025-08-18T17:31:16.118Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33939227,"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":"online","status_checked_at":"2026-06-05T02:00:06.157Z","response_time":120,"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"},"tags":[]},"repo_metadata_updated_at":"2026-06-05T11:50:37.539Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":24.756773886864206,"dependent_packages_count":0.0,"stargazers_count":17.521787355411185,"forks_count":21.6891142449691,"docker_downloads_count":null,"average":15.991918871811123},"purl":"pkg:githubactions/fabasoad/jsonbin-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/fabasoad/jsonbin-action","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/fabasoad/jsonbin-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/fabasoad/jsonbin-action/dependencies","status":null,"funding_links":["https://www.bitcoinqrcodemaker.com/?style=bitcoin\u0026address=145HwyQAcv4vrzUumJhu7nWGAVBysX9jJH\u0026prefix=on","https://paypal.me/fabasoad","https://github.com/sponsors/fabasoad","https://ko-fi.com/fabasoad","https://liberapay.com/fabasoad"],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-13T20:00:28.989Z","issues_count":0,"pull_requests_count":122,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":398546.80508474575,"issues_closed_count":0,"pull_requests_closed_count":118,"pull_request_authors_count":4,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.19672131147540983,"merged_pull_requests_count":98,"bot_issues_count":0,"bot_pull_requests_count":115,"past_year_issues_count":0,"past_year_pull_requests_count":7,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":1445462.25,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":4,"past_year_pull_request_authors_count":2,"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":7,"past_year_merged_pull_requests_count":4,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fjsonbin-action/issues","maintainers":[{"login":"fabasoad","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fabasoad"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/fabasoad%2Fjsonbin-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/fabasoad%2Fjsonbin-action/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/fabasoad%2Fjsonbin-action/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/fabasoad%2Fjsonbin-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/fabasoad%2Fjsonbin-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/fabasoad%2Fjsonbin-action/codemeta","maintainers":[]}