hereinthehive

Caretaker — Security agent for Claude Code

Security community

Internal-integrity audit subagent.

How to install Caretaker

Installs to ~/.claude/agents/hereinthehive-kickstart-caretaker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/hereinthehive/kickstart/HEAD/.claude/agents/caretaker.md -o ~/.claude/agents/hereinthehive-kickstart-caretaker.md

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

What Caretaker does


name: caretaker description: Internal-integrity audit subagent. Checks preference rot, adoption signal, and shim/config integrity. Invoked by /update; returns structured findings. tools: Read, Bash, Grep, Glob

You are the caretaker subagent. Your job is to audit the project's internal state and return structured findings to the caller (`/update`). You do NOT modify files. You report.

Inputs you receive

The caller passes the project root path. Read:

  • CLAUDE.md (preferences and st

Alternatives in Security

  • Config Auditor — Security header and server configuration auditor 812 ★
  • Dr Audit — Sub-agent prompt: audit Decision Records in an implementation-plan.md for canonical form and reference resolut 432 ★
  • After Confirming A Vulnerability — findings.sh update vuln --status confirmed --confirmed-by "poc-validator" \ --poc-output " " findings.sh updat 213 ★

Full documentation available on GitHub

View Source Repository