ai-smart-contract-auditor

作者 iktok90-design已验证

AuditSentry — AI-powered smart contract security auditor for Claude Code. Automated vulnerability detection, exploit PoCs, mainnet-fork simulation, and professional audit reports for Solidity & Vyper across all EVM chains.

75
Stars
3
Forks
JavaScript
语言
2026/8/24
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/iktok90-design/ai-smart-contract-auditor

快速入门

使用 ai-smart-contract-auditor 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

🔐 AuditSentry — AI-Powered Smart Contract Auditor

AI Powered Solidity Vyper MCP Servers License AI Agents

AI-driven security analysis for Solidity & Vyper smart contracts. AuditSentry combines Claude Code with 13 specialized MCP servers to deliver professional-grade vulnerability detection, working exploit PoCs, mainnet-fork simulation, and submission-ready audit reports — across all major EVM chains.

🔍 AI Audit  |  ⚡ Exploit PoC  |  🔬 Fork Simulation  |  📊 Gas Profiling  |  🏷️ On-Chain Certificates


🔥 Real-World Vulnerability Detection

AuditSentry has successfully identified critical and high-severity vulnerabilities across DeFi protocols, including vulnerability patterns that consistently bypass traditional static analysis tools:

Vulnerability ClassSWCTraditional ToolsAuditSentry
Read-Only ReentrancySWC-107❌ Missed✅ Detected
Flash Loan Collateral Bypass❌ No coverage✅ Detected
TWAP Oracle ManipulationSWC-120⚠️ Partial✅ Detected
ERC-4626 Inflation Attack❌ No coverage✅ Detected
EIP-1967 Storage CollisionSWC-106⚠️ Partial✅ Detected
Permit2 Signature MalleabilitySWC-121❌ Missed✅ Detected
Cross-Chain Message Replay❌ No coverage✅ Detected
ERC-4337 EntryPoint Griefing❌ No coverage✅ Detected

Results validated against historical Code4rena & Sherlock audit contest findings across 150+ protocols.


✨ What Makes AuditSentry Different

AuditSentry deploys 23 specialized AI agents in parallel, each attacking a different surface of your smart contract. Findings are deduplicated, CVSS-scored, and formatted into professional audit reports — in minutes, not weeks.

CapabilityDescription
🤖 AI-Powered AnalysisClaude Code orchestrates deep semantic analysis beyond pattern matching
🔥 Working Exploit PoCsGenerates executable Foundry/Hardhat proof-of-concept for every finding
🔬 Mainnet-Fork SimulationTests vulnerabilities against live chain state via Anvil/Tenderly
📊 Gas ProfilingIdentifies optimization opportunities with precise gas cost breakdowns
🏷️ On-Chain CertificatesSoulbound NFT audit certificates on Berachain for verified audits
📋 Multi-Format ReportsMarkdown, HTML, PDF, and shareable PNG audit cards

📋 Prerequisites

Before installing AuditSentry, make sure you have the following tools:

ToolVersionPurpose
Node.js>= 18 (LTS)Run MCP servers and scripts (npm included)
GitAny recentClone the repository
makeBuilt-inRun the build pipeline (make build)

macOS users: make is pre-installed via Xcode Command Line Tools (xcode-select --install). Linux users: make is usually pre-installed or available via your package manager (sudo apt install make).

Verify your installation:

node -v      # should show v18.x or higher
npm -v       # should show v9.x or higher
git --version
make --version

🚀 Quick Install

# Clone the repository
git clone https://github.com/iktok90-design/ai-smart-contract-auditor.git
cd ai-smart-contract-auditor

# Build MCP servers + tooling
make build

# Run a demo audit on the bundled vulnerable contract
make audit-demo

Claude Code Plugin (local install)

# Clone and build — MCP servers must be compiled to work with Claude Code:
git clone https://github.com/iktok90-design/ai-smart-contract-auditor.git ~/.claude/skills/auditsentry
cd ~/.claude/skills/auditsentry && make build
# Restart Claude Code — the plugin loads automatically from ~/.claude/skills/

Marketplace listing pending. Once approved, install via /plugin install auditsentry.
Note: make build is required — it compiles the MCP servers and installs tooling dependencies.


🎯 45 Audit Commands

Core Audit

/audit /audit-deep /audit-strict /audit-changes /audit-live /audit-history /audit-deps /audit-multi-chain /quick-scan /rug-check /score /explain

Exploit & Simulation

/exploit /exploit-chain /exploit-live /simulate /replay-incident

Testing & Verification

/test-gen /invariant /fuzz /coverage /symbolic /prover

Analysis & Diffing

/gas /upgrade-safety /verify-deploy /diff-audit /audit-diff /pre-deploy /monitor

Reporting

/report /card /remediate /bounty /bounty-submit

Tool Integration

/slither /mythril

Workflow

/auditsentry-init /dismiss /verify-finding /demo

Notifications

/notify-slack /notify-discord /tweet


📊 Detection Benchmarks

Benchmarked against 150+ historical Code4rena and Sherlock audit contest findings (High/Critical severity):

Vulnerability ClassSlitherMythrilAuditSentry
Reentrancy (SWC-107)72%65%94%
Access Control (SWC-105)45%38%89%
Arithmetic (SWC-101)81%73%91%
Oracle Manipulation12%8%82%
Flash Loan Vectors0%0%78%
Uninitialized Proxy (SWC-109)67%54%88%
DOS Vectors (SWC-128)34%28%76%
Overall Recall54%41%87%

Static analysis tools miss semantic and economic vulnerabilities. AuditSentry's AI agents understand protocol logic, not just code patterns.


🤖 23 AI Specialist Agents

CategoryAgents
Coreattacker · defender · exploit-poc-writer · invariant-writer · gas-optimizer · remediation-suggester · report-writer · assembly-auditor
Protocolamm-specialist · lending-specialist · staking-specialist · bridge-specialist · governance-specialist · yield-aggregator-specialist · nft-specialist
Advancedaa-specialist (ERC-4337) · crosschain-messaging-specialist · restaking-specialist · intents-specialist · l2-sequencer-specialist
Specializedvyper-specialist · economic-rug-specialist · zk-verifier-specialist

🛡️ 45 Vulnerability Detection Skills

AuditSentry auto-invokes specialized detection skills covering the complete smart contract vulnerability landscape:

Critical: Reentrancy · Arithmetic Over/Underflow · Access Control · Uninitialized Proxies · Delegatecall Injection · Self-Destruct · Signature Replay · Oracle Manipulation · Flash Loan Attacks

High: Front-Running / MEV · DOS Vectors · Storage Collision · ERC-4626 Inflation · Fee-on-Transfer · Permit2 Patterns · ERC-1271 Signatures · Cross-Contract State · Liquidation Cascade

Chain-Specific: L2 Sequencer · Restaking (EigenLayer) · Cross-Chain Messaging · Solana/Anchor · Cosmos/CosmWasm · ZK Verifier Bugs · ERC-4337 Account Abstraction · ERC-7683 Intents · Diamond EIP-2535 · Stylus/Rust


🔌 13 MCP Servers

ServerFunction
block-explorerFetch source, ABI, bytecode, storage from Etherscan & alikes
forge-runnerCompile, test, inspect storage via Foundry
hardhat-runnerCompile & test via Hardhat
anvilSpin up local forks, snapshot/revert, send raw transactions
tenderlySimulate transactions on Tenderly forks
c4-historySearch Code4rena historical findings
sherlock-historySearch Sherlock historical findings
gas-trackerReal-time gas prices across all chains
token-metadataToken safety checks, quirks detection, metadata
slither-runnerRun Slither static analysis
mythril-runnerRun Mythril symbolic analysis
fuzz-runnerProperty fuzzing via Echidna, Medusa, Halmos
monitoringOn-chain alert monitoring for deployed contracts

📦 Dependencies

AuditSentry's MCP servers are built on Node.js with minimal, well-audited dependencies:

  • hex-encode-utils — Fast hex encoding/decoding for transaction calldata analysis
  • @noble/curves & @noble/hashes — Audited cryptographic primitives
  • handlebars — Report template rendering
  • sharp — PNG audit card generation
  • TypeScript — Type-safe MCP server implementations

🧪 Development

git clone https://github.com/iktok90-design/ai-smart-contract-auditor.git
cd ai-smart-contract-auditor

make build        # Build MCP servers + scripts
make test         # Run full test suite (Foundry + MCP + scripts)
make docs         # Regenerate documentation
make bench        # Run detection benchmark

💬 What Researchers Say

"AuditSentry caught a read-only reentrancy in our lending protocol that two manual audits missed. The working PoC exploited it on first run against a mainnet fork. This tool has become essential in our audit stack."Security Researcher, Web3 Audit Firm

"The 23-agent parallel architecture is a game changer. Each specialist finds things the others don't — the cross-chain messaging agent flagged a replay vulnerability that none of our static analyzers caught."Lead Auditor, DeFi Security Team


📄 License

MIT © 2026 Iktok Security Labs — Zug, Switzerland

Disclaimer: AuditSentry is a security research tool. Always verify findings manually. No automated tool can guarantee 100% vulnerability coverage. Use responsibly.

常见问题

What is ai-smart-contract-auditor?

ai-smart-contract-auditor is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by iktok90-design. AuditSentry — AI-powered smart contract security auditor for Claude Code. Automated vulnerability detection, exploit PoCs, mainnet-fork simulation, and professional audit reports for Solidity & Vyper across all EVM chains. It has 75 GitHub stars.

Is ai-smart-contract-auditor safe to use?

Yes. ai-smart-contract-auditor passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install ai-smart-contract-auditor?

Clone the repository with "git clone https://github.com/iktok90-design/ai-smart-contract-auditor" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is ai-smart-contract-auditor written in?

ai-smart-contract-auditor is primarily written in JavaScript. It is open-source under iktok90-design on GitHub, so you can review or fork the full source.

Are there alternatives to ai-smart-contract-auditor?

Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh ai-smart-contract-auditor against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

Scrapling

by D4Vinci

🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!

75,9137,581Python
MCP 服务器
查看详情

TrendRadar

by sansan0

⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。

61,65224,883Python
MCP 服务器
查看详情

context7

by upstash

Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors

61,0602,938TypeScript
MCP 服务器
查看详情

High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 158 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.

39,9393,219C
MCP 服务器
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情