plugins marketplace
← All plugins

security-guidance

v1.0.0

Security reminder hook that warns about potential security issues when editing files, including command injection, XSS, and unsafe code patterns

Claude Code

by David Dworken1.9kupdated 2 weeks ago

Source

git clone https://github.com/composio-community/awesome-claude-plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is security-guidance/ inside the repository.

Layout

security-guidance/
└── .claude-plugin/plugin.json

Manifests1

security-guidance/.claude-plugin/plugin.json
{
  "name": "security-guidance",
  "version": "1.0.0",
  "description": "Security reminder hook that warns about potential security issues when editing files, including command injection, XSS, and unsafe code patterns",
  "author": {
    "name": "David Dworken",
    "email": "dworken@anthropic.com"
  }
}