Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

senchat #78

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

senchat #78

wants to merge 1 commit into from

Conversation

Senchat
Copy link

@Senchat Senchat commented Nov 4, 2022

senchat social

@socket-security
Copy link

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 Location
bufferutil@4.0.7 (added) binding.gyp SEN_CHAT/sen_chat/package.json via moralis@0.0.118, ws@7.5.3
fsevents@1.2.13 (added) binding.gyp SEN_CHAT/sen_chat/package.json via react-scripts@4.0.3, webpack-dev-server@3.11.1, chokidar@2.1.8
keccak@3.0.2 (added) binding.gyp SEN_CHAT/sen_chat/package.json via @walletconnect/web3-provider@1.8.0, web3-provider-engine@16.0.1, ethereumjs-util@5.2.1, ethereum-cryptography@0.1.3
secp256k1@4.0.3 (added) binding.gyp SEN_CHAT/sen_chat/package.json via @walletconnect/web3-provider@1.8.0, web3-provider-engine@16.0.1, ethereumjs-util@5.2.1, ethereum-cryptography@0.1.3
utf-8-validate@5.0.10 (added) binding.gyp SEN_CHAT/sen_chat/package.json via moralis@0.0.118, ws@7.5.3
web3@1.8.0 (added) postinstall SEN_CHAT/sen_chat/package.json via moralis@0.0.118
fsevents@1.2.13 (added) install SEN_CHAT/sen_chat/package.json via react-scripts@4.0.3, webpack-dev-server@3.11.1, chokidar@2.1.8
web3-bzz@1.8.0 (added) postinstall SEN_CHAT/sen_chat/package.json via moralis@0.0.118, web3@1.8.0
keccak@3.0.2 (added) install SEN_CHAT/sen_chat/package.json via @walletconnect/web3-provider@1.8.0, web3-provider-engine@16.0.1, ethereumjs-util@5.2.1, ethereum-cryptography@0.1.3
secp256k1@4.0.3 (added) install SEN_CHAT/sen_chat/package.json via @walletconnect/web3-provider@1.8.0, web3-provider-engine@16.0.1, ethereumjs-util@5.2.1, ethereum-cryptography@0.1.3
web3-shh@1.8.0 (added) postinstall SEN_CHAT/sen_chat/package.json via moralis@0.0.118, web3@1.8.0
yarn@1.22.17 (added) preinstall SEN_CHAT/sen_chat/package.json
core-js@2.6.12 (added) postinstall SEN_CHAT/sen_chat/package.json via react-scripts@4.0.3, workbox-webpack-plugin@5.1.4, workbox-build@5.1.4, strip-comments@1.0.2, babel-plugin-transform-object-rest-spread@6.26.0, babel-runtime@6.26.0
core-js-pure@3.26.0 (added) postinstall SEN_CHAT/sen_chat/package.json via @testing-library/react@11.2.7, @testing-library/dom@7.31.2, aria-query@4.2.2, @babel/runtime-corejs3@7.20.1
bufferutil@4.0.7 (added) install SEN_CHAT/sen_chat/package.json via moralis@0.0.118, ws@7.5.3
utf-8-validate@5.0.10 (added) install SEN_CHAT/sen_chat/package.json via moralis@0.0.118, ws@7.5.3
es5-ext@0.10.62 (added) postinstall SEN_CHAT/sen_chat/package.json via react-scripts@4.0.3, resolve-url-loader@3.1.4, es6-iterator@2.0.3
🫣 Native code

Contains native code which could be a vector to obscure malicious code, and generally decrease the likelihood of reproducible or reliable installs.

Ensure that native code bindings are expected. Consumers may consider pure JS and functionally similar alternatives to avoid the challenges and risks associated with native code bindings.

Package Location
bufferutil@4.0.7 (added) SEN_CHAT/sen_chat/package.json via moralis@0.0.118, ws@7.5.3
fsevents@1.2.13 (added) SEN_CHAT/sen_chat/package.json via react-scripts@4.0.3, webpack-dev-server@3.11.1, chokidar@2.1.8
keccak@3.0.2 (added) SEN_CHAT/sen_chat/package.json via @walletconnect/web3-provider@1.8.0, web3-provider-engine@16.0.1, ethereumjs-util@5.2.1, ethereum-cryptography@0.1.3
secp256k1@4.0.3 (added) SEN_CHAT/sen_chat/package.json via @walletconnect/web3-provider@1.8.0, web3-provider-engine@16.0.1, ethereumjs-util@5.2.1, ethereum-cryptography@0.1.3
utf-8-validate@5.0.10 (added) SEN_CHAT/sen_chat/package.json via moralis@0.0.118, ws@7.5.3
😵‍💫 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 Location
jest@26.6.0 (added) jest SEN_CHAT/sen_chat/package.json via react-scripts@4.0.3
jest-cli@26.6.3 (added) jest SEN_CHAT/sen_chat/package.json via react-scripts@4.0.3, jest@26.6.0
🧌 Protestware/Troll package

This package is a joke, parody, or includes undocumented or hidden behavior unrelated to its primary function.

Package Note Location
es5-ext@0.10.62 (added) This package prints a protestware console message on install regarding Ukraine for users with Russian language locale SEN_CHAT/sen_chat/package.json via react-scripts@4.0.3, resolve-url-loader@3.1.4, es6-iterator@2.0.3
Pull request report summary
Issue Status
Install scripts ⚠️ 17 issues
Native code ⚠️ 5 issues
Bin script confusion ⚠️ 2 issues
Bin script shell injection ✅ 0 issues
Unresolved require ✅ 0 issues
Invalid package.json ✅ 0 issues
HTTP dependency ✅ 0 issues
Git dependency ✅ 0 issues
Non-existent author ✅ 0 issues
Potential typo squat ✅ 0 issues
Known Malware ✅ 0 issues
Telemetry ✅ 0 issues
Protestware/Troll package ⚠️ 1 issue
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 foo@1.0.0 bar@2.4.2

  • @SocketSecurity ignore bufferutil@4.0.7
  • @SocketSecurity ignore fsevents@1.2.13
  • @SocketSecurity ignore keccak@3.0.2
  • @SocketSecurity ignore secp256k1@4.0.3
  • @SocketSecurity ignore utf-8-validate@5.0.10

Powered by socket.dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant