What problem does it solve?
Solidity/EVM token contracts can hide high-impact vulnerabilities that generic scanners miss; contract-auditor fetches verified source code and produces a structured, risk-ranked safety pre-check to prevent unsafe tokens from advancing in the BD scoring pipeline.
Core Features & Use Cases
- On-chain verified-source security scan: Retrieves verified contract source from Etherscan/BaseScan, triages source size, and runs a pattern library for critical/high vulnerability shapes.
- Actionable scoring integration: Converts findings into a contract_safety_score and listing_recommendation that feeds directly into
/score-token safety scoring.
- Safer listing decisions with explicit guardrails: Automatically rejects contracts with hidden/unverified source and provides clear limitations so prospects understand confidence boundaries.
Quick Start
Use the contract-auditor skill to audit a specific contract by providing its address and chain, then request a safety score and listing recommendation for listing review.