Files
claude-plugins-official/plugins/hookify/examples/sensitive-files-warning.local.md
2025-11-20 11:47:24 -08:00

421 B

name, enabled, event, action, conditions
name enabled event action conditions
warn-sensitive-files true file warn
field operator pattern
file_path regex_match .env$|.env.|credentials|secrets

🔐 Sensitive file detected

You're editing a file that may contain sensitive data:

  • Ensure credentials are not hardcoded
  • Use environment variables for secrets
  • Verify this file is in .gitignore
  • Consider using a secrets manager