skills/jeremylongshore/claude-code-plugins-plus-skills/monitoring-cross-chain-bridges/Gen Agent Trust Hub
monitoring-cross-chain-bridges
Pass
Audited by Gen Agent Trust Hub on Mar 23, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches data from several established cryptocurrency data providers and protocol APIs.
- Evidence:
bridge_fetcher.py,protocol_adapters.py, andsettings.yamlreference endpoints for DefiLlama (bridges.llama.fi), Wormhole (api.wormholescan.io), LayerZero (scan.layerzero.network), and Across (across.to). - [COMMAND_EXECUTION]: The skill executes local Python scripts to aggregate and process bridge data. The execution is restricted to the skill's own monitor scripts.
- Evidence:
SKILL.mdlimits theBashtool to the patternpython:*bridge_monitor*, which corresponds to the providedbridge_monitor.pyCLI utility. - [DATA_EXFILTRATION]: Network activity is limited to the defined monitoring sources. There is no evidence of the skill attempting to access or transmit sensitive system files or credentials to external servers.
- [CREDENTIALS_UNSAFE]: The documentation includes guidance on managing API keys through environment variables or separate configuration files (
config/crypto-apis.env), which align with standard security practices for secret management. - [PROMPT_INJECTION]: The instructions in
SKILL.mdare focused on task execution and do not contain patterns intended to bypass safety guidelines or override agent behavior.
Audit Metadata