debridge
Pass
Audited by Gen Agent Trust Hub on Aug 4, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references and downloads the official deBridge protocol SDK from its public GitHub repository.
- Evidence:
debridge-solana-sdk = { git = "ssh://git@github.com/debridge-finance/debridge-solana-sdk.git" }inexamples/basic-transfer/README.md. - [COMMAND_EXECUTION]: The documentation provides standard CLI instructions for installing dependencies and testing the Solana programs.
- Evidence:
cargo add --git ssh://git@github.com/debridge-finance/debridge-solana-sdk.git debridge-solana-sdkinSKILL.md. - [SAFE]: The provided TypeScript templates interact with the official deBridge infrastructure for core functionality.
- Evidence:
const DLN_API = "https://api.dln.trade"used for quoting and order creation intemplates/bridge-client.ts.
Audit Metadata