
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
netlify-plugin-lockzero
Advanced tools
Netlify Build Plugin — inject LockZero secrets into the build environment
Netlify Build Plugin that injects LockZero secrets into your build environment before any build commands run.
netlify.toml[[plugins]]
package = "netlify-plugin-lockzero"
[plugins.inputs]
# Reference an env var so the key is never committed to source control
apiKey = "${LOCKZERO_API_KEY}"
namespaces = "openai,stripe,database"
prefix = "" # optional — e.g. "LZ_" to namespace injected vars
Add LOCKZERO_API_KEY in Netlify → Site settings → Environment variables.
| Name | Required | Default | Description |
|---|---|---|---|
apiKey | Yes | — | LockZero API key (lz_live_…) |
namespaces | Yes | — | Comma-separated namespaces to inject (e.g. openai,stripe) |
prefix | No | "" | Optional prefix for injected variable names (e.g. LZ_) |
In the onPreBuild lifecycle hook the plugin:
GET https://api.lockzero.io/api/credentials/:namespace for each configured namespace.key=value pair directly into process.env so the build command can read them.LockZero: Injected 12 secrets from openai, stripe.npm install
npm run build
To test locally with the Netlify CLI:
npm install -g netlify-cli
netlify build --dry
FAQs
Netlify Build Plugin — inject LockZero secrets into the build environment
We found that netlify-plugin-lockzero demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.