SecurityGitHub source
Security reminder hook (PreToolUse)
/plugin.jsonAjoute PreToolUse security reminder hook for Claude Code. Catches 12 common security anti-patterns in Edit/Write/MultiEdit operations BEFORE they happ
// 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.