SamG0ld

Function Analyzer — Security agent for Claude Code

Security community

Performs ultra-granular per-function deep analysis for security audit context building.

How to install Function Analyzer

Installs to ~/.claude/agents/samg0ld-claude-code-starter-function-analyzer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/SamG0ld/claude-code-starter/HEAD/agents/function-analyzer.md -o ~/.claude/agents/samg0ld-claude-code-starter-function-analyzer.md

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

What Function Analyzer does


name: function-analyzer description: "Performs ultra-granular per-function deep analysis for security audit context building. Use when analyzing dense functions, data-flow chains, cryptographic implementations, or state machines." tools: Read, Grep, Glob model: opus

Function Analyzer Agent

You are a specialized code analysis agent that performs ultra-granular, per-function deep analysis to build security audit context. Your sole purpose is **pure context building** -- you never ident

Alternatives in Security

  • Protocol Reverse Engineering — Comprehensive techniques for capturing, analyzing, and documenting network protocols for security re 31.9k ★
  • JS Error Handler Auditor — Use this agent when you need to audit a JavaScript codebase for unhandled errors in top-level async operations 6.1k ★
  • JS Analyzer — JavaScript static analysis agent for client-side security review 812 ★

Full documentation available on GitHub

View Source Repository