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

@lockzero/slack-app

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

@lockzero/slack-app

LockZero Slack app — manage secrets from Slack with slash commands and interactive Block Kit components

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

@lockzero/slack-app

Slack app for LockZero — manage secrets, trigger rotations, and view provider health directly from Slack.

Slash Commands

CommandDescription
/lockzero statusBlock Kit cards showing each provider's health (🟢/🟡/🔴), field count, and last rotation
/lockzero listCompact list of all providers with field counts
/lockzero rotate <namespace>Confirmation dialog; on confirm, posts to LockZero rotation endpoint
/lockzero get <namespace[.FIELD]>Returns secret value as ephemeral message (only visible to you)

Security

  • /lockzero get always uses response_type: "ephemeral" — secrets are never posted to a channel
  • Rotation requires a Slack confirm dialog ("Are you sure?") before executing
  • All errors are also returned ephemerally to avoid leaking context in channels

Setup

1. Install from the app manifest

In Slack: Tools & settings → Your apps → Create an App → From a manifest. Paste manifest.json and update the request_url to your deployed host.

2. Environment variables

VariableRequiredDescription
SLACK_BOT_TOKENYesxoxb-... token from OAuth & Permissions
SLACK_SIGNING_SECRETYesFrom Basic Information
LOCKZERO_API_KEYYesFrom https://app.lockzero.io/settings/api-keys
LOCKZERO_BASE_URLNoDefaults to https://api.lockzero.io
SLACK_APP_TOKENNoxapp-... for Socket Mode (optional)
PORTNoHTTP port, defaults to 3000

3. Run

npm install
npm run build
npm start

4. Point Slack to your server

In your Slack app settings set the following URLs to https://<your-host>/slack/events:

  • Interactivity & Shortcuts → Request URL
  • Slash Commands → /lockzero → Request URL

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