{"id":4110149,"name":"gnuplot","ecosystem":"cargo","description":"Rust gnuplot controller","homepage":null,"licenses":"LGPL-3.0","normalized_licenses":["LGPL-3.0"],"repository_url":"https://github.com/SiegeLord/RustGnuplot","keywords_array":["gnuplot","graphics","plots","plotting","visualization"],"namespace":null,"versions_count":46,"first_release_published_at":"2014-12-04T04:02:26.694Z","latest_release_published_at":"2025-04-20T09:44:48.624Z","latest_release_number":"0.0.46","last_synced_at":"2026-03-24T04:18:49.756Z","created_at":"2022-04-12T14:02:44.092Z","updated_at":"2026-03-24T04:18:49.756Z","registry_url":"https://crates.io/crates/gnuplot/","install_command":"cargo install gnuplot","documentation_url":"https://docs.rs/gnuplot/","metadata":{"categories":["visualization"]},"repo_metadata":{"id":387206,"uuid":"10575613","full_name":"SiegeLord/RustGnuplot","owner":"SiegeLord","description":"A Rust library for drawing plots, powered by Gnuplot.","archived":false,"fork":false,"pushed_at":"2025-04-20T09:44:30.000Z","size":10858,"stargazers_count":421,"open_issues_count":29,"forks_count":47,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-09-03T09:23:28.033Z","etag":null,"topics":["gnuplot","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/SiegeLord.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":"CONTRIBUTING.md","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-06-08T23:27:46.000Z","updated_at":"2025-08-23T09:58:35.000Z","dependencies_parsed_at":"2023-07-05T14:45:09.732Z","dependency_job_id":"d4155cc7-f154-463b-a92f-f45d42020eb1","html_url":"https://github.com/SiegeLord/RustGnuplot","commit_stats":{"total_commits":398,"total_committers":24,"mean_commits":"16.583333333333332","dds":0.5326633165829145,"last_synced_commit":"bfb337c02bc6b93ff6849e9efd9ff762babfe43d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SiegeLord/RustGnuplot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SiegeLord%2FRustGnuplot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SiegeLord%2FRustGnuplot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SiegeLord%2FRustGnuplot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SiegeLord%2FRustGnuplot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SiegeLord","download_url":"https://codeload.github.com/SiegeLord/RustGnuplot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SiegeLord%2FRustGnuplot/sbom","scorecard":{"id":129729,"data":{"date":"2025-08-11","repo":{"name":"github.com/SiegeLord/RustGnuplot","commit":"8a1dde97369dbfeea66698d8f2dd20f2a47ac7d1"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.2,"checks":[{"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 2/29 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":"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/continuous-integration.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":0,"reason":"dangerous workflow patterns detected","details":["Warn: script injection with untrusted input ' github.event.pull_request.body ': .github/workflows/continuous-integration.yml:26"],"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":"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/continuous-integration.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/SiegeLord/RustGnuplot/continuous-integration.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/continuous-integration.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/SiegeLord/RustGnuplot/continuous-integration.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/continuous-integration.yml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/SiegeLord/RustGnuplot/continuous-integration.yml/master?enable=pin","Warn: downloadThenRun not pinned by hash: .github/workflows/continuous-integration.yml:22","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"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":"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":"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 6 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-16T04:58:26.802Z","repository_id":387206,"created_at":"2025-08-16T04:58:26.802Z","updated_at":"2025-08-16T04:58:26.802Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278438359,"owners_count":25986839,"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-05T02:00:06.059Z","response_time":54,"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":"SiegeLord","name":null,"uuid":"480550","kind":"user","description":null,"email":"","website":"http://slabode.exofire.net/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/480550?u=fc17302207213a069a4776b0709c0bc76d4a62d2\u0026v=4","repositories_count":72,"last_synced_at":"2024-04-20T07:36:03.667Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/SiegeLord","funding_links":[],"total_stars":889,"followers":62,"following":1,"created_at":"2022-11-02T17:00:34.714Z","updated_at":"2024-04-20T07:36:18.195Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SiegeLord","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SiegeLord/repositories"},"tags":[]},"repo_metadata_updated_at":"2026-03-24T04:18:49.483Z","dependent_packages_count":53,"downloads":679162,"downloads_period":"total","dependent_repos_count":64,"rankings":{"downloads":3.6684437674536685,"dependent_repos_count":3.9820497886892765,"dependent_packages_count":0.9196106408886829,"stargazers_count":8.673423625437259,"forks_count":9.175662047585254,"docker_downloads_count":5.3143779711184855,"average":5.288927973528771},"purl":"pkg:cargo/gnuplot","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/gnuplot","docker_dependents_count":3,"docker_downloads_count":144,"usage_url":"https://repos.ecosyste.ms/usage/cargo/gnuplot","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/gnuplot/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T16:28:39.848Z","issues_count":72,"pull_requests_count":43,"avg_time_to_close_issue":6865847.139534884,"avg_time_to_close_pull_request":1049929.3023255814,"issues_closed_count":43,"pull_requests_closed_count":43,"pull_request_authors_count":25,"issue_authors_count":54,"avg_comments_per_issue":1.8611111111111112,"avg_comments_per_pull_request":1.813953488372093,"merged_pull_requests_count":32,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":11,"past_year_avg_time_to_close_issue":4089126.0,"past_year_avg_time_to_close_pull_request":605889.4545454546,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":1.5,"past_year_avg_comments_per_pull_request":2.2727272727272725,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":6,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/SiegeLord%2FRustGnuplot/issues","maintainers":[{"login":"SiegeLord","count":17,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SiegeLord"}],"active_maintainers":[{"login":"SiegeLord","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SiegeLord"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/gnuplot/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/gnuplot/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/gnuplot/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/gnuplot/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/gnuplot/codemeta","maintainers":[{"uuid":"375","login":"SiegeLord","name":null,"email":null,"url":"https://github.com/SiegeLord","packages_count":28,"html_url":"https://crates.io/users/SiegeLord","role":null,"created_at":"2022-11-07T19:50:51.339Z","updated_at":"2022-11-07T19:50:51.339Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/SiegeLord/packages"}]}