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/soramitsu/fearless-android/agents-mdgit clone --depth 1 https://github.com/soramitsu/fearless-AndroidWhat 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.01873 | $0.01873 |
| Opus 5 | $0.00937 | $0.00937 |
| Sonnet 5 | $0.00375 | $0.00375 |
| Haiku 4.5 | $0.00187 | $0.00187 |
Grade A, and why
fearless-Android 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 2d 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 — 95 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Repository Guidelines
About this codebase
This repository contains the codebase for a cryptocurrency wallet compatible with the Polkadot, EVM, and TON ecosystems.
It uses dependencies available in the soramitsu/fearless-utils-Android repository and has an iOS equivalent in soramitsu/fearless-iOS.
Project Structure & Modules
app/: Android app entry; build typesdebug/release/staging/develop/pr.feature-*/: Split by domain with-apiand-implmodules (e.g.,feature-wallet-api,feature-wallet-impl).core-api/,core-db/,runtime/,runtime-permission/,common/: Shared foundations.test-shared/: Test-only utilities reused across modules.buildSrc/,detekt/,scripts/,docs/: Gradle plugins/config, static analysis, helper scripts, documentation.- Per-module sources:
src/main/java|kotlin, resourcessrc/main/res, unit testssrc/test, instrumentation testssrc/androidTest.
Build, Test, and Dev Commands
- Build app (APK):
./gradlew :app:assembleDebug(useassembleReleasefor release). - Full build + checks:
./gradlew clean build. - Static analysis:
./gradlew detektAll(auto-fix formatting:./gradlew detektFormat). - Unit tests (aggregated):
./gradlew runTest(runs detekt, unit tests, JaCoCo report). - Per-module unit tests:
./gradlew :core-db:testDebugUnitTest(ortestDevelopDebugUnitTestif present). - Android Lint:
./gradlew :app:lint. - Coverage report:
./gradlew jacocoTestReport(outputs under each module’sbuild/reports/jacoco). - Post-merge validation:
./gradlew postMergeCheckorbash scripts/post_merge_check.sh. - App version:
./gradlew :app:printVersion. - Local validation helper:
bash scripts/validate-local.sh.
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.
- 2d ago First seen · 95 lines · 1,873 tokens per session scan A ac48aaa71155
fearless-Android AGENTS.md is an instructions file published in the GitHub repository soramitsu/fearless-Android (99 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 1,873 tokens to every session, about $0.0094 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
fearless-iOS AGENTS.md
Instructions for soramitsu/fearless-iOS, covering repository guidelines, project structure & modules, build, test, and dev commands, coding style & naming and testing guidelines.
ethereum-wallet-toolkit AGENTS.md
AGENTS.md instructions for nirholas/ethereum-wallet-toolkit, covering ethereum-wallet-toolkit development guidelines, project overview, terminal management and contributing.
ethereum-wallet-toolkit copilot-instructions.md
Copilot instructions for nirholas/ethereum-wallet-toolkit, covering ethereum-wallet-toolkit and terminal management.
ethereum-wallet-toolkit CLAUDE.md
Claude Code instructions for nirholas/ethereum-wallet-toolkit, covering ethereum-wallet-toolkit and terminal management.
ethereum-wallet-toolkit GEMINI.md
Gemini CLI instructions for nirholas/ethereum-wallet-toolkit, covering ethereum-wallet-toolkit and terminal management.
jesse AGENTS.md
Instructions for jesse-ai/jesse, covering jesse repository guide for ai agents, skills, key characteristics, central framework and technology stack.