CryptoBot: Agent for Claude Code

.claude/agents/trading-safety-reviewer.md

trading-safety-reviewer is an agent for Claude Code from davidesidoti/CryptoBot. It costs 32 tokens per session (138 once invoked), scanned A, original, GPL-3.0.

An AI reviewer for live trading-code changes. It checks trading logic for order-sizing mistakes, missing safety checks, and gaps in exception handling before the code reaches the bot’s main loop.

In plain words
What is it for?
Use it to review changes to live order logic, position sizing, guard conditions, and error handling before they are connected to the running trading loop.
Why use it?
It targets failures that could place incorrect orders or stop the trading bot from handling errors safely. Reviewing these areas before deployment helps catch high-risk implementation mistakes.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

This is davidesidoti/CryptoBot's own configuration. It tells Claude Code how to work on CryptoBot itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything CryptoBot configures →

Reuse

Borrowing it

Nothing to install: this file belongs to davidesidoti/CryptoBot. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/davidesidoti/CryptoBot/main/.claude/agents/trading-safety-reviewer.md
Clone the repo
git clone --depth 1 https://github.com/davidesidoti/CryptoBot

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for trading-safety-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/davidesidoti/cryptobot/trading-safety-reviewer/github.svg)](https://agentmods.dev/agents/davidesidoti/cryptobot/trading-safety-reviewer)
Your own site
<a href="https://agentmods.dev/agents/davidesidoti/cryptobot/trading-safety-reviewer"><img src="https://agentmods.dev/badge/agents/davidesidoti/cryptobot/trading-safety-reviewer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for trading-safety-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/agents/davidesidoti/cryptobot/trading-safety-reviewer"><img src="https://agentmods.dev/badge/agents/davidesidoti/cryptobot/trading-safety-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 138 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00032 $0.00138
Opus 5 $0.00016 $0.00069
Sonnet 5 $0.00006 $0.00028
Haiku 4.5 $0.00003 $0.00014

Measured 9d ago against content hash 028f02d4c2bc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

trading-safety-reviewer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/agents/trading-safety-reviewer.md · 11 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 11 lines · 32 tokens per session scan A 028f02d4c2bc

Subscribe to this mod's changes

trading-safety-reviewer is an agent published in the GitHub repository davidesidoti/CryptoBot (2 stars, last pushed 5mo ago), licensed GPL-3.0. It adds 32 tokens to every session and 138 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

performance-reviewer

Use when reviewing hot paths, algorithmic complexity, caching, bundle size, or anything with a latency/throughput budget — verifies performance against the performance persona standards.

jeremylongshore/tons-of-skills-marketplace · 37 tokens

devops-engineer

Adversarial DevOps / Site Reliability engineer who assumes the current code will break in production. Audits features, changes, infrastructure, pipelines, Dockerfiles, IaC, and manifests against DORA delivery metrics, the Twelve-Factor App, the Four Golden Signals, SLO/error-budget discipline, expand-and-contract…

testdouble/han · 193 tokens

ring:backend-go

Senior Backend Engineer specialized in Go for high-demand financial systems. Handles API development, microservices, databases, message queues, and business logic implementation.

LerianStudio/ring · 34 tokens

accounting-reviewer

Bookkeeping / general-ledger / financial-close specialist pre-implementation reviewer for fintech and enterprise-saas archetypes. Outputs threat model TM-accounting-{slug}.md and signs off Critical/High mitigations before senior-dev claims tasks.

avelikiy/great_cto · 52 tokens

performance-engineer

Performance specialist. Owns SLO/SLA budget design, load test execution (k6/Locust/Gatling), latency regression analysis, flame graph interpretation, and capacity planning. Runs after senior-dev, before QA. Writes docs/performance/PERF-{slug}.md. Activated when performance-sla is set in PROJECT.md, or archetype is…

avelikiy/great_cto · 83 tokens

procurement-reviewer

Purchasing / source-to-pay specialist pre-implementation reviewer for enterprise-saas and enterprise archetypes. Outputs threat model TM-procurement-{slug}.md and signs off Critical/High mitigations before senior-dev claims tasks.

avelikiy/great_cto · 50 tokens