longbridge-elliott-wave
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary function is technical timing analysis based on public market data. It uses established CLI tools and localized scripts to identify wave patterns.
- [COMMAND_EXECUTION]: The skill executes
longbridgeCLI commands and a local Python script (scripts/signal_engine.py). These executions are scoped to fetching market data (K-lines, news) and calculating technical indicators, which aligns with the stated purpose. - [EXTERNAL_DOWNLOADS]: Dependencies are limited to standard, well-known Python packages (
pandas,numpy). The skill also utilizes web searches for market environment context (e.g., VIX levels, policy news), following official and reputable sources. - [DATA_EXPOSURE]: No sensitive local data access (e.g., credentials, private keys) was detected. Market data fetched via the CLI is redirected to temporary files in
/tmp/for processing, a standard practice for handling tool output.
Audit Metadata