clarity-audit

Audit Clarity smart contracts and generate structured JSON security reports.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Jay0xx/forge0btc-news-agent --skill clarity-audit-jay0xx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clarity-audit
Source: https://github.com/Jay0xx/forge0btc-news-agent/tree/main/aibtcdev-skills/clarity-audit
Command: npx skills add https://github.com/Jay0xx/forge0btc-news-agent --skill clarity-audit-jay0xx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clarity contracts require rigorous, repeatable security audits to identify correctness issues, vulnerability risks, and deployment readiness, ensuring safe on-chain behavior.

Core Features & Use Cases

  • Structured audit workflow producing a detailed JSON report including verdict, risk, and actionable findings.
  • Supports per-function review, quick checks for high-severity issues, and end-to-end deployment readiness checks.
  • Real-world use case: an auditor runs the audit on a given Clarity contract to produce a verifiable security assessment for developers and auditors.

Quick Start

Run clarity-audit on a contract file to generate a structured JSON report.

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 conduct a security audit on a Clarity smart contract, apply the structured audit workflow to execute read-only verification and per-function risk scoring. This generates a standardized JSON output detailing deployment readiness and actionable findings.

What does a Clarity smart contract audit report include?

A Clarity smart contract audit report includes a final deployment readiness verdict, overall risk assessment, and specific actionable findings. It uses explicit output schemas and function-level risk scoring to document security vulnerabilities.

Can I use static analysis for multi-contract assessments in Clarity?

Yes, you can use static analysis for multi-contract assessments in Clarity. The structured audit workflow supports evaluating multiple contracts simultaneously to identify correctness issues and document vulnerability risks across interconnected contract logic.

Does the Clarity audit workflow modify the smart contract code during review?

The Clarity audit workflow does not modify smart contract code during review. It enforces strict read-only verification to ensure safe assessment of the contract without altering the original on-chain behavior or source files.

When do I need a deployment readiness check for blockchain contracts?

You need a deployment readiness check for blockchain contracts before mainnet deployment to ensure safe on-chain behavior. It identifies correctness issues and vulnerability risks through a structured end-to-end security audit.