Stats
Actions
Tags
From cloudyrion-security
Logs session events to .claude/pipeline/events.log: reminds to write field notes after planning mode, records file writes/edits with timestamps, and captures dotnet test results and Terraform command outcomes.
1 event · 3 hooks
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
Write|EditFILE=$(jq -r '.tool_input.file_path // empty') && [ -n "$FILE" ] && [ -f "$FILE" ] && grep -nEi '(api[_-]?key|api[_-]?secret|password|passwd|secret[_-]?key|access[_-]?token|private[_-]?key|auth[_-]?token)\s*[=:]\s*["'"'"'][^"'"'"']+' "$FILE" | head -5 | while read -r line; do echo "WARNING: Possible hardcoded secret: $line"; done || trueWrite|EditFILE=$(jq -r '.tool_input.file_path // empty') && [ -n "$FILE" ] && case "$(basename "$FILE")" in package.json|requirements.txt|pyproject.toml|go.mod|Cargo.toml|Gemfile) echo 'Dependency file changed. Consider running /cloudyrion-security:sbom to check for vulnerabilities.' ;; esac || trueBashjq -r '.tool_input.command // empty' | grep -q 'gh pr create' && echo 'Opening a PR — consider running /cloudyrion-security:quick-scan first to catch security issues.' || truenpx claudepluginhub cloudyrion/cloudyrion-security-marketplace --plugin cloudyrion-security