audit

Audit Solidity contracts for security findings with severity classifications and remediation guidance.

1|1|Updated May 6, 2026
One-click install
npx skills add https://github.com/Thanasimos/Thanas-flare-builders-toolkit --skill audit-thanasimos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/Thanasimos/Thanas-flare-builders-toolkit/tree/main/audit
Command: npx skills add https://github.com/Thanasimos/Thanas-flare-builders-toolkit --skill audit-thanasimos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Performs a comprehensive, checklist-driven security audit of a Solidity contract to identify vulnerabilities, misconfigurations, and risky patterns, delivering findings with severity levels and concrete remediation guidance.

Core Features & Use Cases

  • Checklist-driven security audit covering variables, structs, functions, modifiers, code patterns, and external calls.
  • SWC-based vulnerability assessments with formal risk scoring for production-ready contracts.
  • Actionable remediation guidance tailored to owners, developers, and security teams across audit cycles.

Quick Start

Upload the target contract and dependencies, then execute the Step 1-2 audit workflow to produce a prioritized findings report.

Frequently Asked Questions about audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit a Solidity smart contract for security vulnerabilities?

To audit a Solidity smart contract, this Skill applies a systematic checklist-driven approach that examines variables, structs, functions, and external calls to identify security vulnerabilities and produce a structured report with severity classifications and remediation guidance.

What is SWC vulnerability checking in Solidity security audits?

SWC vulnerability checking systematically verifies Solidity contracts against the Smart Contract Weakness Classification registry. This Skill applies SWC checks alongside category audits to identify misconfigurations and risky patterns, assigning formal risk scores for production readiness.

How do I get remediation guidance for smart contract security findings?

Remediation guidance for smart contract security findings is generated as part of a structured audit report. After identifying vulnerabilities through checklist categories and SWC checks, the Skill delivers actionable remediation steps tailored to developers and security teams.

Does this security audit tool check Solidity modifiers and code patterns?

Yes, this security audit tool checks Solidity modifiers, code patterns, variables, structs, functions, and external calls. It systematically reviews these contract components during the audit workflow to uncover risky patterns and misconfigurations.

Can I use this for auditing production-ready Solidity contracts?

Yes, you can use this for auditing production-ready Solidity contracts. It assesses conformance with auditing standards and provides formal risk scoring with severity levels to ensure contracts are secure for production deployment.

What is the best way to prepare a Solidity contract for a security audit?

The best way to prepare is to upload the target Solidity contract along with its dependencies. Once uploaded, the audit workflow scopes the contract and systematically evaluates variables, structs, functions, and external calls for security flaws.