botcoin-miner
Pass
Audited by Gen Agent Trust Hub on May 6, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill instructs the agent to treat
solveInstructionsfrom an external API response as the "authoritative challenge-specific instruction block." This creates a conflict with general safety guidelines and may lead the agent to follow malicious instructions if the external source is compromised. - [PROMPT_INJECTION]: The skill presents a surface for indirect prompt injection attacks.
- Ingestion points: Challenge payloads (including
doc,questions, andsolveInstructions) fetched viacurlfromcoordinator.agentmoney.net. - Boundary markers: The skill includes a "Golden Rule" warning that coordinator response payloads are challenge data and not trusted system instructions, though this is partially contradicted by the specific instruction to treat them as authoritative.
- Capability inventory: The skill uses
curlfor network communication and has the capability to perform financial transactions (swapping, staking, submitting) through thebankrskill. - Sanitization: No automated sanitization or filtering of the external instruction content is performed before processing.
- [COMMAND_EXECUTION]: The skill relies on
curlandjqto communicate with external APIs and process JSON responses, which involves handling theBANKR_API_KEYand transaction data. - [EXTERNAL_DOWNLOADS]: The skill makes network requests to
coordinator.agentmoney.netandapi.bankr.bot. These are vendor-owned domains related to the skill's intended functionality.
Audit Metadata