🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@keeper-security/rules

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keeper-security/rules

CLI for syncing Keeper Security AI rules

latest
Source
npmnpm
Version
1.5.6
Version published
Weekly downloads
27
107.69%
Maintainers
1
Weekly downloads
 
Created
Source

keeper-rules

Centralized AI assistant rules for Keeper Security.

One command to sync rules across Claude Code, Cursor, GitHub Copilot, and other AI tools.

Built on top of rulesync, inspired by skills.sh.

Quick Start

Recommended: Use npx -y @keeper-security/rules to run without installing.

You can also npm install -g @keeper-security/rules to get the keeper-rules binary globally.

First, clone this repository as it serves as your source of truth:

git clone https://github.com/Keeper-Security/keeper-rules.git
cd keeper-rules

Add Product

Run add-product to create a new product rules directory:

npx -y @keeper-security/rules add-product <name>

Sync

After your changes land in main, run sync in another repo to pull rules down:

npx -y @keeper-security/rules sync <name>

Commands

npx -y @keeper-security/rules sync <name>         # Sync rules to project
npx -y @keeper-security/rules add-product <name> # Create new product
npx -y @keeper-security/rules list               # List products

Docker

docker run -v $(pwd):/app \
  -v ~/.ssh:/root/.ssh \
  -v ~/.gitconfig:/root/.gitconfig \
  keepersecurityinc/rules sync default

FAQs

Package last updated on 03 Mar 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