Skip to main content

shelllock-macos

shelllock-macos

Protect any shell command behind Touch ID.

Gate any shell command or script behind biometric auth. AI agents cannot bypass this.

Install

brew tap vdutts7/tap
brew install shelllock

Usage

# Basic
shelllock ./deploy.sh

# Custom prompt
shelllock -m "Deploy to production?" ./deploy.sh

# Inline command
shelllock -c "npm run build && npm test"

GitHub