signals
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill instructions in
SKILL.mdandHEARTBEAT.mddirect the agent to fetch a remote file (https://bankrsignals.com/heartbeat.md) and follow its instructions as part of a recurring task. This establishes an indirect prompt injection surface where a compromise of the remote server could allow an attacker to influence agent behavior. * Ingestion points:SKILL.mdandHEARTBEAT.md. * Boundary markers: Absent; no instructions are provided to ignore potentially malicious embedded content. * Capability inventory:curl(network),node(execution),bash(execution). * Sanitization: Absent; the remote content is not validated before the agent is instructed to process it. - [COMMAND_EXECUTION]: The script
scripts/publish-signal.shexecutes dynamic Node.js code via the-eflag. The code string is constructed using shell variables ($ACTION, $TOKEN, etc.) which may contain untrusted data from other tools or data sources, presenting a risk of command injection.
Audit Metadata