Bridge Security Watchdog
Pass
Audited by Gen Agent Trust Hub on Aug 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a well-documented and functional security tool that performs the tasks it claims to perform without any hidden or malicious behaviors. The provided Python scripts and instructions are consistent with the skill's stated purpose of enhancing user safety in the Web3 ecosystem.
- [EXTERNAL_DOWNLOADS]: The skill communicates with DefiLlama's official API to retrieve bridge TVL data and interacts with standard blockchain RPC nodes (e.g., Ethereum, Arbitrum, Optimism). These are well-known and trusted services in the Web3 ecosystem. The connection is handled safely using the standard
requestsandweb3libraries. - [COMMAND_EXECUTION]: The Python scripts perform read-only queries against blockchain networks to monitor transactions. There is no evidence of arbitrary command execution or dangerous subprocess calls. The code specifically filters for relevant logs and limits processing to prevent resource exhaustion.
- [CREDENTIALS_UNSAFE]: The skill correctly instructs users to manage API keys for services like Alchemy or Etherscan using environment variables, which is a standard and safe practice for avoiding hardcoded secrets. No sensitive information or hardcoded credentials were found in the skill's code.
Audit Metadata