{"id":12138570,"name":"github.com/pkg/sFTP","ecosystem":"go","description":"Package sftp implements the SSH File Transfer Protocol as described in\nhttps://tools.ietf.org/html/draft-ietf-secsh-filexfer-02","homepage":"https://github.com/pkg/sFTP","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/pkg/sFTP","keywords_array":[],"namespace":"github.com/pkg","versions_count":21,"first_release_published_at":"2018-06-11T01:16:20.000Z","latest_release_published_at":"2025-10-22T22:24:47.000Z","latest_release_number":"v1.13.10","last_synced_at":"2026-03-11T09:02:12.738Z","created_at":"2025-09-24T10:53:18.050Z","updated_at":"2026-03-11T09:02:12.738Z","registry_url":"https://pkg.go.dev/github.com/pkg/sFTP","install_command":"go get github.com/pkg/sFTP","documentation_url":"https://pkg.go.dev/github.com/pkg/sFTP#section-documentation","metadata":{},"repo_metadata":{"id":39633483,"uuid":"14132192","full_name":"pkg/sftp","owner":"pkg","description":"SFTP support for the go.crypto/ssh package","archived":false,"fork":false,"pushed_at":"2025-07-13T18:13:15.000Z","size":3054,"stargazers_count":1600,"open_issues_count":48,"forks_count":385,"subscribers_count":55,"default_branch":"master","last_synced_at":"2025-08-21T13:38:54.506Z","etag":null,"topics":["go","sftp"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pkg.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}},"created_at":"2013-11-05T04:36:00.000Z","updated_at":"2025-08-21T07:32:59.000Z","dependencies_parsed_at":"2023-02-02T05:15:15.638Z","dependency_job_id":"e65f7101-27cd-4b8d-b91f-52a39d9eec0c","html_url":"https://github.com/pkg/sftp","commit_stats":{"total_commits":904,"total_committers":95,"mean_commits":9.51578947368421,"dds":0.7201327433628318,"last_synced_commit":"a3da03b0ba23aaad8499763101c422650bdd12fd"},"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"purl":"pkg:github/pkg/sftp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkg%2Fsftp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkg%2Fsftp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkg%2Fsftp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkg%2Fsftp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pkg","download_url":"https://codeload.github.com/pkg/sftp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkg%2Fsftp/sbom","scorecard":{"id":736413,"data":{"date":"2025-08-11","repo":{"name":"github.com/pkg/sftp","commit":"53c62f1551a4ce8280dcc639cfce05a859ff48d0"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.3,"checks":[{"name":"Code-Review","score":5,"reason":"Found 5/9 approved changesets -- score normalized to 5","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":8,"reason":"8 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/CI.yml:1","Warn: no topLevel permission defined: .github/workflows/cifuzz.yml: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":"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":"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/CI.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/pkg/sftp/CI.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/pkg/sftp/CI.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cifuzz.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/pkg/sftp/cifuzz.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cifuzz.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/pkg/sftp/cifuzz.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cifuzz.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pkg/sftp/cifuzz.yml/master?enable=pin","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 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":"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: BSD 2-Clause \"Simplified\" 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":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration 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":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"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":"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":"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"}}]},"last_synced_at":"2025-08-22T15:59:57.709Z","repository_id":39633483,"created_at":"2025-08-22T15:59:57.709Z","updated_at":"2025-08-22T15:59:57.709Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276804188,"owners_count":25707839,"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-24T02:00:09.776Z","response_time":97,"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"}},"repo_metadata_updated_at":"2025-10-25T15:00:13.093Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.5120912194461384,"dependent_packages_count":5.16535510034526,"stargazers_count":2.0499226703619273,"forks_count":1.6740161216259282,"docker_downloads_count":null,"average":3.6003462779448134},"purl":"pkg:golang/github.com/pkg/s%21f%21t%21p","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/pkg/sFTP","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/pkg/sFTP","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/pkg/sFTP/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T07:59:12.941Z","issues_count":97,"pull_requests_count":104,"avg_time_to_close_issue":4177741.2419354836,"avg_time_to_close_pull_request":5451229.346534654,"issues_closed_count":62,"pull_requests_closed_count":101,"pull_request_authors_count":40,"issue_authors_count":85,"avg_comments_per_issue":5.43298969072165,"avg_comments_per_pull_request":2.2884615384615383,"merged_pull_requests_count":69,"bot_issues_count":0,"bot_pull_requests_count":2,"past_year_issues_count":25,"past_year_pull_requests_count":30,"past_year_avg_time_to_close_issue":1973948.5833333333,"past_year_avg_time_to_close_pull_request":221788.96296296295,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":27,"past_year_pull_request_authors_count":8,"past_year_issue_authors_count":22,"past_year_avg_comments_per_issue":4.04,"past_year_avg_comments_per_pull_request":0.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":23,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkg%2Fsftp/issues","maintainers":[{"login":"puellanivis","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/puellanivis"},{"login":"drakkan","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drakkan"}],"active_maintainers":[{"login":"puellanivis","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/puellanivis"},{"login":"drakkan","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drakkan"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpkg%2FsFTP/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpkg%2FsFTP/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpkg%2FsFTP/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpkg%2FsFTP/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpkg%2FsFTP/codemeta","maintainers":[]}