plugins marketplace
← All plugins

bash-safety

v0.1.1

Lightweight Bash command safety hooks for Claude Code (Markdown-style backtick mis-execution detection, etc.)

Claude Code

by kawazMIT0updated 2 months ago

Source

git clone https://github.com/kawaz/claude-bash-safety

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

bash-safety/
└── .claude-plugin/plugin.json

Manifests1

.claude-plugin/plugin.json
{
  "name": "bash-safety",
  "description": "Lightweight Bash command safety hooks for Claude Code (Markdown-style backtick mis-execution detection, etc.)",
  "version": "0.1.1",
  "author": {
    "name": "kawaz"
  },
  "license": "MIT",
  "repository": "https://github.com/kawaz/claude-bash-safety"
}