GPT-5 finding
Fallback dependency to ~/clawd/scripts/with-secrets.sh is undocumented and likely absent
- bankr-signals/scripts/publish-signal.sh:131-133
The fallback references a hardcoded path (~/clawd/scripts/with-secrets.sh) that is not declared in SKILL metadata or installation instructions. On most systems this path will not exist, causing silent failure paths or confusion.
Recommendation
- Remove the fallback and require NET_PRIVATE_KEY (or BOTCHAN_PRIVATE_KEY) to be set, with a clear error message, or vendor the helper script into this repo and reference it relative to SCRIPT_DIR. - Document any required external helper scripts in SKILL.md metadata ‘requires’.