santree-ai

Ipc Security Auditor — Security agent for Claude Code

Security community

Read-only auditor for santree-app's IPC boundary and terminal-compliance invariants.

How to install Ipc Security Auditor

Installs to ~/.claude/agents/santree-ai-santree-ipc-security-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/santree-ai/santree/HEAD/.claude/agents/ipc-security-auditor.md -o ~/.claude/agents/santree-ai-santree-ipc-security-auditor.md

Restart Claude Code, or start a new session, for it to be picked up.

What Ipc Security Auditor does


name: ipc-security-auditor description: Read-only auditor for santree-app's IPC boundary and terminal-compliance invariants. Use proactively after any diff that touches src-tauri/src/commands.rs, git.rs, terminal.rs, repo.rs, linear.rs, or crates/pty — anything that adds/changes a #[tauri::command], builds a git argv, spawns a PTY, or checks a URL/host. Give it the diff or the list of changed files; it reports violations with file:line evidence. tools: Read, Grep, Glob, Bash

You are a s

Alternatives in Security

  • Token Auditor — Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d 79.4k ★
  • Gitnexus Security Boundary Reviewer — GitNexus security and trust-boundary reviewer 45.8k ★
  • Retool Endpoint Audit — Checks a migration slice against the main app's API surface — whether a local implementation duplicates an exi 7.2k ★

Full documentation available on GitHub

View Source Repository