Agent Plugins Marketplace
All plugins

sensitive-files-guardrail

v0.29.0

機密ファイル (.env, *.secret, 秘密鍵, クレデンシャル) を Vibe Coding から守る多段 hook。Read/Bash/Edit/Write で機密パスを保護し、Stop で .gitignore 未登録を検出。うっかり露出の予防が目的で、敵対的バイパス対策ではない

Claude Code

By MaoLicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Claude Code
Parsed components
0 skill or MCP entries
Source updated
Sep 5, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install sensitive-files-guardrail for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install sensitive-files-guardrail@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Mao-o/cc-mp-worktools

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/sensitive-files-guardrail/.

Plugin files

plugins/sensitive-files-guardrail/
└── .claude-plugin/plugin.json

Plugin manifests1

plugins/sensitive-files-guardrail/.claude-plugin/plugin.json
{
  "name": "sensitive-files-guardrail",
  "version": "0.29.0",
  "description": "機密ファイル (.env, *.secret, 秘密鍵, クレデンシャル) を Vibe Coding から守る多段 hook。Read/Bash/Edit/Write で機密パスを保護し、Stop で .gitignore 未登録を検出。うっかり露出の予防が目的で、敵対的バイパス対策ではない",
  "author": {
    "name": "Mao"
  },
  "homepage": "https://github.com/Mao-o/cc-mp-worktools",
  "repository": "https://github.com/Mao-o/cc-mp-worktools",
  "license": "MIT",
  "keywords": [
    "security",
    "hooks",
    "pretooluse",
    "stop",
    "dotenv",
    "redaction",
    "gitignore"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[sensitive-files-guardrail on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sensitive-files-guardrail)