Closed nadilas closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated |
---|---|---|---|---|
bouncer | ✅ Ready (Inspect) | Visit Preview | 💬 Add your feedback | Jan 23, 2023 at 8:43PM (UTC) |
bouncer-api | ❌ Failed (Inspect) | Jan 23, 2023 at 8:43PM (UTC) |
Current dependencies on/for this PR:
This comment was auto-generated by Graphite.
Dependency issues detected. If you merge this pull request, you will not be alerted to the instances of these issues again.
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 |
---|---|---|
cbor-extract@2.1.1 (added) | binding.gyp |
packages/auth/package.json via @simplewebauthn/server@7.0.0, cbor-x@1.5.0 |
cbor-extract@2.1.1 (added) | install |
packages/auth/package.json via @simplewebauthn/server@7.0.0, cbor-x@1.5.0 |
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 |
---|---|---|
cbor-extract@2.1.1 (added) | binding.gyp | packages/auth/package.json via @simplewebauthn/server@7.0.0, cbor-x@1.5.0 |
Issue | Status |
---|---|
Install scripts | ⚠️ 2 issues |
Native code | ⚠️ 1 issue |
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 | ✅ 0 issues |
Protestware/Troll package | ✅ 0 issues |
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 cbor-extract@2.1.1
Powered by socket.dev
❌ This merge job failed. This pull request was not merged Stack job ID: 6dz58EhjM6ZlP39uJYhe. See details on graphite.dev
Description of change
Pull-Request Checklist
main
branchpnpm lint
passes with this changeFixes #0000