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

The scoring system for Sacuda #100

Open
wants to merge 72 commits into
base: main
Choose a base branch
from
Open

Conversation

carnisman
Copy link

No description provided.

@socket-security
Copy link

socket-security bot commented Nov 17, 2022

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
bigint-buffer@1.1.5 (added) binding.gyp
bufferutil@4.0.7 (added) binding.gyp sacuda/package.json via ws@7.4.6
keccak@3.0.2 (added) binding.gyp sacuda/package.json
secp256k1@4.0.3 (added) binding.gyp sacuda/package.json
utf-8-validate@5.0.10 (added) binding.gyp sacuda/package.json via ws@7.4.6
bigint-buffer@1.1.5 (added) install
keccak@3.0.2 (added) install sacuda/package.json
secp256k1@4.0.3 (added) install sacuda/package.json
core-js-pure@3.26.1 (added) postinstall sacuda/package.json via eslint-config-next@13.0.1, eslint-plugin-jsx-a11y@6.6.1, aria-query@4.2.2, @babel/runtime-corejs3@7.20.1
bufferutil@4.0.7 (added) install sacuda/package.json via ws@7.4.6
utf-8-validate@5.0.10 (added) install sacuda/package.json via ws@7.4.6
🫣 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 Source
bigint-buffer@1.1.5 (added) binding.gyp
bufferutil@4.0.7 (added) binding.gyp sacuda/package.json via ws@7.4.6
keccak@3.0.2 (added) binding.gyp sacuda/package.json
secp256k1@4.0.3 (added) binding.gyp sacuda/package.json
utf-8-validate@5.0.10 (added) binding.gyp sacuda/package.json via ws@7.4.6
📞 Telemetry

This package contains telemetry which tracks you.

Package Note Source
next@13.0.1 (added) Can be disabled by setting the environment variable NEXT_TELEMETRY_DISABLED=1 sacuda/package.json
Pull request report summary
Issue Status
Install scripts ⚠️ 11 issues
Native code ⚠️ 5 issues
Bin script confusion ✅ 0 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 ✅ 0 issues
Known Malware ✅ 0 issues
Telemetry ⚠️ 1 issue
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 foo@1.0.0 bar@2.4.2

  • @SocketSecurity ignore bigint-buffer@1.1.5
  • @SocketSecurity ignore bufferutil@4.0.7
  • @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.

2 participants