Opus finding
leaderboard.sh inherits same jq slice injection / silent parse-error swallow
lowmaintainabilitymedium
- bankr-signals/scripts/leaderboard.sh:48-55
Same pattern as feed.sh: $LIMIT inlined into jq source. Also the `|| echo` swallows real parse errors with a generic message, hiding API schema regressions.
Recommendation
Use --argjson; remove or narrow the `|| echo` fallback so legitimate jq errors surface.