clarity-audit

Audit Clarity smart contracts for correctness, design, and deployment risks.

9|43|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/aibtcdev/skills --skill clarity-audit-aibtcdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clarity-audit
Source: https://github.com/aibtcdev/skills/tree/main/clarity-audit
Command: npx skills add https://github.com/aibtcdev/skills --skill clarity-audit-aibtcdev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates rigorous security audits for Clarity smart contracts to identify correctness issues, design concerns, and deployment readiness.

Core Features & Use Cases

  • Audits contracts for correctness, security, and design concerns.
  • Generates structured JSON outputs suitable for CI checks and multi-contract reviews.
  • Supports audit, quick-check, and function-review workflows for end-to-end analysis.

Quick Start

Run a full audit on a Clarity contract by providing the path to the .clar source file.

Frequently Asked Questions about clarity-audit

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

FAQPage Schema
How do I run a security audit on a Clarity smart contract?

To run a security audit on a Clarity smart contract, provide the path to your .clar source file. The audit identifies correctness issues, design concerns, and deployment risks, returning structured JSON outputs with risk levels and remediation guidance.

What is static analysis for Clarity contracts and when do I need it?

Static analysis for Clarity contracts is an automated review process that detects security vulnerabilities and design concerns before deployment. You need it for pre-deployment reviews, third-party contract evaluations, and multi-contract analysis to ensure deployment readiness.

Can I use automated auditing tools for multi-contract Clarity projects?

Yes, you can use automated auditing tools for multi-contract Clarity projects. The audit supports end-to-end analysis across a project, evaluating third-party contracts and generating structured JSON outputs suitable for multi-contract reviews.

Does Clarity security auditing support quick checks and function reviews?

Yes, Clarity security auditing supports quick checks and function reviews through dedicated subcommands. These workflows allow targeted end-to-end analysis, enabling both rapid preliminary scans and detailed function-level evaluations.

What's the best way to integrate smart contract audit results into CI checks?

The best way to integrate smart contract audit results into CI checks is by using structured JSON outputs. These outputs deliver consistent verdicts and risk levels, enabling automated pipelines to evaluate deployment readiness and enforce remediation.