{"id":3652350,"name":"github.com/rorycl/sshagentca","ecosystem":"go","description":"sshagentca is an ssh server forwarded agent certificate authority\n\nA server to add ssh user certificates to ssh forwarded agents.\n\nRunning the server:\n\nExample client usage using a key pair whose public key is registered in\nthe server settings.yaml (see\nhttps://github.com/rorycl/sshagentca-docker for a docker image to test\nthis out):\n\nThe login username that the client provides when connecting to `sshagentca`\nis ignored - it does not have to match the `name:` in `settings.yaml`.\n\nCertificates from sshagentca can be conveniently used with pam-ussh (see\nhttps://github.com/uber/pam-ussh) to control sudo privileges on suitably\nconfigured servers.\n\nPlease refer to the specification at PROTOCOL.certkeys at\nhttps://www.openssh.com/specs.html and the related go documentation at\nhttps://godoc.org/golang.org/x/crypto/ssh.\n\nversion 0.0.7-beta : 20 September 2021\n\nThe server requires an ssh private key and ssh certificate authority\n(CA) private key, with a password required for the CA key at least.\nThe server will prompt for passwords on startup, or the environmental\nvariables `SSHAGENTCA_PVT_KEY` and `SSHAGENTCA_CA_KEY` can be set.\n\nConfiguration is done in the settings.yaml file and include\ncertificate settings such as the validity period and organisation name,\nthe prompt received by the client. Users are configured in the\n`user_principals` section, where each user is required to have a name,\nssh public key and list of principals to be set out.\n\nThe server will run on the specified IP address and port, by default\n0.0.0.0:2222.\n\nIf the server runs successfully, it will respond to ssh connections that\nhave a public key listed in `user_principals` section and which have a\nforwarded agent. This response will be to insert an ssh user certificate\ninto the forwarded agent which is signed by `caprivatekey` with the\nparameters set out in `settings.yaml` and restrictions as noted below.\n\nsshagentca generates a new key and corresponding certificate to insert\ninto the client's ssh-agent, signed using ed25519 keys. The CA key you\nprovide to sign the certificate may be a different key.\n\nClients can authenticate to sshagentca using any key type supported by\ngo's `x/crypto/ssh` package, including ed25519 keys introduced in go\n1.13.  Key type support includes the ecdsa-sk key used with U2F security\nkeys, introduced in OpenSSH 8.2.  As a result, you can use a physical\nU2F token with an OpenSSH 8.2 client to authenticate to sshagentca,\nwhilst the keys and certificates it issues can be used to login to older\nversions of sshd.\n\n## Certificate Restrictions\n\nThe project currently has no support for host certificates, although\nthese could be easily added.\n\nWith reference to\nhttps://cvsweb.openbsd.org/src/usr.bin/ssh/PROTOCOL.certkeys?annotate=HEAD\nthere is no support presently for customising *critical options*, and\nonly the standard *extensions*, such as `permit-agent-forwarding`,\n`permit-port-forwarding` and `permit-pty` are permitted.\n\nEach certificate's principals settings are taken from the principals set\nout for the specific connecting client public key from the\n`user_principals` settings.\n\nThe `valid after` timestamp in the generated certificates is set\naccording to the `validity` settings parameter, specified in minutes.\nA `validity` duration of 24 hours or more is not permitted.\n\n## Key generation\n\nTo generate new server keys, refer to man ssh-keygen. For example:\n\nand specify a password. The id_server file is the private key. Certificate\nauthority keys are generated in the same way, although adding a comment is often\nconsidered sensible for CA key management, e.g.:\n\nand choose a password. The ca file is the private key. The ca.pub key in\nthis example should be used in the sshd_config file on any server for\nwhich you wish to grant certificate-authenticated access. For example:\n\nThe use of principals to provide \"zone\" based access to servers is set out at\nhttps://engineering.fb.com/security/scalable-and-secure-access-with-ssh/\n\nThanks to Peter Moody for his pam-ussh announcement at\nhttps://medium.com/uber-security-privacy/introducing-the-uber-ssh-certificate-authority-4f840839c5cc\nwhich was the inspiration for this project, and the comments and help\nfrom him and others on the ssh mailing list.\n\nThis project is licensed under the MIT Licence.\nRory Campbell-Lange 25 September 2021","homepage":"https://github.com/rorycl/sshagentca","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/rorycl/sshagentca","keywords_array":[],"namespace":"github.com/rorycl","versions_count":4,"first_release_published_at":"2022-09-07T17:24:14.000Z","latest_release_published_at":"2025-02-12T15:57:17.000Z","latest_release_number":"v0.1.0","last_synced_at":"2026-05-16T06:01:58.763Z","created_at":"2022-04-11T09:38:39.332Z","updated_at":"2026-05-16T06:01:58.763Z","registry_url":"https://pkg.go.dev/github.com/rorycl/sshagentca","install_command":"go get github.com/rorycl/sshagentca","documentation_url":"https://pkg.go.dev/github.com/rorycl/sshagentca#section-documentation","metadata":{},"repo_metadata":{"id":57522348,"uuid":"253597777","full_name":"rorycl/sshagentca","owner":"rorycl","description":"An ssh server forwarding agent certificate authority","archived":false,"fork":false,"pushed_at":"2025-09-30T21:10:00.000Z","size":89,"stargazers_count":18,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-30T23:19:14.880Z","etag":null,"topics":["certificate-authority","go","golang","ssh-agent","ssh-agent-forwarding","ssh-server"],"latest_commit_sha":null,"homepage":"","language":"Go","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/rorycl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-04-06T19:36:53.000Z","updated_at":"2025-09-30T21:10:04.000Z","dependencies_parsed_at":"2025-02-12T17:23:02.017Z","dependency_job_id":"3fe50d6e-a56e-432f-ac95-68ae1084f5dd","html_url":"https://github.com/rorycl/sshagentca","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/rorycl/sshagentca","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorycl%2Fsshagentca","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorycl%2Fsshagentca/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorycl%2Fsshagentca/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorycl%2Fsshagentca/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rorycl","download_url":"https://codeload.github.com/rorycl/sshagentca/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorycl%2Fsshagentca/sbom","scorecard":{"id":784831,"data":{"date":"2025-08-11","repo":{"name":"github.com/rorycl/sshagentca","commit":"432c3b566817c5b2f6450b71607aa5a5d4c40d52"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.7,"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":"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":"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/30 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":"SAST","score":10,"reason":"SAST tool detected: CodeQL","details":["Info: SAST configuration detected: CodeQL","Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"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":"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":["Info: jobLevel 'packages' permission set to 'read': .github/workflows/codeql.yml:37","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:40","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:41","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Warn: no topLevel permission defined: .github/workflows/go.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":"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":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENCE: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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact 0.0.8-beta not signed: https://api.github.com/repos/rorycl/sshagentca/releases/67627598","Warn: release artifact 0.0.8-beta does not have provenance: https://api.github.com/repos/rorycl/sshagentca/releases/67627598"],"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":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":"Pinned-Dependencies","score":1,"reason":"dependency not pinned by hash detected -- score normalized to 1","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/rorycl/sshagentca/codeql.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/rorycl/sshagentca/codeql.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/rorycl/sshagentca/codeql.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/go.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/rorycl/sshagentca/go.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/go.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/rorycl/sshagentca/go.yml/master?enable=pin","Warn: containerImage not pinned by hash: docker/Dockerfile:5: pin your Docker image by updating golang:1.22-alpine to golang:1.22-alpine@sha256:1699c10032ca2582ec89a24a1312d986a3f094aed3d5c1147b19880afe40e052","Warn: containerImage not pinned by hash: docker/Dockerfile:28: pin your Docker image by updating alpine:latest to alpine:latest@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1","Info:   0 out of   5 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 containerImage dependencies pinned","Info:   1 out of   1 goCommand 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":"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"}}]},"last_synced_at":"2025-08-23T05:48:26.596Z","repository_id":57522348,"created_at":"2025-08-23T05:48:26.597Z","updated_at":"2025-08-23T05:48:26.597Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277770867,"owners_count":25874252,"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-30T02:00:09.208Z","response_time":75,"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":"rorycl","name":"RoryCL","uuid":"646722","kind":"user","description":"","email":"","website":null,"location":"UK","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/646722?v=4","repositories_count":14,"last_synced_at":"2024-04-24T06:12:09.227Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rorycl","funding_links":[],"total_stars":83,"followers":3,"following":1,"created_at":"2022-11-04T19:30:58.887Z","updated_at":"2024-04-24T06:12:11.919Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rorycl","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rorycl/repositories"},"tags":[{"name":"v0.1.0","sha":"55320f4013e7cf9bffff8d482e31f2f42402d3f5","kind":"tag","published_at":"2025-02-12T15:59:07.000Z","download_url":"https://codeload.github.com/rorycl/sshagentca/tar.gz/v0.1.0","html_url":"https://github.com/rorycl/sshagentca/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rorycl/sshagentca@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorycl%2Fsshagentca/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorycl%2Fsshagentca/tags/v0.1.0/manifests"},{"name":"v0.0.9","sha":"32f9c49e1a4447d3027591ad6200021c088bf367","kind":"tag","published_at":"2023-08-23T13:06:57.000Z","download_url":"https://codeload.github.com/rorycl/sshagentca/tar.gz/v0.0.9","html_url":"https://github.com/rorycl/sshagentca/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rorycl/sshagentca@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorycl%2Fsshagentca/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorycl%2Fsshagentca/tags/v0.0.9/manifests"},{"name":"0.0.8-beta","sha":"f86bdc701c8ca3cd8ca12589f0e9084da7044eb0","kind":"tag","published_at":"2022-05-24T06:33:10.000Z","download_url":"https://codeload.github.com/rorycl/sshagentca/tar.gz/0.0.8-beta","html_url":"https://github.com/rorycl/sshagentca/releases/tag/0.0.8-beta","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rorycl/sshagentca@0.0.8-beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorycl%2Fsshagentca/tags/0.0.8-beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorycl%2Fsshagentca/tags/0.0.8-beta/manifests"},{"name":"0.0.7-beta","sha":"5e65d1968688959c1482c04ccb80aa87f750b762","kind":"tag","published_at":"2021-09-25T12:53:38.000Z","download_url":"https://codeload.github.com/rorycl/sshagentca/tar.gz/0.0.7-beta","html_url":"https://github.com/rorycl/sshagentca/releases/tag/0.0.7-beta","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rorycl/sshagentca@0.0.7-beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorycl%2Fsshagentca/tags/0.0.7-beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorycl%2Fsshagentca/tags/0.0.7-beta/manifests"},{"name":"0.0.6-beta","sha":"6edcf9dc73a1c3bea6c5d3774f04286b3ca665ae","kind":"commit","published_at":"2020-09-20T15:53:18.000Z","download_url":"https://codeload.github.com/rorycl/sshagentca/tar.gz/0.0.6-beta","html_url":"https://github.com/rorycl/sshagentca/releases/tag/0.0.6-beta","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rorycl/sshagentca@0.0.6-beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorycl%2Fsshagentca/tags/0.0.6-beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorycl%2Fsshagentca/tags/0.0.6-beta/manifests"},{"name":"0.0.5-beta","sha":"d81d667766c4cb43308b94d4be294a69203a7c19","kind":"commit","published_at":"2020-06-10T17:13:24.000Z","download_url":"https://codeload.github.com/rorycl/sshagentca/tar.gz/0.0.5-beta","html_url":"https://github.com/rorycl/sshagentca/releases/tag/0.0.5-beta","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rorycl/sshagentca@0.0.5-beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorycl%2Fsshagentca/tags/0.0.5-beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorycl%2Fsshagentca/tags/0.0.5-beta/manifests"},{"name":"0.0.4-beta","sha":"5fb0deccd254d0b03a57d3f467a10a93772efaa4","kind":"commit","published_at":"2020-04-15T18:47:14.000Z","download_url":"https://codeload.github.com/rorycl/sshagentca/tar.gz/0.0.4-beta","html_url":"https://github.com/rorycl/sshagentca/releases/tag/0.0.4-beta","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rorycl/sshagentca@0.0.4-beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorycl%2Fsshagentca/tags/0.0.4-beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorycl%2Fsshagentca/tags/0.0.4-beta/manifests"},{"name":"0.0.3-beta","sha":"5b24bc90ac4f062453dd8ee9d0ca55c1734449f4","kind":"commit","published_at":"2020-04-12T18:55:58.000Z","download_url":"https://codeload.github.com/rorycl/sshagentca/tar.gz/0.0.3-beta","html_url":"https://github.com/rorycl/sshagentca/releases/tag/0.0.3-beta","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rorycl/sshagentca@0.0.3-beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorycl%2Fsshagentca/tags/0.0.3-beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorycl%2Fsshagentca/tags/0.0.3-beta/manifests"},{"name":"0.0.2-alpha","sha":"4fe0228637ba1952ce44ef555fcc203f522f7e95","kind":"commit","published_at":"2020-04-08T18:51:04.000Z","download_url":"https://codeload.github.com/rorycl/sshagentca/tar.gz/0.0.2-alpha","html_url":"https://github.com/rorycl/sshagentca/releases/tag/0.0.2-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rorycl/sshagentca@0.0.2-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorycl%2Fsshagentca/tags/0.0.2-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorycl%2Fsshagentca/tags/0.0.2-alpha/manifests"},{"name":"0.0.1-alpha","sha":"393b4f4f72609339a33c4f663f88af747f70d732","kind":"tag","published_at":"2020-04-06T21:03:47.000Z","download_url":"https://codeload.github.com/rorycl/sshagentca/tar.gz/0.0.1-alpha","html_url":"https://github.com/rorycl/sshagentca/releases/tag/0.0.1-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rorycl/sshagentca@0.0.1-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorycl%2Fsshagentca/tags/0.0.1-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorycl%2Fsshagentca/tags/0.0.1-alpha/manifests"}]},"repo_metadata_updated_at":"2025-09-30T23:28:00.096Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":9.345852080216646,"dependent_packages_count":6.999148183520997,"stargazers_count":null,"forks_count":null,"average":8.172500131868823},"purl":"pkg:golang/github.com/rorycl/sshagentca","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/rorycl/sshagentca","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/rorycl/sshagentca","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/rorycl/sshagentca/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-07-14T06:34:18.113Z","issues_count":1,"pull_requests_count":1,"avg_time_to_close_issue":1988094.0,"avg_time_to_close_pull_request":4073419.0,"issues_closed_count":1,"pull_requests_closed_count":1,"pull_request_authors_count":1,"issue_authors_count":1,"avg_comments_per_issue":1.0,"avg_comments_per_pull_request":2.0,"merged_pull_requests_count":1,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorycl%2Fsshagentca/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Frorycl%2Fsshagentca/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Frorycl%2Fsshagentca/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Frorycl%2Fsshagentca/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Frorycl%2Fsshagentca/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Frorycl%2Fsshagentca/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Frorycl%2Fsshagentca/codemeta","maintainers":[]}