Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>Eagle AuditNew to Visual Studio Code? Get it now.
Eagle Audit

Eagle Audit

Venturus

|
4 installs
| (0) | Free
VS Code extension UI for Eagle Audit smart contract analysis.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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:
    • Slither
    • Solhint
    • Graph
  • 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

  1. Install the extension from the VS Code Marketplace.
  2. Open the Eagle Audit view from the Activity Bar.
  3. In API Access, either:
    • Click Continue with Google, or
    • Get a free API key from eagleaudit.com.br/en/dashboard and save it manually.
  4. 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:

  • src/
  • test/
  • script/
  • lib/

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

  • Product website: eagleaudit.com.br
  • Google sign-in and dashboard: eagleaudit.com.br
  • Dashboard and API key access: eagleaudit.com.br/en/dashboard

License

Copyright (c) 2026 Venturus Centro de Inovacao Tecnologica. All rights reserved.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft