{"id":3597,"url":"https://github.com/orhun/kmon","last_synced_at":"2026-06-10T06:20:36.693Z","repository":{"id":41131605,"uuid":"219699507","full_name":"orhun/kmon","owner":"orhun","description":"Linux Kernel Manager and Activity Monitor 🐧💻","archived":false,"fork":false,"pushed_at":"2025-04-22T16:00:48.000Z","size":1626,"stargazers_count":2755,"open_issues_count":16,"forks_count":84,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-08-15T18:50:51.160Z","etag":null,"topics":["hacktoberfest","kernel-activities","kernel-information","kernel-modules","kmon","linux","linux-kernel","management","monitoring","tui"],"latest_commit_sha":null,"homepage":"https://kmon.cli.rs","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/orhun.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"orhun","patreon":"orhunp","buy_me_a_coffee":"orhun","open_collective":"kmon"}},"created_at":"2019-11-05T08:54:30.000Z","updated_at":"2025-08-12T05:01:20.000Z","dependencies_parsed_at":"2024-11-06T15:40:58.517Z","dependency_job_id":"f965f5c9-4637-4567-9fb0-6f22b3b30773","html_url":"https://github.com/orhun/kmon","commit_stats":{"total_commits":1639,"total_committers":19,"mean_commits":86.26315789473684,"dds":"0.056131787675411826","last_synced_commit":"90b30cb3731fc7012d1fd7189b0e10cbc48f15ea"},"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/orhun/kmon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orhun%2Fkmon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orhun%2Fkmon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orhun%2Fkmon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orhun%2Fkmon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orhun","download_url":"https://codeload.github.com/orhun/kmon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orhun%2Fkmon/sbom","scorecard":{"id":712184,"data":{"date":"2025-08-11","repo":{"name":"github.com/orhun/kmon","commit":"4342ddec074bef9de1f7ec259fe12f736428ef43"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.7,"checks":[{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":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":"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/audit.yml:1","Warn: no topLevel permission defined: .github/workflows/cd.yml:1","Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Warn: no topLevel permission defined: .github/workflows/docker.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":"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/audit.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/orhun/kmon/audit.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/audit.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/orhun/kmon/audit.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/audit.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/orhun/kmon/audit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cd.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/orhun/kmon/cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cd.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/orhun/kmon/cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cd.yml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/orhun/kmon/cd.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cd.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/orhun/kmon/cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cd.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/orhun/kmon/cd.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/orhun/kmon/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/orhun/kmon/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/orhun/kmon/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:53: update your workflow using https://app.stepsecurity.io/secureworkflow/orhun/kmon/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/orhun/kmon/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/orhun/kmon/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docker.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/orhun/kmon/docker.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docker.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/orhun/kmon/docker.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docker.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/orhun/kmon/docker.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docker.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/orhun/kmon/docker.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docker.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/orhun/kmon/docker.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docker.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/orhun/kmon/docker.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docker.yml:64: update your workflow using https://app.stepsecurity.io/secureworkflow/orhun/kmon/docker.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docker.yml:72: update your workflow using https://app.stepsecurity.io/secureworkflow/orhun/kmon/docker.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docker.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/orhun/kmon/docker.yml/master?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:2","Warn: containerImage not pinned by hash: Dockerfile:18","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  17 third-party GitHubAction dependencies pinned","Info:   0 out of   2 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":"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: GNU 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":"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":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: kmon-1.7.1-x86_64-unknown-linux-gnu.tar.gz.sig: https://github.com/orhun/kmon/releases/tag/v1.7.1","Info: signed release artifact: kmon-1.7.0-x86_64-unknown-linux-gnu.tar.gz.sig: https://github.com/orhun/kmon/releases/tag/v1.7.0","Info: signed release artifact: kmon-1.6.5-x86_64-unknown-linux-gnu.tar.gz.sig: https://github.com/orhun/kmon/releases/tag/v1.6.5","Info: signed release artifact: kmon-1.6.4-x86_64-unknown-linux-gnu.tar.gz.sig: https://github.com/orhun/kmon/releases/tag/v1.6.4","Info: signed release artifact: kmon-1.6.3-x86_64-unknown-linux-gnu.tar.gz.sig: https://github.com/orhun/kmon/releases/tag/v1.6.3","Warn: release artifact v1.7.1 does not have provenance: https://api.github.com/repos/orhun/kmon/releases/190830656","Warn: release artifact v1.7.0 does not have provenance: https://api.github.com/repos/orhun/kmon/releases/190504908","Warn: release artifact v1.6.5 does not have provenance: https://api.github.com/repos/orhun/kmon/releases/150910174","Warn: release artifact v1.6.4 does not have provenance: https://api.github.com/repos/orhun/kmon/releases/126912415","Warn: release artifact v1.6.3 does not have provenance: https://api.github.com/repos/orhun/kmon/releases/98461029"],"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":-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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/docker.yml:16"],"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":"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"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: RUSTSEC-2024-0436"],"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-22T08:27:52.058Z","repository_id":41131605,"created_at":"2025-08-22T08:27:52.058Z","updated_at":"2025-08-22T08:27:52.058Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274682452,"owners_count":25330348,"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-11T02:00:13.660Z","response_time":74,"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"}},"keywords":["hacktoberfest","kernel-activities","kernel-information","kernel-modules","kmon","linux","linux-kernel","management","monitoring","tui"],"created_at":"2024-01-11T16:48:00.573Z","updated_at":"2025-09-11T18:22:19.538Z","avatar_url":"https://github.com/orhun.png","language":"Rust","project_url":"https://opencollective.ecosyste.ms/api/v1/projects/3597","html_url":"https://opencollective.ecosyste.ms/projects/3597","collective":{"id":1985,"uuid":"03k0exgz-nm8yj64v-ky565wao-9r7b4dlv","slug":"kmon","name":"kmon","description":"Linux Kernel Manager and Activity Monitor 🐧💻","website":"https://github.com/orhun/kmon","github":"orhun/kmon","twitter":"kmonitor_","repository_url":null,"social_links":[{"type":"WEBSITE","url":"https://github.com/orhun/kmon"},{"type":"TWITTER","url":"https://twitter.com/kmonitor_"},{"type":"GITHUB","url":"https://github.com/orhun/kmon"}],"currency":"USD","projects_count":1,"last_synced_at":"2026-06-15T18:15:10.392Z","created_at":"2024-01-10T13:17:51.093Z","updated_at":"2026-06-15T18:15:10.890Z","transactions_count":6,"balance":4.0,"account_type":"COLLECTIVE","owner":{"login":"orhun","name":"Orhun Parmaksız","uuid":"24392180","kind":"user","description":"Terminal Chef at @ratatui |\r\n\r\nMaintainer at @archlinux btw  ","email":"","website":"orhun.dev","location":"Ankara, Turkey","twitter":null,"company":"@ratatui | @archlinux","icon_url":"https://avatars.githubusercontent.com/u/24392180?u=8efd6f14a04f081cf0e9dbe5e9237dfc2d380596\u0026v=4","repositories_count":487,"last_synced_at":"2025-10-14T18:25:38.453Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/orhun","funding_links":["https://github.com/sponsors/orhun"],"total_stars":29069,"followers":4007,"following":570,"created_at":"2022-11-14T06:13:15.618Z","updated_at":"2025-10-14T18:25:38.453Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orhun","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orhun/repositories"},"last_project_activity_at":"2025-04-22T16:00:48.000Z","archived":false,"no_funding":false,"no_license":false,"host":"opensource","collective_created_at":"2020-03-25T21:16:53.145Z","collective_updated_at":"2020-11-06T05:10:50.904Z","html_url":"https://opencollective.com/kmon","icon_url":"https://images.opencollective.com/kmon/logo/40.png","total_donations":4.87,"total_expenses":-0.55,"current_balance":4.0,"api_url":"https://opencollective.ecosyste.ms/api/v1/collectives/kmon","url":"https://opencollective.ecosyste.ms/collectives/kmon","projects_url":"https://opencollective.ecosyste.ms/api/v1/collectives/kmon/projects"}}