Open nadilas opened 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated |
---|---|---|---|---|
bouncer | ❌ Failed (Inspect) | Mar 4, 2023 at 8:28AM (UTC) | ||
usher | ❌ Failed (Inspect) | Mar 4, 2023 at 8:28AM (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 |
---|---|---|
prisma@3.15.2 (added) | install |
packages/db/package.json via zod-prisma@0.5.4 |
prisma@4.11.0 (added) | install |
packages/db/package.json via @prisma/client@4.11.0 |
protobufjs@7.2.2 (added) | postinstall |
packages/api/package.json via @grpc/grpc-js@1.8.11 |
@prisma/engines@3.15.1-1.461d6a05159055555eb7dfb337c9fb271cbd4d7e (added) | postinstall |
packages/db/package.json via zod-prisma@0.5.4 |
prisma@3.15.2 (added) | preinstall |
packages/db/package.json via zod-prisma@0.5.4 |
prisma@4.11.0 (added) | preinstall |
packages/db/package.json via @prisma/client@4.11.0 |
Issue | Status |
---|---|
Install scripts | ⚠️ 6 issues |
Native code | ✅ 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@*
or ignore all packages with @SocketSecurity ignore-all
@SocketSecurity ignore prisma@3.15.2
@SocketSecurity ignore prisma@4.11.0
@SocketSecurity ignore protobufjs@7.2.2
@SocketSecurity ignore @prisma/engines@3.15.1-1.461d6a05159055555eb7dfb337c9fb271cbd4d7e
Powered by socket.dev
@SocketSecurity ignore bouncer@0.0.1 turbo@1.7.3 @swc/core@1.3.32
Description of change
Pull-Request Checklist
main
branchpnpm lint
passes with this changeFixes #0000
📦 Published PR as canary version:
Canary Versions
:sparkles: Test out this PR locally via: ```bash npm install @dotinc/bouncer-admin@0.1.1-canary.15.d3b48de.0 npm install @dotinc/bouncer-client@0.3.2-canary.15.d3b48de.0 npm install @dotinc/bouncer-core@0.7.2-canary.15.d3b48de.0 npm install @dotinc/bouncer-ui@0.1.1-canary.15.d3b48de.0 # or yarn add @dotinc/bouncer-admin@0.1.1-canary.15.d3b48de.0 yarn add @dotinc/bouncer-client@0.3.2-canary.15.d3b48de.0 yarn add @dotinc/bouncer-core@0.7.2-canary.15.d3b48de.0 yarn add @dotinc/bouncer-ui@0.1.1-canary.15.d3b48de.0 ```