Integration with socket.dev #39925
felipecrs
started this conversation in
Suggest an Idea
Replies: 1 comment
-
|
Sounds interesting - we'll need to implement #40048 first for us to be able to add this functionality in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Tell us more.
socket.dev is interesting. It has a different take on supply chain attack prevention. It provides a repository that acts as a "firewall" for https://registry.npmjs.org. In such repository, socket.dev will use their "intelligence" based on static analysis to detect potentially malicious packages, and prevent them from even being downloaded.
They provide a public API for their database (https://firewall-api.socket.dev/) which can be used to look for known issues against specific packages, amongst other things like a scoring system. It can be optionally paired with an API key for access to more data.
Some ideas:
Deno has implemented integration with their API (denoland/deno#31106), which could be used as a reference.
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions