
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/aws-sync
Advanced tools
Bidirectional sync between LockZero and AWS Secrets Manager / SSM Parameter Store
Bidirectional sync between LockZero and AWS Secrets Manager / SSM Parameter Store.
npm install -g @lockzero/aws-sync
# or as a dev dependency
npm install --save-dev @lockzero/aws-sync
| Credential | How to provide |
|---|---|
| LockZero API key | --lz-key <key> or LOCKZERO_API_KEY env var |
| AWS credentials | Standard AWS SDK chain: env vars, ~/.aws/credentials, OIDC, instance profile |
push — LockZero → AWS# Push the "openai" namespace to SSM Parameter Store
lockzero-aws push --namespace openai --backend ssm --prefix /lockzero/
# Push to Secrets Manager instead
lockzero-aws push --namespace openai --backend secretsmanager --prefix /lockzero/
# Preview without writing
lockzero-aws push --namespace openai --backend ssm --prefix /lockzero/ --dry-run
SSM parameters are created as SecureString at path <prefix><namespace>/<fieldKey>.
Secrets Manager stores all fields as a JSON blob in one secret named <prefix><namespace>.
pull — AWS → LockZero# Pull SSM parameters back into LockZero
lockzero-aws pull --namespace openai --backend ssm --prefix /lockzero/
# Preview without writing
lockzero-aws pull --namespace openai --backend ssm --prefix /lockzero/ --dry-run
diff — show what would change# Show what a push would do
lockzero-aws diff --namespace openai --backend ssm --prefix /lockzero/ --direction push
# Show what a pull would do
lockzero-aws diff --namespace openai --backend ssm --prefix /lockzero/ --direction pull
Output is color-coded: green + = add, yellow ~ = update, red - = orphan, gray = = unchanged.
See src/examples/sync-workflow.yml for a complete CI workflow using OIDC (no static AWS keys needed).
| Flag | Default | Description |
|---|---|---|
--namespace | required | LockZero namespace (e.g. openai, stripe) |
--backend | ssm | ssm or secretsmanager |
--prefix | /lockzero/ | Path prefix for AWS parameters/secrets |
--lz-key | env | LockZero API key |
--lz-base-url | https://api.lockzero.io | LockZero base URL |
--region | env | AWS region |
--dry-run | false | Preview changes without writing |
FAQs
Bidirectional sync between LockZero and AWS Secrets Manager / SSM Parameter Store
The npm package @lockzero/aws-sync receives a total of 5 weekly downloads. As such, @lockzero/aws-sync popularity was classified as not popular.
We found that @lockzero/aws-sync 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.