security

Raw agent logs stay on your machine.

The launch flow is local-first: parse, redact, and summarize locally; upload only the sanitized report JSON you can inspect first.

Agent Analyzer is an independent third-party tool and is not affiliated with Anthropic, OpenAI, Anysphere, Amazon, or Google.

Data Flow

supported local agent logs and bounded SQLite rows
  -> agent-analyzer CLI on your machine
  -> local secret scrubber and deterministic parser
  -> ./agent-analyzer-report.json
  -> optional user review with jq/cat
  -> POST /api/client-reports
  -> private report URL

Controls

Threat Model

We assume agent logs are sensitive and may contain source code, command output, API responses, secrets, hostnames, usernames, and customer data. The primary mitigation is to keep raw logs local. Server-side retention and redaction are defense in depth, not the primary trust boundary.

run locally

Start with the read-only analyzer.

npx --yes agent-analyzer@latest run

Analyzes supported agent logs on your machine, asks before upload, and uses the sanitized report to build a custom plugin for the waste it finds.