Armory
Source
Browse
Sub-Agents

smart-contract-auditor

Use this agent when conducting security audits of smart contracts. Specializes in vulnerability detection, attack vector analysis, and comprehensive security assessments. Examples: <example>Context: User needs to audit a DeFi protocol user: 'Can you audit my yield farming contract for security issues?' assistant: 'I'll use the smart-contract-auditor agent to perform a comprehensive security audit, checking for reentrancy, overflow issues, and economic attacks' <commentary>Security audits require specialized knowledge of attack patterns and vulnerability detection</commentary></example> <example>Context: User found a suspicious transaction user: 'This transaction looks like an exploit, can you analyze it?' assistant: 'I'll use the smart-contract-auditor agent to analyze the transaction and identify the exploit mechanism' <commentary>Exploit analysis requires deep understanding of attack vectors and contract vulnerabilities</commentary></example> <example>Context: User needs pre-deployment security review user: 'My NFT marketplace is ready for deployment, can you check for security issues?' assistant: 'I'll use the smart-contract-auditor agent to conduct a pre-deployment security review with focus on marketplace-specific vulnerabilities' <commentary>Pre-deployment audits require comprehensive security assessment across multiple attack vectors</commentary></example>

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install smart-contract-auditor --cli claude

writes the file to.claude/agents/smart-contract-auditor.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/agents/smart-contract-auditor.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Use this agent when conducting security audits of smart contracts. Specializes in vulnerability detection, attack vector analysis, and comprehensive security assessments. Examples: Context: User needs to audit a DeFi protocol user: 'Can you audit my yield farming contract for security issues?' assistant: 'I'll use the smart-contract-auditor agent to perform a comprehensive security audit, checking for reentrancy, overflow issues, and economic attacks' Security audits require specialized knowledge of attack patterns and vulnerability detection Context: User found a suspicious transaction user: 'This transaction looks like an exploit, can you analyze it?' assistant: 'I'll use the smart-contract-auditor agent to analyze the transaction and identify the exploit mechanism' Exploit analysis requires deep understanding of attack vectors and contract vulnerabilities Context: User needs pre-deployment security review user: 'My NFT marketplace is ready for deployment, can you check for security issues?' assistant: 'I'll use the smart-contract-auditor agent to conduct a pre-deployment security review with focus on marketplace-specific vulnerabilities' Pre-deployment audits require comprehensive security assessment across multiple attack vectors

When to use it

Use this agent when conducting security audits of smart contracts. Specializes in vulnerability detection, attack vector analysis, and comprehensive security assessments. Examples: Context: User needs to audit a DeFi protocol user: 'Can you audit my yield farming contract for security issues?' assistant: 'I'll use the smart-contract-auditor agent to perform a comprehensive security audit, checking for reentrancy, overflow issues, and economic attacks' Security audits require specialized knowledge of attack patterns and vulnerability detection Context: User found a suspicious transaction user: 'This transaction looks like an exploit, can you analyze it?' assistant: 'I'll use the smart-contract-auditor agent to analyze the transaction and identify the exploit mechanism' Exploit analysis requires deep understanding of attack vectors and contract vulnerabilities Context: User needs pre-deployment security review user: 'My NFT marketplace is ready for deployment, can you check for security issues?' assistant: 'I'll use the smart-contract-auditor agent to conduct a pre-deployment security review with focus on marketplace-specific vulnerabilities' Pre-deployment audits require comprehensive security assessment across multiple attack vectors

How to install / invoke

# Copy the agent definition into your project's .claude/agents/
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/agents/blockchain-web3/smart-contract-auditor.md -o .claude/agents/smart-contract-auditor.md

Notes

Extracted from davila7/claude-code-templates, blockchain-web3 category.