# Audithub Vanguard

> Use for AuditHub DeFi Vanguard workflows such as preparing static analysis runs, interpreting user-provided DeFi Vanguard results, and coordinating triage for Solidity projects. Trigger when a user asks for DeFi Vanguard analysis preparation, vulnerability triage based on DeFi Vanguard output, or static analysis findings.

- Skill: `veridise/audithub-vanguard` (Agent Skill, multi-file: 6 files)
- Install (CLI): `npx skillmds@latest add veridise/audithub-vanguard`
- Raw SKILL.md: https://api.skillmd.com/api/skills/veridise/audithub-vanguard/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Veridise (https://skillmd.com/u/veridise)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/veridise/audithub-vanguard

---


# DeFi Vanguard skill overview

Use DeFi Vanguard to prepare static analysis scans for Solidity projects and to triage results. Follow the role-specific guidance below and refer to DeFi Vanguard detector documentation in `references/`. 

## Roles and routing

- Scan Planner: Propose directories to scan and detectors to use for DeFi Vanguard.
  - See `references/vanguard-scan-planner.md`.
- Result Analyzer: Triage DeFi Vanguard outputs into a structured JSON report.
  - See `references/vanguard-result-analyzer.md`.
- Custom Detector Builder: Build definitions of custom detectors. 
  - See `references/vanguard-custom-detector-builder.md`.

## General expectations

- Use available repository inspection tools to understand contracts and findings.
- Keep outputs strict to the specified format for each role.
- Prefer concrete, code-grounded findings over speculation.

## References

Make sure to leverage documentation files under `references/defi-vanguard-docs`

