fearless-Android AGENTS.md

A set of repository instructions for developing Fearless Android, a cryptocurrency wallet supporting Polkadot, EVM-compatible networks, and TON.

In plain words
What is it for?
Use it when building, testing, reviewing, or modifying modules in this Android wallet project.
Why use it?
It explains the project’s layout, commands, coding rules, and testing practices so changes fit the existing codebase.

Instructions file for CodexOpenCode

Install

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.

agentmods
npx agentmods add instructions/soramitsu/fearless-android/agents-md
Clone the repo
git clone --depth 1 https://github.com/soramitsu/fearless-Android

Made for: Codex, OpenCode.

Per session 1,873 This file is loaded in full into every session.
When invoked 1,873 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original 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 $0.01873 $0.01873
Opus 5 $0.00937 $0.00937
Sonnet 5 $0.00375 $0.00375
Haiku 4.5 $0.00187 $0.00187

Measured 2d ago against content hash ac48aaa71155, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

AGENTS.md · 95 lines

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.

Android CI

Project Structure & Modules

  • app/: Android app entry; build types debug/release/staging/develop/pr.
  • feature-*/: Split by domain with -api and -impl modules (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, resources src/main/res, unit tests src/test, instrumentation tests src/androidTest.

Build, Test, and Dev Commands

  • Build app (APK): ./gradlew :app:assembleDebug (use assembleRelease for 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 (or testDevelopDebugUnitTest if present).
  • Android Lint: ./gradlew :app:lint.
  • Coverage report: ./gradlew jacocoTestReport (outputs under each module’s build/reports/jacoco).
  • Post-merge validation: ./gradlew postMergeCheck or bash scripts/post_merge_check.sh.
  • App version: ./gradlew :app:printVersion.
  • Local validation helper: bash scripts/validate-local.sh.

Read the full file on GitHub · 95 lines

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. 2d ago First seen · 95 lines · 1,873 tokens per session scan A ac48aaa71155

Subscribe to this mod's changes

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.