SessionStart
01Hook
Runs when a session starts, executing session-start.js via node. From akasecurity/ai-tc.
Guardrails for the agent harness. Regulated data stays on your machine, and every prompt and tool call is scanned before it runs.
Hook
Runs when a session starts, executing session-start.js via node. From akasecurity/ai-tc.
Hook
Runs when you submit a prompt, before the agent sees it, executing user-prompt-submit.js via node. From akasecurity/ai-tc.
Hook
Runs before the agent uses a tool for Bash, Edit, Write, WebFetch, MultiEdit, NotebookEdit, Task and mcp__.* tool calls, executing pre-tool-use.js via node. From akasecurity/ai-tc.
Hook
Runs after a tool call finishes for Bash, Read and WebFetch tool calls, executing post-tool-use.js via node. From akasecurity/ai-tc.
Hook
Runs when a message is displayed, executing message-display.js via node. From akasecurity/ai-tc.
Hook
Runs when the agent finishes a response, executing stop.js via node. From akasecurity/ai-tc.