
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.
@lockzero/vercel-integration
Advanced tools
Vercel Integration — sync LockZero secrets to Vercel environment variables
Vercel Integration that syncs secrets from your LockZero vault directly into Vercel environment variables.
npm install
npm run build
npm start
Environment variables required at runtime:
| Variable | Description |
|---|---|
VERCEL_CLIENT_ID | Your integration's Client ID from Vercel |
VERCEL_CLIENT_SECRET | Your integration's Client Secret from Vercel |
VERCEL_REDIRECT_URI | OAuth redirect URI registered with Vercel |
PORT | Port to listen on (default: 3000) |
https://your-host/api/callbackhttps://your-host/api/webhookread-write:environment-variablesvercel-integration.json as your integration configuration.curl -X POST https://your-host/api/sync \
-H "Content-Type: application/json" \
-d '{
"lzApiKey": "lz_live_...",
"vercelToken": "your-vercel-token",
"projectId": "prj_...",
"namespaces": ["openai", "stripe"],
"target": "production"
}'
Response:
{ "synced": 12, "errors": [] }
FAQs
Vercel Integration — sync LockZero secrets to Vercel environment variables
The npm package @lockzero/vercel-integration receives a total of 5 weekly downloads. As such, @lockzero/vercel-integration popularity was classified as not popular.
We found that @lockzero/vercel-integration 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.