Back to Blog
Tag

Solidity

6 articles

Deep Dive: AI-Autonomous Audit of Chainlink's Payment Abstraction V2

How RedVolt's AI audit engine dissected a $65K Code4rena contest target — analyzing 18 risk areas across 6 attack categories, verifying each with Foundry PoCs, and confirming the codebase's defense-in-depth. A comparison against Zellic's V12 AI auditor reveals the difference between finding bugs and understanding security.

Mar 19, 20267 min read

Smart Contract Supply Chain Attacks: The Foundry, Hardhat, and npm Risk Nobody's Auditing

Your contract is secure. Your dependencies aren't. A look at how malicious Foundry plugins, poisoned npm packages, and hijacked Solidity libraries are the smart contract attack vector of 2026.

Apr 7, 20268 min read

Smart Contract Audit Checklist: Before You Deploy

The essential pre-deployment checklist every smart contract team should follow — covering code quality, common vulnerabilities, and what auditors look for.

Feb 18, 20264 min read

Smart Contract Upgradability: Security Trade-offs You Need to Know

Upgradeable contracts let you fix bugs after deployment — but they also introduce new attack surfaces. Here's how to use upgrade patterns securely.

Feb 11, 20265 min read

Formal Verification for Smart Contracts: A Practical Guide

Formal verification mathematically proves your contract behaves as intended. Here's what it is, when you need it, and how to get started.

Jan 29, 20265 min read

Solidity Security Patterns: A Developer's Handbook

The essential security patterns every Solidity developer should know — from access control to safe math, with code-level guidance and real-world context.

Jan 20, 20266 min read