Skip to content

fix: correct typosquatted org name in website install command#259

Merged
mufeez-amjad merged 1 commit intosmtg-ai:mainfrom
whoamipl:patch-1
Mar 4, 2026
Merged

fix: correct typosquatted org name in website install command#259
mufeez-amjad merged 1 commit intosmtg-ai:mainfrom
whoamipl:patch-1

Conversation

@whoamipl
Copy link
Contributor

@whoamipl whoamipl commented Mar 3, 2026

Summary

  • Fix transposed org name stmg-aismtg-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.

## 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`.
@github-actions
Copy link

github-actions bot commented Mar 3, 2026

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@whoamipl
Copy link
Contributor Author

whoamipl commented Mar 3, 2026

I have read the CLA Document and I hereby sign the CLA

@mufeez-amjad
Copy link
Member

thanks!

@mufeez-amjad mufeez-amjad merged commit 4cefe6f into smtg-ai:main Mar 4, 2026
2 of 3 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Mar 4, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants