Stats
Actions
Tags
Auto-approves web search/fetch and file edit operations; validates structured markdown files (core, competitors, hypotheses, interviews, surveys, MVP plan) after each write/edit to enforce documentation conventions.
2 events · 2 hooks
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined inline in plugin.json manifest
Event handlers and matchers — expand Raw Configuration for the full JSON
Edit|Writefile=$(echo "$CLAUDE_TOOL_INPUT" | jq -r '.file_path // .path // empty' 2>/dev/null); if [ -n "$file" ] && echo "$file" | grep -qiE '(\.env\.production|\.env\.prod|production\.env)'; then echo '{"decision":"block","reason":"Production environment file edit blocked"}'; exit 2; fiEdit|Writefile=$(echo "$CLAUDE_TOOL_INPUT" | jq -r '.file_path // .path // empty' 2>/dev/null); if [ -n "$file" ] && echo "$file" | grep -qE '\.(tsx|ts|css)$'; then echo "[Frontend] Source file modified: $file"; fi || truenpx claudepluginhub hungrytech/hungrytech-claude-skills --plugin sub-frontend-engineer