
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/railway-lockzero
Advanced tools
Sync LockZero secrets to Railway service variables via the Railway GraphQL API
Sync secrets from your LockZero vault into Railway service variables via the Railway GraphQL API.
npm install -g @lockzero/railway-lockzero
Or use npx:
npx @lockzero/railway-lockzero sync --help
lockzero-railway sync \
--lz-key lz_live_... \
--railway-token <your-railway-token> \
--project <railway-project-id> \
--service <railway-service-id> \
--namespaces openai,stripe \
--environment production \
--prefix ""
| Flag | Required | Default | Description |
|---|---|---|---|
--lz-key | Yes* | LOCKZERO_API_KEY env | LockZero API key |
--railway-token | Yes* | RAILWAY_TOKEN env | Railway API token from railway.app/account/tokens |
--project | Yes | — | Railway project ID |
--service | Yes | — | Railway service ID |
--namespaces | Yes | — | Comma-separated LockZero namespaces |
--environment | No | production | Railway environment name or ID |
--prefix | No | "" | Prefix for injected variable names |
*Can also be set via environment variable.
import { syncToRailway } from "@lockzero/railway-lockzero";
const result = await syncToRailway({
lzApiKey: "lz_live_...",
railwayToken: "your-railway-token",
projectId: "abc123",
serviceId: "def456",
namespaces: ["openai", "stripe"],
environment: "production",
prefix: "",
});
console.log(`Synced ${result.synced} variables`);
Click Deploy on Railway to spin up a scheduled sync job:
Set these environment variables in Railway after deploy:
| Variable | Description |
|---|---|
LOCKZERO_API_KEY | Your LockZero API key |
RAILWAY_TOKEN | Railway API token |
RAILWAY_PROJECT | Target project ID |
RAILWAY_SERVICE | Target service ID |
LZ_NAMESPACES | Comma-separated namespace list |
--railway-token or RAILWAY_TOKEN.FAQs
Sync LockZero secrets to Railway service variables via the Railway GraphQL API
We found that @lockzero/railway-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.