Delora Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Delora Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Delora MCP exposes the Delora API (api.delora.build) so you can fetch cross-chain quotes, supported chains, tokens, and tools.
originCurrency and destinationCurrency as contract addresses; use 0x0... (or chain’s native zero address) for native currency.Optional: get_tools for available tools/bridges; get_instructions (this guide) if you need the full workflow again.
"1000000000000000000" for 1 ETH.0x0000000000000000000000000000000000000000 on EVM) for native asset.1 (Ethereum), 42161 (Arbitrum), 137 (Polygon). Use get_chains to get the exact list.originChainId, destinationChainId, amount, originCurrency, destinationCurrency.senderAddress, receiverAddress, integrator, fee (0–0.1, only with integrator), slippage (0–1, e.g. 0.005 for 0.5%).The API returns the best quote, typically including:
Always pass through the raw JSON from the tool so the user (or the next step) can use calldata and amounts.
Call get_instructions first if you need this guide. Then use get_chains → get_tokens / get_token → get_quote with amounts in smallest units and token addresses (or native zero).
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.