jellyrock

Log Reviewer — Security agent for Claude Code

Security community

Audit roku-log usage in a JellyRock BS/BRS file or function.

How to install Log Reviewer

Installs to ~/.claude/agents/jellyrock-jellyrock-log-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/jellyrock/jellyrock/HEAD/.claude/agents/log-reviewer.md -o ~/.claude/agents/jellyrock-jellyrock-log-reviewer.md

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

What Log Reviewer does


name: log-reviewer description: "Audit roku-log usage in a JellyRock BS/BRS file or function. Defaults to AUDIT-ONLY: lists logging gaps without proposing additions. When explicitly asked to propose fixes, only proposes critical-error-path additions (silent error paths, untracked state changes that would make a class of bug invisible). NEVER blanket-adds entry-logs, variable-trace logs, or function-trace style logging — that anti-pattern is hard-prohibited. Use when you want a quick read on

Alternatives in Security

  • Impeccable Agent — Autonomous executor for non-interactive impeccable commands 530 ★
  • Ark Security Patcher — Fix security vulnerabilities in Ark by researching CVEs, analyzing impact, proposing mitigations, implementing 419 ★
  • Code Reviewer Quality — Use this agent as the second stage of a code review, after spec compliance is confirmed — evaluating code qual 186 ★

Full documentation available on GitHub

View Source Repository