Opus finding
subscribe.sh does not enforce config.json risk.max_providers cap
lowapi-contractmedium
- bankr-signals/scripts/subscribe.sh:30-50
- bankr-signals/SKILL.md:195-205
SKILL.md documents a max_providers risk knob in config.json. subscribe.sh never reads or enforces it, so the user-advertised cap is silent: users believe they have a guardrail they don't.
Recommendation
Either remove max_providers from docs or have subscribe.sh read it and refuse to add a subscription past the limit.