Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/bitboxswiss/bitbox-wallet-app/agents-mdgit clone --depth 1 https://github.com/BitBoxSwiss/bitbox-wallet-appWrote 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.
[](https://agentmods.dev/instructions/bitboxswiss/bitbox-wallet-app/agents-md)<a href="https://agentmods.dev/instructions/bitboxswiss/bitbox-wallet-app/agents-md"><img src="https://agentmods.dev/badge/instructions/bitboxswiss/bitbox-wallet-app/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.02857 | $0.02857 |
| Opus 5 | $0.01429 | $0.01429 |
| Sonnet 5 | $0.00571 | $0.00571 |
| Haiku 4.5 | $0.00286 | $0.00286 |
Grade A, and why
bitbox-wallet-app AGENTS.md 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 215 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Repository Guidelines for bitbox-wallet-app
Architecture Overview
BitBoxApp is a cryptocurrency hardware wallet companion app. A Go backend provides an HTTP API consumed by a React/TypeScript single-page app. The same frontend is embedded in desktop (Qt WebEngine), Android, and iOS shells via platform-specific bridges.
Project Structure & Module Organization
The repository powers the BitBoxApp. Core Go services live under backend/ with entrypoints in
cmd/ (e.g., cmd/servewallet). Frontend clients reside in frontends/ (web for React, qt for
the desktop app, android and ios for mobile artifacts). Shared assets and docs sit in docs/,
while automation lives in scripts/. Use vendor/ for pinned Go modules.
Key backend packages:
backend/coins/btc/— Bitcoin (also used for LTC);backend/coins/eth/— Ethereum + ERC20 tokensbackend/coins/btc/handlers/handlers.go— account-level HTTP handlers shared by all account typesbackend/devices/bitbox02/— BitBox02 USB/Bluetooth device driversbackend/handlers/handlers.go— top-level HTTP routing (gorilla/mux)
Backend and Frontend Responsibilities
The frontend should ideally concern itself only with presentation and collecting user input. Keep business logic in the backend so that it has one authoritative implementation. This includes generating UUIDs, parsing amounts, and performing arithmetic on amounts. The frontend may format backend-provided values for display, but it should not independently implement domain rules or calculations.
Build, Test, and Development Commands
Requirements
See go.mod and frontends/web/package.json for required Go and Node.js versions. Run
make envinit once to install golangci-lint, gomobile, moq, mockery, goimports, and other
dev tooling.
Getting Started
Run make buildweb before the first make webdev to install npm dependencies. Then run
make servewallet and make webdev in separate terminals.
Key Make Targets
make servewalletstarts the Go backend (port 8082) in testnet mode by default. Pair withmake webdev(port 8080) for live UI development.- Backend variants:
make servewallet-mainnet,make servewallet-regtest,make servewallet-simulator,make servewallet-prodservers. - The Go backend does not hot-reload — restart it after code changes. The Vite frontend hot-reloads automatically.
make buildwebperforms a clean web build (npm ci --ignore-scripts && npm run build) used by desktop packages.make webtestandmake webtestwatchrun Vitest unit tests (one-shot and watch mode).make webe2etestruns Playwright E2E tests.make weblintruns ESLint + type-check.make webfixauto-fixes lint issues.make ci(or./scripts/ci.sh) mirrors CI: Go race tests (withGORACE="halt_on_error=1"), frontend build, linting, and i18n format checks. Use it before large pull requests.make go-vendorre-vendors Go dependencies.- All Go commands require
-mod=vendor(e.g.,go build -mod=vendor ./...).
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.
- 5d ago First seen · 215 lines · 2,857 tokens per session scan A 4ba8548c414d
bitbox-wallet-app AGENTS.md is an instructions file published in the GitHub repository BitBoxSwiss/bitbox-wallet-app (328 stars, last pushed yesterday), licensed Apache-2.0. It adds 2,857 tokens to every session, about $0.0143 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-30.
Other instructions, from other repositories
cashu.me AGENTS.md
Instructions for cashubtc/cashu.me, covering cashu.me developer guide for agents, 1. tech stack, core frameworks, mobile & desktop and cashu & cryptography.
ccxt CLAUDE.md
Claude Code instructions for ccxt/ccxt, covering ccxt — repository guide for contributors and ai agents, 1. architecture, rest vs pro (websocket), per-language model and two transpilers.
polar copilot-instructions.md
Instructions for jamaljsr/polar, covering polar - ai coding assistant instructions, core architecture, network orchestration via docker compose, state management (easy-peasy + redux) and visual designer (react flow chart).
Get-Started-with-Web3 AGENTS.md
AGENTS.md instructions for beihaili/Get-Started-with-Web3, covering get started with web3 agent notes, 项目定位, ceo 运营目标, 常用命令 and ai-native 内容层.
BitcoinAddressFinder CLAUDE.md
Claude Code instructions for bernardladenthin/BitcoinAddressFinder, covering claude.md — bitcoinaddressfinder, project overview, build system, common commands and compile only.
swift-secp256k1 AGENTS.md
AGENTS.md instructions for 21-DOT-DEV/swift-secp256k1, covering agents.md (swift-secp256k1), commands, non-obvious patterns, code style and boundaries.