build-with-celo-hackathon
build-with-celo-hackathon copied to clipboard
Culture Refi by Team wonder final submission
Socket Security Pull Request Report
Dependency issues detected. If you merge this pull request, you will not be alerted to the instances of these issues again.
📜 Install scripts
Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.
| Package | Script field | Source |
|---|---|---|
| [email protected] (added) | postinstall |
server/package.json |
| [email protected] (added) | postinstall |
client/package.json via [email protected], [email protected] |
| [email protected] (added) | postinstall |
client/package.json via [email protected], @pmmmwh/[email protected] |
😵💫 Bin script confusion
This package has multiple bin scripts with the same name. This can cause non-deterministic behavior when installing or could be a sign of a supply chain attack
Consider removing one of the conflicting packages. Packages should only export bin scripts with their name
| Package | Bin script | Source |
|---|---|---|
| [email protected] (added) | jest |
client/package.json via [email protected] |
| [email protected] (added) | jest |
server/package.json |
| [email protected] (added) | jest |
client/package.json via [email protected], [email protected] |
| [email protected] (added) | jest |
server/package.json via [email protected] |
🧐 Potential typo squat
Package name is similar to other popular packages and may not be the package you want.
Use care when consuming similarly named packages and ensure that you did not intend to consume a different package. Malicious packages often publish using similar names as existing popular packages.
| Package | 📎 Did you mean? | Found in |
|---|---|---|
| [email protected] (added) | node~~-~~mailer (1.1 thousand times more downloads) | server/package.json |
Pull request report summary
| Issue | Status |
|---|---|
| Install scripts | ⚠️ 3 issues |
| Native code | ✅ 0 issues |
| Bin script confusion | ⚠️ 4 issues |
| Bin script shell injection | ✅ 0 issues |
| Unresolved require | ✅ 0 issues |
| Invalid package.json | ✅ 0 issues |
| HTTP dependency | ✅ 0 issues |
| Git dependency | ✅ 0 issues |
| Potential typo squat | ⚠️ 1 issue |
| Known Malware | ✅ 0 issues |
| Telemetry | ✅ 0 issues |
| Protestware/Troll package | ✅ 0 issues |
Bot Commands
To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore [email protected] [email protected]
@SocketSecurity ignore [email protected]@SocketSecurity ignore [email protected]@SocketSecurity ignore [email protected]@SocketSecurity ignore [email protected]@SocketSecurity ignore [email protected]
Powered by socket.dev