Hook
Runs when you submit a prompt, before the agent sees it, running an inline shell check. From secureagentics/Adrian.
21 tagged langchain, measured the same way as everything else here.
Browse within: agent-security 7ai-governance 7ai-security 7agent-memory 5embeddings 5knowledge-graph 5
Hook
Runs when you submit a prompt, before the agent sees it, running an inline shell check. From secureagentics/Adrian.
Hook
Runs before the agent uses a tool, running an inline shell check. From secureagentics/Adrian.
Hook
Runs after a tool call finishes, running an inline shell check. From secureagentics/Adrian.
Hook
Runs when a session starts, running an inline shell check. From major7apps/pensyve.
Hook
Runs after a tool call finishes for Write, Edit and Bash tool calls, running an inline shell check (2 commands). From major7apps/pensyve.
Hook
Runs before the context is compacted, running an inline shell check. From major7apps/pensyve.
Hook Claude Code
Runs before the agent uses a tool for Bash, Read, Write, Edit, NotebookEdit, Grep and Glob tool calls, executing deny-env-dump.sh, warn-devtcp.sh and deny-secret-paths.sh via bash with --claude-code (4 commands). From mifunedev/openharness.
Hook Claude Code
Runs when the agent finishes a response, executing notify_slack.sh via bash. From mifunedev/openharness.
Hook Claude Code
Runs when the agent sends a notification for permission_prompt and idle_prompt tool calls, executing notify_slack.sh via bash (2 commands). From mifunedev/openharness.
Hook Claude Code
Runs when a session starts, executing session-start.sh. From srtab/daiv.
Hook Claude Code
Runs before the agent uses a tool for Edit, Write, MultiEdit, NotebookEdit and Bash tool calls, executing pre_tool_use_arch_gate.py via python3. From MythicAgents/sage.
Hook Claude Code
Runs when the agent finishes a response, executing check_arch_budget.py and retention_guard.py via python3 with --quiet, --changed and --warn-only (2 commands). From MythicAgents/sage.
Hook Claude Code
Runs when a subagent finishes, executing retention_guard.py via python3. From MythicAgents/sage.
Hook Claude Code
Runs when the agent finishes a response, running python -m showwork.cli stop-hook. From bmdhodl/agent47.
Hook
Runs before the agent uses a tool for Bash tool calls, executing pre_tool_guard.py via python. From JinNing6/CyberHuaTuo-Plugin.