LLM Skills
~/catalog/security//plugin.json
SecurityGitHub source

Security reminder hook (PreToolUse)

/plugin.json

Ajoute PreToolUse security reminder hook for Claude Code. Catches 12 common security anti-patterns in Edit/Write/MultiEdit operations BEFORE they happ

Alireza RezvaniAlireza Rezvani
25.6k
May 28, 2026
MIT
// plugin content

Claude Code plugin indexed at GitHub. Source description: PreToolUse security reminder hook for Claude Code. Detects 12 common security anti-patterns in Edit/Write/MultiEdit operations BEFORE they occur - command injection (exec, os.system, subprocess shell=True), XSS (innerHTML, dangerouslySetInnerHTML, document.write), SQL injection (f-string queries, .format), unsafe deserialization (pickle, yaml.unsafe_load), code injection (eval, new Function), andGitHub Actionsworkflow-injection. Session-state caching prevents duplicate warnings; 30-day auto Detected version: 2.9.0

// original public source
alirezarezvani/claude-skills
/engineering/security-guidance/.claude-plugin/plugin.json
License: MIT
Independent project, not affiliated with Anthropic. This plugin remains the property of its original author.
// install this plugin
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/plugin.json" "https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering/security-guidance/.claude-plugin/plugin.json"
Then in Claude Code, type /plugin.json to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Stars 25.6k
CategorySecurity
LicenseMIT
UpdatedMay 28, 2026
Format.md
AccessFree
// similar

Plugins Security

View allarrow_forward