fix: correct typosquatted org name in website install command#259
Merged
mufeez-amjad merged 1 commit intosmtg-ai:mainfrom Mar 4, 2026
Merged
fix: correct typosquatted org name in website install command#259mufeez-amjad merged 1 commit intosmtg-ai:mainfrom
mufeez-amjad merged 1 commit intosmtg-ai:mainfrom
Conversation
## Summary - Fix transposed org name `stmg-ai` → `smtg-ai` in the shell install command on the landing page (`web/src/app/page.tsx:68,70`) - Both the visible `<code>` element and the `CopyButton` `textToCopy` prop point to the wrong URL ## Context The curl install command on the website references `stmg-ai` (letters transposed) instead of the correct `smtg-ai`. The `stmg-ai` GitHub org does not currently exist, meaning anyone could register it, create a `claude-squad` repo with a malicious `install.sh`, and users copying the command from the site would pipe an attacker-controlled script into bash. Every other reference in the repository (README.md, install.sh, go.mod, layout.tsx, etc.) correctly uses `smtg-ai`.
|
All contributors have signed the CLA ✍️ ✅ |
Contributor
Author
|
I have read the CLA Document and I hereby sign the CLA |
Member
|
thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
stmg-ai→smtg-aiin the shell install command on the landing page (web/src/app/page.tsx:68,70)<code>element and theCopyButtontextToCopyprop point to the wrong URLContext
The curl install command on the website references
stmg-ai(letters transposed) instead of the correctsmtg-ai. Thestmg-aiGitHub org does not currently exist, meaning anyone could register it, create aclaude-squadrepo with amalicious
install.sh, and users copying the command from the site would pipe an attacker-controlled script into bash.Every other reference in the repository (README.md, install.sh, go.mod, layout.tsx, etc.) correctly uses
smtg-ai.