DEV Community

kai silva
kai silva

Posted on

Refactor: Optimize Swap Analytics and Deploy ContractGuard EVM Auditor

Core Changes

core/tools/buildinpublic.py: Refactored pipeline to parse local on-chain swap execution data without state bloating, optimizing performance for short execution cycles between system deployments.

phases/phase4content.py: Decoupled structural logic from rendering pipelines to allow seamless background evaluation.

Technical Highlight: ContractGuard

Developed ContractGuard — Google AI Studio EVM Auditor inside Google AI Studio via Gemini 1.5 Pro. It addresses a critical technical bottleneck: mapping cross-contract multi-invocation vulnerabilities. Standard tools isolate targets; ContractGuard utilizes massive context ingestion to parse concurrent inter-contract vectors during execution monitoring.

Repository: https://github.com/kaisilva/contractguard

Access: https://kais60.gumroad.com/l/contractguard

Top comments (0)