← Back to search

io.github.calintzy/evmscope

calintzy Scanned 11h ago

EVM blockchain intelligence toolkit for AI agents. 20 tools across 5 chains. Zero config.

C
70.8 / 100

Versions

1.5.2latest
first seen May 19, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 26

getTxStatus
annotations: none low

트랜잭션 상태를 조회합니다 (pending/success/failed, confirmations, gas 사용량)

compareGas
annotations: none low

5개 EVM 체인의 가스비를 한 번에 비교합니다 (최저가 순 정렬, USD 예상 비용 포함)

getTokenInfo
annotations: none low

ERC-20 토큰의 메타데이터(이름, 심볼, 소수점, 총공급량)를 조회합니다

getBalance
annotations: none low

지갑 주소의 네이티브 토큰 + ERC-20 토큰 잔고를 조회합니다 (USD 환산 포함)

getYieldRates
annotations: none low

DeFi 수익률(APY)을 조회합니다 (DefiLlama 기반, 프로토콜/체인별 필터, TVL 기준 상위 10개 풀)

getProtocolTVL
annotations: none low

DeFi 프로토콜의 TVL(Total Value Locked)을 조회합니다 (DefiLlama 기반, 체인별 분포, 24h/7d 변동률)

getPortfolio
annotations: none low

지갑의 전체 자산 포트폴리오(네이티브 + ERC-20 토큰, USD 가치, 비율)를 한 번에 조회합니다

getApprovalStatus
annotations: none low

ERC-20 토큰 승인(allowance) 상태를 조회합니다. 주요 프로토콜 자동 체크, 리스크 레벨 판정

simulateTx
annotations: none low

트랜잭션을 시뮬레이션합니다 (eth_call + estimateGas, 가스비 USD 환산, revert reason 디코딩)

getTokenTransfers
annotations: none low

지갑 주소의 최근 ERC-20 토큰 전송 내역(입금/출금, 토큰명, 수량)을 조회합니다

getGasPrice
annotations: none low

현재 가스비를 slow/normal/fast 3단계로 조회합니다 (Gwei + USD 예상 비용)

getNFTMetadata
annotations: none low

ERC-721 NFT의 메타데이터(이름, 설명, 이미지, 속성)를 조회합니다. IPFS URI 자동 변환 지원

decodeTx
annotations: none low

트랜잭션을 구조화된 JSON으로 해석합니다 (함수명, 파라미터, 이벤트 로그, 가스 정보)

getBridgeRoutes
annotations: none low

크로스체인 브릿지 경로를 조회합니다 (LI.FI 기반, 비용/시간/경로 비교, 최적 경로 추천)

getNFTInfo
annotations: none low

특정 컨트랙트에서 지갑 주소가 보유한 ERC-721 NFT 목록과 tokenURI를 조회합니다

getBlockInfo
annotations: none low

블록 번호 또는

getGovernanceProposals
annotations: none low

Snapshot 기반 DeFi 프로토콜 거버넌스 프로포절을 조회합니다 (상태 필터, 투표 결과 포함)

checkHoneypot
annotations: none low

토큰의 허니팟(사기) 여부를 탐지합니다 (매수/매도 세금, 위험도, 플래그, Honeypot.is 기반)

getContractABI
annotations: none low

컨트랙트 ABI를 조회합니다 (Etherscan → Sourcify 폴백, verified contract 필요)

getTokenPrice
annotations: none low

토큰의 현재 가격(USD)과 24시간 변동률, 시가총액, 거래량을 조회합니다

getWhaleMovements
annotations: none low

대규모 토큰 전송(고래 이동)을 추적합니다. 거래소 입출금 방향 판정, 요약 통계 포함

getTokenHolders
annotations: none low

토큰의 상위 홀더를 조회합니다 (Ethereum: Ethplorer, 기타 체인: Etherscan 집계, 주소/점유율/잔고)

resolveENS
annotations: none low

ENS 이름 ↔ 이더리움 주소를 양방향으로 해석합니다 (Ethereum mainnet 전용)

getSwapQuote
annotations: none low

DEX 스왑 견적을 조회합니다 (ParaSwap 기반, 최적 경로, 가스비 포함, ETH→WETH 자동 치환)

getContractEvents
annotations: none low

컨트랙트 이벤트 로그를 조회합니다 (ABI 자동 디코딩, 최근 1000블록 기본, 블록 범위 지정 가능)

identifyAddress
annotations: none low

주소를 식별합니다 (거래소, DeFi 프로토콜, 고래 지갑, 컨트랙트/EOA 분류)

Permissions 2

network medium
Server uses network capabilities via: fetch()
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 69

low
Tool 'getBlockInfo' has no annotations annotation_checker · 100%
low
Tool 'getTxStatus' has no annotations annotation_checker · 100%
low
Tool 'compareGas' has no annotations annotation_checker · 100%
low
Tool 'getTokenInfo' has no annotations annotation_checker · 100%
low
Tool 'getBalance' has no annotations annotation_checker · 100%
low
Tool 'getYieldRates' has no annotations annotation_checker · 100%
low
Tool 'getProtocolTVL' has no annotations annotation_checker · 100%
low
Tool 'getPortfolio' has no annotations annotation_checker · 100%
low
Tool 'getApprovalStatus' has no annotations annotation_checker · 100%
low
Tool 'simulateTx' has no annotations annotation_checker · 100%
low
Tool 'getTokenTransfers' has no annotations annotation_checker · 100%
low
Tool 'getGasPrice' has no annotations annotation_checker · 100%
low
Tool 'getNFTMetadata' has no annotations annotation_checker · 100%
low
Tool 'decodeTx' has no annotations annotation_checker · 100%
low
Tool 'getBridgeRoutes' has no annotations annotation_checker · 100%
low
Tool 'getNFTInfo' has no annotations annotation_checker · 100%
low
Tool 'getGovernanceProposals' has no annotations annotation_checker · 100%
low
Tool 'checkHoneypot' has no annotations annotation_checker · 100%
low
Tool 'getContractABI' has no annotations annotation_checker · 100%
low
Tool 'getTokenPrice' has no annotations annotation_checker · 100%
low
Tool 'getWhaleMovements' has no annotations annotation_checker · 100%
low
Tool 'getTokenHolders' has no annotations annotation_checker · 100%
low
Tool 'resolveENS' has no annotations annotation_checker · 100%
low
Tool 'getSwapQuote' has no annotations annotation_checker · 100%
low
Tool 'getContractEvents' has no annotations annotation_checker · 100%
low
Tool 'identifyAddress' has no annotations annotation_checker · 100%
medium
OAuth implementation without PKCE auth_checker · 75%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.12.1 (GHSA-345p-7cg4-v4c7) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.12.1 (GHSA-8r9q-7v3j-jr4g) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.12.1 (GHSA-w48q-cv73-mx4w) dependency_analyzer · 95%
medium
Vulnerable dependency: vitest@3.0.0 (GHSA-5xrq-8626-4rwp) dependency_analyzer · 95%
medium
Vulnerable dependency: vitest@3.0.0 (GHSA-82fw-gwwq-j7x9) dependency_analyzer · 95%
medium
Vulnerable dependency: vitest@3.0.0 (GHSA-9crc-q9x8-hgqq) dependency_analyzer · 95%
medium
Buffer.from base64 in calintzy-evmscope-99637f2/src/tools/getNFTMetadata.ts:87 entropy_analyzer · 75%
info
package.json metadata manifest_parser · 100%
info
Tool: getTxStatus manifest_parser · 70%
info
Tool: compareGas manifest_parser · 70%
info
Tool: getTokenInfo manifest_parser · 70%
info
Tool: getBalance manifest_parser · 70%
info
Tool: getYieldRates manifest_parser · 70%
info
Tool: getProtocolTVL manifest_parser · 70%
info
Tool: getPortfolio manifest_parser · 70%
info
Tool: getApprovalStatus manifest_parser · 70%
info
Tool: simulateTx manifest_parser · 70%
info
Tool: getTokenTransfers manifest_parser · 70%
info
Tool: getGasPrice manifest_parser · 70%
info
Tool: getNFTMetadata manifest_parser · 70%
info
Tool: decodeTx manifest_parser · 70%
info
Tool: getBridgeRoutes manifest_parser · 70%
info
Tool: getNFTInfo manifest_parser · 70%
info
Tool: getBlockInfo manifest_parser · 70%
info
Tool: getGovernanceProposals manifest_parser · 70%
info
Tool: checkHoneypot manifest_parser · 70%
info
Tool: getContractABI manifest_parser · 70%
info
Tool: getTokenPrice manifest_parser · 70%
info
Tool: getWhaleMovements manifest_parser · 70%
info
Tool: getTokenHolders manifest_parser · 70%
info
Tool: resolveENS manifest_parser · 70%
info
Tool: getSwapQuote manifest_parser · 70%
info
Tool: getContractEvents manifest_parser · 70%
info
Tool: identifyAddress manifest_parser · 70%
info
Transport: stdio manifest_parser · 90%
info
Required env vars (7) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 70%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 235 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%