Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

pipedream-lockzero

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pipedream-lockzero

Pipedream component package for LockZero — get, set, and rotate secrets in your Pipedream workflows

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
2
-60%
Maintainers
1
Weekly downloads
 
Created
Source

pipedream-lockzero

Pipedream component package for LockZero — get, set, and rotate secrets inside your Pipedream workflows without hardcoding credentials.

Actions

KeyNameDescription
lockzero-get-secretGet SecretRetrieve a secret by name and get its value
lockzero-set-secretSet SecretCreate or update a secret in LockZero
lockzero-rotate-secretsRotate SecretsRotate all secrets in a namespace
lockzero-list-secretsList SecretsList all secrets, optionally filtered by namespace

Structure

pipedream-lockzero/
  app/
    lockzero.app.mjs              App definition with propDefinitions and API methods
  components/lockzero/
    actions/
      get-secret/get-secret.mjs
      set-secret/set-secret.mjs
      rotate-secrets/rotate-secrets.mjs
      list-secrets/list-secrets.mjs

Authentication

This package connects to LockZero using an API key. To connect:

  • Log into your LockZero workspace
  • Navigate to Settings → API Keys
  • Create an API key (starts with lz_live_)
  • In Pipedream, when adding a LockZero action, click Connect LockZero and paste your API key

Usage in Pipedream

Publishing to the Pipedream component registry

pd publish components/lockzero/actions/get-secret/get-secret.mjs
pd publish components/lockzero/actions/set-secret/set-secret.mjs
pd publish components/lockzero/actions/rotate-secrets/rotate-secrets.mjs
pd publish components/lockzero/actions/list-secrets/list-secrets.mjs

Using locally (development)

pd dev components/lockzero/actions/get-secret/get-secret.mjs

License

MIT © LockZero

Keywords

pipedream

FAQs

Package last updated on 10 May 2026

Did you know?

Socket

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.

Install

Related posts