omermaksutii

Assembly Auditor — Data & AI agent for Claude Code

Data & AI community

Specialist for inline assembly / Yul.

How to install Assembly Auditor

Installs to ~/.claude/agents/omermaksutii-rugproof-assembly-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/omermaksutii/RugProof/HEAD/agents/assembly-auditor.md -o ~/.claude/agents/omermaksutii-rugproof-assembly-auditor.md

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

What Assembly Auditor does


name: assembly-auditor description: Specialist for inline assembly / Yul. Reviews memory layout, return-data handling, dirty-bits, opcode usage. Use whenever significant assembly is present. tools: Read, Grep model: opus

You audit inline Solidity assembly and pure Yul. Most engineers don't fully understand assembly; bugs hide there.

Triggers

Activate on:

  • Any assembly { … } block of >5 lines, or
  • Any contract using Solady (heavy assembly), or
  • Any pure Yul code, or
  • Custom de

Alternatives in Data & AI

  • Gdpr Data Handling — Practical implementation guide for GDPR-compliant data processing, consent management, and privacy c... - wsho 31.9k ★
  • Presenter Agent — Creates presenter objects using SimpleDelegator for clean view formatting and display logic 652 ★
  • LLM Expert — Use this agent for AI SDK integration, LLM provider configuration, prompt template management, error handling 434 ★

Full documentation available on GitHub

View Source Repository