check-spelling VS ohmyzsh

Compare check-spelling vs ohmyzsh and see what are their differences.

check-spelling

Spelling checker action to check spelling in repositories / pull requests / commits (by check-spelling)

ohmyzsh

πŸ™ƒ A delightful community-driven (with 2,300+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community. (by ohmyzsh)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
check-spelling ohmyzsh
2 561
241 168,913
2.9% 0.6%
7.8 9.5
3 days ago 5 days ago
Shell Shell
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

check-spelling

Posts with mentions or reviews of check-spelling. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-02.
  • Add check-spelling to a repository
    12 projects | dev.to | 2 Dec 2021
    View on GitHub
  • GitHub Actions checkspelling community workflow GitHub_TOKEN leakage via symlink
    4 projects | news.ycombinator.com | 9 Sep 2021
    > If my repo always runs all tests on a PR, could someone just add a PR with a new test that is then run? Thus running their arbitrary code.

    Running arbitrary code is inevitable if an action is configured to run on all PRs. People have abused this to run crypto miners and stuff in the past, but this for the most part is merely an annoyance to maintainers, not a security problem. It does become a security problem when arbitrary code execution is allowed with your secrets, including your configured secrets and the read/write GITHUB_TOKEN.

    Expanding on the topic of secrets, if you trigger your test from the usual pull_request event, the workflow won't have access to GITHUB_TOKEN or configured secrets, so it's the safe default you should almost always choose. That becomes a problem when you need write access to the repo, e.g. to assign labels or add comments to the PR from the workflow, in which case you have to use the privileged pull_request_target event to expose GITHUB_TOKEN and secrets. pull_request_target by default runs in the context of the base of the PR, so there's still no arbitrary code, but you can explicitly check out the PR in that context, and when you do, your secrets are potentially exposed to arbitrary code. If you execute that arbitrary code in any job, or like in this case, post the content of effectively any file on disk as directed by an attacker, boom, owned.

    Therefore, you should

    - Avoid pull_request_target unless white access to the repo and/or access to configured secrets is absolutely necessary;

    - When using pull_request_target, avoid checking out untrusted code;

    - If it's absolutely necessary to check out untrusted code, make absolutely sure that the untrusted code isn't executed in any way, and that your trusted handling code can't be tricked by untrusted content in any way, like an arbitrary symlink. This is of course difficult to verify.

    In this specific case, the fix seems to be checking that the absolute path of the untrusted advice.txt is within GITHUB_WORKSPACE (https://github.com/check-spelling/check-spelling/commit/4363...). IMO that's a wrong fix only covering the symptom. The real cause is using untrusted configuration files at all; why not make a copy of the trusted version of configuration files and use those instead???

    GitHub has an article about security considerations here: https://securitylab.github.com/research/github-actions-preve...

ohmyzsh

Posts with mentions or reviews of ohmyzsh. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-02.

What are some alternatives?

When comparing check-spelling and ohmyzsh you can also consider the following projects:

did_you_mean - The gem that has been saving people from typos since 2014

oh-my-posh - The most customisable and low-latency cross platform/shell prompt renderer

advisories

starship - β˜„πŸŒŒοΈ The minimal, blazing-fast, and infinitely customizable prompt for any shell!

PHP-Spellchecker - πŸ˜πŸŽ“πŸ“ PHP Library providing an easy way to spellcheck multiple sources of text by many spellcheckers

oh-my-bash - A delightful community-driven framework for managing your bash configuration, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.

Windows Terminal - The new Windows Terminal and the original Windows console host, all in the same place!

powerlevel10k - A Zsh theme

winget-cli - WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).

oh-my-fish - The Fish Shell Framework

Knot Resolver - Knot Resolver - resolve DNS names like it's 2024

spaceship-prompt - :rocket::star: Minimalistic, powerful and extremely customizable Zsh prompt