{"id":11772101,"name":"step-security/rust-cache","ecosystem":"actions","description":"A GitHub Action that implements smart caching for rust/cargo projects with sensible defaults.","homepage":"https://docs.stepsecurity.io/actions/stepsecurity-maintained-actions","licenses":"lgpl-3.0","normalized_licenses":["LGPL-3.0"],"repository_url":"https://github.com/step-security/rust-cache","keywords_array":["step-security-maintained-actions"],"namespace":"step-security","versions_count":7,"first_release_published_at":"2024-07-08T07:35:20.000Z","latest_release_published_at":"2025-09-23T14:52:46.000Z","latest_release_number":"v2.8.1","last_synced_at":"2026-03-27T15:20:37.294Z","created_at":"2025-06-07T21:15:45.209Z","updated_at":"2026-03-27T15:20:37.295Z","registry_url":"https://github.com/step-security/rust-cache","install_command":null,"documentation_url":null,"metadata":{"name":"Rust Cache","description":"A GitHub Action that implements smart caching for rust/cargo projects with sensible defaults.","inputs":{"prefix-key":{"description":"The prefix cache key, this can be changed to start a new cache manually.","required":false,"default":"v0-rust"},"shared-key":{"description":"A cache key that is used instead of the automatic `job`-based key, and is stable over multiple jobs.","required":false},"key":{"description":"An additional cache key that is added alongside the automatic `job`-based cache key and can be used to further differentiate jobs.","required":false},"env-vars":{"description":"Additional environment variables to include in the cache key, separated by spaces.","required":false},"workspaces":{"description":"Paths to multiple Cargo workspaces and their target directories, separated by newlines.","required":false},"cache-directories":{"description":"Additional non workspace directories to be cached, separated by newlines.","required":false},"cache-targets":{"description":"Determines whether workspace targets are cached. If `false`, only the cargo registry will be cached.","required":false,"default":"true"},"cache-on-failure":{"description":"Cache even if the build fails. Defaults to false.","required":false},"cache-all-crates":{"description":"Determines which crates are cached. If `true` all crates will be cached, otherwise only dependent crates will be cached.","required":false,"default":"false"},"cache-workspace-crates":{"description":"Similar to cache-all-crates. If `true` the workspace crates will be cached.","required":false,"default":"false"},"save-if":{"description":"Determiners whether the cache should be saved. If `false`, the cache is only restored.","required":false,"default":"true"},"cache-provider":{"description":"Determines which provider to use for caching. Options are github, buildjet, or warpbuild. Defaults to github.","required":false,"default":"github"},"cache-bin":{"description":"Determines whether to cache ${CARGO_HOME}/bin.","required":false,"default":"true"},"lookup-only":{"description":"Check if a cache entry exists without downloading the cache","required":false,"default":"false"}},"outputs":{"cache-hit":{"description":"A boolean value that indicates an exact match was found."}},"runs":{"using":"node20","main":"dist/restore/index.js","post":"dist/save/index.js","post-if":"success() || env.CACHE_ON_FAILURE == 'true'"},"branding":{"icon":"archive","color":"gray-dark"},"default_branch":"main","path":null},"repo_metadata":{"id":247346372,"uuid":"822636713","full_name":"step-security/rust-cache","owner":"step-security","description":"A GitHub Action that implements smart caching for rust/cargo projects. Secure drop-in replacement for Swatinem/rust-cache.","archived":false,"fork":false,"pushed_at":"2025-10-07T04:45:22.000Z","size":6321,"stargazers_count":0,"open_issues_count":21,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-07T06:27:31.212Z","etag":null,"topics":["step-security-maintained-actions"],"latest_commit_sha":null,"homepage":"https://docs.stepsecurity.io/actions/stepsecurity-maintained-actions","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/step-security.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":"SECURITY.md","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":"2024-07-01T14:13:48.000Z","updated_at":"2025-10-07T04:44:08.000Z","dependencies_parsed_at":"2024-08-08T08:18:14.875Z","dependency_job_id":"82566f47-8e52-462e-b9c2-7dddb77e836e","html_url":"https://github.com/step-security/rust-cache","commit_stats":null,"previous_names":["step-security/rust-cache"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/step-security/rust-cache","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Frust-cache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Frust-cache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Frust-cache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Frust-cache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/step-security","download_url":"https://codeload.github.com/step-security/rust-cache/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Frust-cache/sbom","scorecard":{"id":1006067,"data":{"date":"2025-08-26T07:27:45Z","repo":{"name":"github.com/step-security/rust-cache","commit":"3c286477fbdb90f72ef4a814b21dbc43d4a66d8b"},"scorecard":{"version":"v5.0.0-rc2","commit":"7ce8609469289d5f3b1bf5ee3122f42b4e3054fb"},"score":8,"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/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#binary-artifacts"}},{"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/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#branch-protection"}},{"name":"CI-Tests","score":8,"reason":"6 out of 7 merged PRs checked by a CI test -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#ci-tests"}},{"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/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#cii-best-practices"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#code-review"}},{"name":"Contributors","score":6,"reason":"project has 2 contributing companies or organizations -- score normalized to 6","details":["Info: step-security contributor org/company found, ait pune contributor org/company found, "],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#contributors"}},{"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/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#dependency-update-tool"}},{"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/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: GNU Lesser General Public License v3.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#license"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/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/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#packaging"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:  20 out of  20 GitHub-owned GitHubAction dependencies pinned","Info:  15 out of  15 third-party GitHubAction dependencies pinned","Info:   1 out of   1 npmCommand 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/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":8,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 15 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/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#sast"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#security-policy"}},{"name":"Signed-Releases","score":10,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: provenance for release artifact: multiple.intoto.jsonl: https://api.github.com/repos/step-security/rust-cache/releases/assets/271593175","Info: provenance for release artifact: multiple.intoto.jsonl: https://api.github.com/repos/step-security/rust-cache/releases/assets/256261927","Info: provenance for release artifact: multiple.intoto.jsonl: https://api.github.com/repos/step-security/rust-cache/releases/assets/228904895","Info: provenance for release artifact: multiple.intoto.jsonl: https://api.github.com/repos/step-security/rust-cache/releases/assets/187702906","Info: provenance for release artifact: multiple.intoto.jsonl: https://api.github.com/repos/step-security/rust-cache/releases/assets/178437545"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#signed-releases"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/actions_release.yml:16","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/actions_release.yml:18","Info: jobLevel 'contents' permission set to 'read': .github/workflows/claude_review.yml:15","Info: jobLevel 'pull-requests' permission set to 'read': .github/workflows/claude_review.yml:16","Info: jobLevel 'issues' permission set to 'read': .github/workflows/claude_review.yml:17","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:31","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:32","Info: jobLevel 'contents' permission set to 'read': .github/workflows/scorecards.yml:29","Info: jobLevel 'actions' permission set to 'read': .github/workflows/scorecards.yml:30","Info: topLevel 'contents' permission set to 'read': .github/workflows/actions_release.yml:11","Warn: topLevel 'contents' permission set to 'write': .github/workflows/audit-package.yml:25","Info: topLevel 'packages' permission set to 'read': .github/workflows/audit-package.yml:27","Info: topLevel 'packages' permission set to 'read': .github/workflows/auto_cherry_pick.yml:14","Warn: topLevel 'contents' permission set to 'write': .github/workflows/auto_cherry_pick.yml:12","Warn: no topLevel permission defined: .github/workflows/buildjet.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/check-dist.yml:15","Info: found token with 'none' permissions: .github/workflows/claude_review.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:24","Warn: no topLevel permission defined: .github/workflows/coverage.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/dependency-review.yml:13","Warn: no topLevel permission defined: .github/workflows/git-registry.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/guarddog.yml:10","Warn: no topLevel permission defined: .github/workflows/install.yml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:18","Warn: no topLevel permission defined: .github/workflows/simple.yml:1","Warn: no topLevel permission defined: .github/workflows/target-dir.yml:1","Warn: no topLevel permission defined: .github/workflows/workspaces.yml:1"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#token-permissions"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-qx2v-8332-m4fv / RUSTSEC-2025-0047"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-27T23:26:38.478Z","repository_id":247346372,"created_at":"2025-08-27T23:26:38.478Z","updated_at":"2025-08-27T23:26:38.478Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278740878,"owners_count":26037488,"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-10-07T02:00:06.786Z","response_time":59,"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":"step-security","name":"StepSecurity","uuid":"88700172","kind":"organization","description":"Secure your GitHub Actions with StepSecurity: Your Trusted CI/CD Security Partner","email":"interest@stepsecurity.io","website":"https://www.stepsecurity.io","location":"United States of America","twitter":"step_security","company":null,"icon_url":"https://avatars.githubusercontent.com/u/88700172?v=4","repositories_count":28,"last_synced_at":"2024-04-23T11:39:40.117Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/step-security","funding_links":[],"total_stars":1443,"followers":91,"following":0,"created_at":"2022-11-14T05:19:49.352Z","updated_at":"2024-04-23T11:40:00.834Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/step-security","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/step-security/repositories"},"tags":[{"name":"v2.8.1","sha":"934d90e2c411daeca7b3e18bd45712c53a6b9a75","kind":"commit","published_at":"2025-09-23T14:52:46.000Z","download_url":"https://codeload.github.com/step-security/rust-cache/tar.gz/v2.8.1","html_url":"https://github.com/step-security/rust-cache/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/step-security/rust-cache@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Frust-cache/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Frust-cache/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"94e3ae6a5bdb04807deb1cb2274adab839828881","kind":"commit","published_at":"2025-06-27T04:20:52.000Z","download_url":"https://codeload.github.com/step-security/rust-cache/tar.gz/v2.8.0","html_url":"https://github.com/step-security/rust-cache/releases/tag/v2.8.0","dependencies_parsed_at":"2025-07-13T05:33:15.762Z","dependency_job_id":null,"purl":"pkg:github/step-security/rust-cache@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Frust-cache/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Frust-cache/tags/v2.8.0/manifests"},{"name":"v2.7.8","sha":"3dc80ea64187c7f97c5b985b9dcd71fa45103573","kind":"commit","published_at":"2025-05-13T09:42:19.000Z","download_url":"https://codeload.github.com/step-security/rust-cache/tar.gz/v2.7.8","html_url":"https://github.com/step-security/rust-cache/releases/tag/v2.7.8","dependencies_parsed_at":"2025-06-09T04:22:20.713Z","dependency_job_id":null,"purl":"pkg:github/step-security/rust-cache@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Frust-cache/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Frust-cache/tags/v2.7.8/manifests"},{"name":"v2.7.5","sha":"9854582c32553a1f7c4d1dd531874ac90c605cc4","kind":"commit","published_at":"2025-02-11T10:02:19.000Z","download_url":"https://codeload.github.com/step-security/rust-cache/tar.gz/v2.7.5","html_url":"https://github.com/step-security/rust-cache/releases/tag/v2.7.5","dependencies_parsed_at":"2025-06-09T04:22:20.648Z","dependency_job_id":null,"purl":"pkg:github/step-security/rust-cache@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Frust-cache/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Frust-cache/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"4a4b9a2f9eb217cd407631bffeef450974ded46a","kind":"commit","published_at":"2024-08-21T15:36:21.000Z","download_url":"https://codeload.github.com/step-security/rust-cache/tar.gz/v2.7.4","html_url":"https://github.com/step-security/rust-cache/releases/tag/v2.7.4","dependencies_parsed_at":"2025-06-09T04:22:21.628Z","dependency_job_id":null,"purl":"pkg:github/step-security/rust-cache@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Frust-cache/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Frust-cache/tags/v2.7.4/manifests"},{"name":"v2","sha":"2f2489f62393ef58cfac808ecc4fba12a98f83f4","kind":"commit","published_at":"2024-07-08T07:35:20.000Z","download_url":"https://codeload.github.com/step-security/rust-cache/tar.gz/v2","html_url":"https://github.com/step-security/rust-cache/releases/tag/v2","dependencies_parsed_at":"2025-06-09T04:22:21.551Z","dependency_job_id":null,"purl":"pkg:github/step-security/rust-cache@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Frust-cache/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Frust-cache/tags/v2/manifests"},{"name":"v2.7.3","sha":"2f2489f62393ef58cfac808ecc4fba12a98f83f4","kind":"commit","published_at":"2024-07-08T07:35:20.000Z","download_url":"https://codeload.github.com/step-security/rust-cache/tar.gz/v2.7.3","html_url":"https://github.com/step-security/rust-cache/releases/tag/v2.7.3","dependencies_parsed_at":"2025-06-09T04:22:21.617Z","dependency_job_id":null,"purl":"pkg:github/step-security/rust-cache@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Frust-cache/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Frust-cache/tags/v2.7.3/manifests"}]},"repo_metadata_updated_at":"2025-10-25T21:51:16.955Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":34.34343434343434,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":17.17171717171717},"purl":"pkg:githubactions/step-security/rust-cache","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/step-security/rust-cache","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/step-security/rust-cache","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/step-security/rust-cache/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-07T07:04:30.723Z","issues_count":17,"pull_requests_count":371,"avg_time_to_close_issue":68935.45454545454,"avg_time_to_close_pull_request":1733627.6819787985,"issues_closed_count":11,"pull_requests_closed_count":283,"pull_request_authors_count":6,"issue_authors_count":5,"avg_comments_per_issue":0.0,"avg_comments_per_pull_request":0.660377358490566,"merged_pull_requests_count":56,"bot_issues_count":16,"bot_pull_requests_count":316,"past_year_issues_count":15,"past_year_pull_requests_count":261,"past_year_avg_time_to_close_issue":68935.45454545454,"past_year_avg_time_to_close_pull_request":1444328.9479166667,"past_year_issues_closed_count":11,"past_year_pull_requests_closed_count":192,"past_year_pull_request_authors_count":4,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.6475095785440613,"past_year_bot_issues_count":14,"past_year_bot_pull_requests_count":218,"past_year_merged_pull_requests_count":41,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Frust-cache/issues","maintainers":[{"login":"shubham-stepsecurity","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shubham-stepsecurity"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/step-security%2Frust-cache/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/step-security%2Frust-cache/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/step-security%2Frust-cache/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/step-security%2Frust-cache/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/step-security%2Frust-cache/codemeta","maintainers":[]}