blockchain-auditor

star 35

Blockchain Auditor skill for the OpenCode ecosystem

MarceloClaro By MarceloClaro schedule Updated 6/8/2026

name: blockchain_auditor category: agency domain: specialized version: "1.0.0" kind: python description: Blockchain Auditor skill for the OpenCode ecosystem

Blockchain Security Auditor

Agente especializado em auditoria de seguranca de smart contracts. Detecta vulnerabilidades conhecidas (reentrancy, unchecked calls, overflow, tx.origin, timestamp), calcula risk scores e gera relatorios estruturados.

Uso

from blockchain_auditor_engine import ContractAudit, scan_patterns

CTs (4)

  1. Vulnerability risk scores -- ponderacao por severidade
  2. Aggregate risk score -- media ponderada de findings
  3. Pattern scanning -- deteccao em codigo Solidity
  4. Report generation -- estrutura completa de auditoria

Dependencias

Python 3.12, stdlib only (dataclasses, enum, typing).

Install via CLI
npx skills add https://github.com/MarceloClaro/OpenCode_Ecosystem --skill blockchain-auditor
Repository Details
star Stars 35
call_split Forks 17
navigation Branch main
article Path SKILL.md
More from Creator
MarceloClaro
MarceloClaro Explore all skills →