Eagle Audit for VS Code
Eagle Audit brings Ethereum smart contract analysis into VS Code, remotely. Open the Eagle Audit panel, sign in with Google or use an API key, and run security analyzers, unit tests, and reports against your contracts without leaving the editor.
Learn more at eagleaudit.com.br.
What You Can Do
- Sign in with your Eagle Audit account using Google
- Use an API key stored securely in VS Code secret storage as a fallback
- Check request quota and renewal date directly inside the extension
- Sync Foundry project contracts to the Eagle Audit backend
- Run analyzers against a selected contract from
src/
- Available analyzers:
- Run remote Foundry unit tests for a selected contract
- Generate a simple markdown report
- Start asynchronous deep reports with AI agents and inspect their status inside VS Code
Getting Started
- Install the extension from the VS Code Marketplace.
- Open the Eagle Audit view from the Activity Bar.
- In
API Access, either:
- Start using the available actions:
Analyze
Run Unit Tests
Simple Report
Deep Report + AI Agents
Recommended Project Structure
The extension is designed for Ethereum Foundry projects.
For Sync Code, Eagle Audit validates that your workspace contains:
foundry.toml at the project root
- Solidity contracts inside
src/ recursively
When sync runs, the extension uploads Solidity files from:
It also includes root Foundry files when present:
foundry.toml
remappings.txt
Analyzers and unit tests use the contracts discovered under src/.
How Results Are Displayed
Simple Report opens markdown in a new tab
Slither and Solhint open in a custom structured Eagle Audit results viewer
Graph results open as an SVG preview
Unit Tests open in a custom structured results viewer
Deep Reports can be refreshed from the panel and opened individually
Deep Report Providers
Deep reports support two providers:
Azure OpenAI
- Provider sent to backend:
azure-responses
- Model is fixed to
gpt-5.1-codex-mini
Ollama
- Provider sent to backend:
ollama
- Model is entered manually in the extension UI
Website
License
Copyright (c) 2026 Venturus Centro de Inovacao Tecnologica.
All rights reserved.