{"id":5802596,"name":"D3rHase/ssh-command-action","ecosystem":"actions","description":"Run a command on a remote server via ssh","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/D3rHase/ssh-command-action","keywords_array":["action","command","remote-control","remote-execution","ssh"],"namespace":"D3rHase","versions_count":7,"first_release_published_at":"2022-02-12T13:42:16.000Z","latest_release_published_at":"2024-12-29T11:39:59.000Z","latest_release_number":"v0.3.1","last_synced_at":"2026-08-31T04:07:14.514Z","created_at":"2023-01-04T13:54:49.167Z","updated_at":"2026-09-16T21:18:48.767Z","registry_url":"https://github.com/D3rHase/ssh-command-action","install_command":null,"documentation_url":null,"metadata":{"name":"SSH Command","description":"Run a command on a remote server via ssh","inputs":{"host":{"description":"hostname / IP of the server","required":true},"port":{"description":"ssh port of the server","required":false,"default":"22"},"user":{"description":"user of the server","required":true},"private_key":{"description":"private ssh key registered on the server","required":true},"host_fingerprint":{"description":"Fingerprint of the server, preventing man-in-the-middle attacks","required":false},"command":{"description":"command to be executed","required":false,"default":"echo 'Hello world'"}},"runs":{"using":"docker","image":"Dockerfile","env":{"HOST":"${{ inputs.host }}","PORT":"${{ inputs.port }}","USER":"${{ inputs.user }}","PRIVATE_KEY":"${{ inputs.private_key }}","HOST_FINGERPRINT":"${{ inputs.host_fingerprint }}","COMMAND":"${{ inputs.command }}"}},"branding":{"icon":"terminal","color":"yellow"},"default_branch":"main","path":null},"repo_metadata":{"id":41870247,"uuid":"457935948","full_name":"D3rHase/ssh-command-action","owner":"D3rHase","description":"Action to run commands on remote server via ssh","archived":false,"fork":false,"pushed_at":"2025-12-04T00:06:40.000Z","size":18,"stargazers_count":41,"open_issues_count":1,"forks_count":12,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-08-31T04:37:24.464Z","etag":null,"topics":["action","command","remote-control","remote-execution","ssh"],"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/D3rHase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-02-10T20:25:38.000Z","updated_at":"2025-11-05T22:38:35.000Z","dependencies_parsed_at":"2023-12-23T16:18:32.733Z","dependency_job_id":"62becbff-771f-4d20-b5bf-0b71335e20e8","html_url":"https://github.com/D3rHase/ssh-command-action","commit_stats":{"total_commits":10,"total_committers":4,"mean_commits":2.5,"dds":"0.30000000000000004","last_synced_commit":"bd87381ab3e92b0ffae4677448209e7d312039bd"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/D3rHase/ssh-command-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3rHase%2Fssh-command-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3rHase%2Fssh-command-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3rHase%2Fssh-command-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3rHase%2Fssh-command-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/D3rHase","download_url":"https://codeload.github.com/D3rHase/ssh-command-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3rHase%2Fssh-command-action/sbom","scorecard":{"id":34971,"data":{"date":"2025-08-11","repo":{"name":"github.com/D3rHase/ssh-command-action","commit":"36e5d63b8db905eaca2128e5943597fcd7727786"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.3,"checks":[{"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":"Code-Review","score":1,"reason":"Found 2/11 approved changesets -- score normalized to 1","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":-1,"reason":"no workflows found","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":-1,"reason":"No tokens found","details":null,"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":"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":"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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: containerImage not pinned by hash: Dockerfile:1: pin your Docker image by updating alpine:3.21 to alpine:3.21@sha256:b6a6be0ff92ab6db8acd94f5d1b7a6c2f0f5d10ce3c24af348d333ac6da80685","Info:   0 out of   1 containerImage 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":"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":"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":"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 13 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-14T20:06:44.310Z","repository_id":41870247,"created_at":"2025-08-14T20:06:44.310Z","updated_at":"2025-08-14T20:06:44.310Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":341189360,"owners_count":37373104,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-16T02:00:06.638Z","response_time":96,"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"},"owner_record":{"login":"D3rHase","name":"D3rHase","uuid":"48031167","kind":"user","description":"","email":"","website":null,"location":"Neuland","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/48031167?u=9cf9041ff6fd118c48baead6d2ec1b7d69d955bd\u0026v=4","repositories_count":3,"last_synced_at":"2023-03-06T05:28:24.735Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/D3rHase","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-16T05:30:48.133Z","updated_at":"2023-03-06T05:28:24.745Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/D3rHase","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/D3rHase/repositories"},"tags":[{"name":"v0.3.1","sha":"36e5d63b8db905eaca2128e5943597fcd7727786","kind":"commit","published_at":"2024-12-29T11:39:59.000Z","download_url":"https://codeload.github.com/D3rHase/ssh-command-action/tar.gz/v0.3.1","html_url":"https://github.com/D3rHase/ssh-command-action/releases/tag/v0.3.1","dependencies_parsed_at":"2024-12-31T10:52:33.798Z","dependency_job_id":null,"purl":"pkg:github/D3rHase/ssh-command-action@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3rHase%2Fssh-command-action/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3rHase%2Fssh-command-action/tags/v0.3.1/manifests"},{"name":"latest","sha":"36e5d63b8db905eaca2128e5943597fcd7727786","kind":"commit","published_at":"2024-12-29T11:39:59.000Z","download_url":"https://codeload.github.com/D3rHase/ssh-command-action/tar.gz/latest","html_url":"https://github.com/D3rHase/ssh-command-action/releases/tag/latest","dependencies_parsed_at":"2026-08-24T07:58:33.966Z","dependency_job_id":null,"purl":"pkg:github/D3rHase/ssh-command-action@latest","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3rHase%2Fssh-command-action/tags/latest","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3rHase%2Fssh-command-action/tags/latest/manifests"},{"name":"v0.3","sha":"cd5dc81298ee234febf2e1c9589cfd468d49f5a4","kind":"commit","published_at":"2024-07-31T22:21:43.000Z","download_url":"https://codeload.github.com/D3rHase/ssh-command-action/tar.gz/v0.3","html_url":"https://github.com/D3rHase/ssh-command-action/releases/tag/v0.3","dependencies_parsed_at":"2024-08-07T04:08:49.856Z","dependency_job_id":null,"purl":"pkg:github/D3rHase/ssh-command-action@v0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3rHase%2Fssh-command-action/tags/v0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3rHase%2Fssh-command-action/tags/v0.3/manifests"},{"name":"v0.2.2","sha":"51ec3cec93e9557d7a5289c1e31a4a28185e5200","kind":"commit","published_at":"2022-11-16T12:22:35.000Z","download_url":"https://codeload.github.com/D3rHase/ssh-command-action/tar.gz/v0.2.2","html_url":"https://github.com/D3rHase/ssh-command-action/releases/tag/v0.2.2","dependencies_parsed_at":"2023-06-01T10:15:58.081Z","dependency_job_id":null,"purl":"pkg:github/D3rHase/ssh-command-action@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3rHase%2Fssh-command-action/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3rHase%2Fssh-command-action/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"981832f056c539720824429fa91df009db0ee9cd","kind":"commit","published_at":"2022-04-25T16:04:31.000Z","download_url":"https://codeload.github.com/D3rHase/ssh-command-action/tar.gz/v0.2.1","html_url":"https://github.com/D3rHase/ssh-command-action/releases/tag/v0.2.1","dependencies_parsed_at":"2023-05-30T21:50:33.436Z","dependency_job_id":null,"purl":"pkg:github/D3rHase/ssh-command-action@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3rHase%2Fssh-command-action/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3rHase%2Fssh-command-action/tags/v0.2.1/manifests"},{"name":"v0.2","sha":"3d8a11a6823dfe94f4fae068e6fc8b8f3d038c62","kind":"commit","published_at":"2022-02-12T23:26:56.000Z","download_url":"https://codeload.github.com/D3rHase/ssh-command-action/tar.gz/v0.2","html_url":"https://github.com/D3rHase/ssh-command-action/releases/tag/v0.2","dependencies_parsed_at":"2023-05-30T21:50:33.761Z","dependency_job_id":null,"purl":"pkg:github/D3rHase/ssh-command-action@v0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3rHase%2Fssh-command-action/tags/v0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3rHase%2Fssh-command-action/tags/v0.2/manifests"},{"name":"v0.1","sha":"f908a585d987ca3cd44dcd9c80b554cf9090edb4","kind":"commit","published_at":"2022-02-12T13:42:16.000Z","download_url":"https://codeload.github.com/D3rHase/ssh-command-action/tar.gz/v0.1","html_url":"https://github.com/D3rHase/ssh-command-action/releases/tag/v0.1","dependencies_parsed_at":"2023-05-30T21:50:34.123Z","dependency_job_id":null,"purl":"pkg:github/D3rHase/ssh-command-action@v0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3rHase%2Fssh-command-action/tags/v0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3rHase%2Fssh-command-action/tags/v0.1/manifests"}]},"repo_metadata_updated_at":"2026-09-16T21:18:48.767Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":44,"rankings":{"downloads":null,"dependent_repos_count":6.845190936460149,"dependent_packages_count":0.0,"stargazers_count":9.101568689589605,"forks_count":7.418792584376485,"docker_downloads_count":3.761685945175091,"average":5.4254476311202655},"purl":"pkg:githubactions/D3rHase/ssh-command-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/D3rHase/ssh-command-action","docker_dependents_count":1,"docker_downloads_count":52,"usage_url":"https://repos.ecosyste.ms/usage/actions/D3rHase/ssh-command-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/D3rHase/ssh-command-action/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-12-04T03:01:16.741Z","issues_count":4,"pull_requests_count":17,"avg_time_to_close_issue":3729528.75,"avg_time_to_close_pull_request":1985085.125,"issues_closed_count":4,"pull_requests_closed_count":16,"pull_request_authors_count":4,"issue_authors_count":4,"avg_comments_per_issue":1.5,"avg_comments_per_pull_request":0.35294117647058826,"merged_pull_requests_count":13,"bot_issues_count":0,"bot_pull_requests_count":11,"past_year_issues_count":0,"past_year_pull_requests_count":3,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":2027270.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"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":3,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3rHase%2Fssh-command-action/issues","maintainers":[{"login":"D3rHase","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/D3rHase"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/D3rHase%2Fssh-command-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/D3rHase%2Fssh-command-action/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/D3rHase%2Fssh-command-action/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/D3rHase%2Fssh-command-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/D3rHase%2Fssh-command-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/D3rHase%2Fssh-command-action/codemeta","maintainers":[]}