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)
- Vulnerability risk scores -- ponderacao por severidade
- Aggregate risk score -- media ponderada de findings
- Pattern scanning -- deteccao em codigo Solidity
- Report generation -- estrutura completa de auditoria
Dependencias
Python 3.12, stdlib only (dataclasses, enum, typing).