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-ios/agents-mdgit clone --depth 1 https://github.com/soramitsu/fearless-iOSWrote 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/soramitsu/fearless-ios/agents-md)<a href="https://agentmods.dev/instructions/soramitsu/fearless-ios/agents-md"><img src="https://agentmods.dev/badge/instructions/soramitsu/fearless-ios/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.02895 | $0.02895 |
| Opus 5 | $0.01448 | $0.01448 |
| Sonnet 5 | $0.00579 | $0.00579 |
| Haiku 4.5 | $0.00290 | $0.00290 |
Grade C, and why
fearless-iOS AGENTS.md scanned grade C with 1 finding 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 4d 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.
Reaches for credential fileshighPrivilege escalation
SSH keys, cloud credentials, git-credentials, .npmrc, /etc/shadow: reading these is how a config file becomes a credential leak.
- Alternatively, write a `~/.netrc` with GitHub credentials (read-only). How it starts
The opening of the file, as written. The whole thing — 180 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 ecosystem (and related networks).
It uses dependencies available in the iOS ecosystem (e.g., SoraFoundation, SoraKeystore, FearlessKeys) and has an Android counterpart in soramitsu/fearless-Android.
Project Structure & Modules
fearless/: App sources, split by features/modules.fearlessTests/,fearlessIntegrationTests/: Unit/integration tests.fearless.xcworkspace,fearless.xcodeproj: Xcode workspace/project files.Pods/,Podfile,Podfile.lock: CocoaPods dependencies.Jenkinsfile: CI pipeline configuration.- Config files:
.swiftlint.yml,.swiftformat,.periphery.yml.
Build, Test, and Dev Commands
- Install dependencies:
pod install - Build (Debug, simulator):
xcodebuild -workspace fearless.xcworkspace -scheme fearless -configuration Debug -destination 'platform=iOS Simulator,OS=latest,name=iPhone 15' build
- Run unit tests (on simulator):
xcodebuild -workspace fearless.xcworkspace -scheme fearless.tests -destination 'platform=iOS Simulator,OS=latest,name=iPhone 15' test
- Lint/format:
swiftlint(uses.swiftlint.yml)swiftformat .(uses.swiftformat)- CI matrix:
bash scripts/test-matrix.shruns tests for Debug and Release
Example destinations
- iPhone 15:
-destination 'platform=iOS Simulator,OS=latest,name=iPhone 15' - iPhone 14 Pro:
-destination 'platform=iOS Simulator,OS=latest,name=iPhone 14 Pro' - iPad Pro (11-inch) 4th gen:
-destination 'platform=iOS Simulator,OS=latest,name=iPad Pro (11-inch) (4th generation)'
Tip: list available destinations with xcodebuild -showsdks and xcrun simctl list devices.
CI note
- Jenkins is configured to run tests on each build. For deterministic local parity, use
scripts/test-matrix.shbefore opening a PR.
Coding Style & Naming
- Language: Swift; follow Swift API design guidelines.
- Formatting: SwiftFormat; linting with SwiftLint.
- Files: one main type per file; names in PascalCase; avoid long files.
- Packages/Modules: keep dependencies explicit; prefer dependency injection to singletons.
- Avoid force‑unwraps; handle errors explicitly with clear user messaging.
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.
- 4d ago First seen · 180 lines · 2,895 tokens per session scan C 1213cb0bc034
fearless-iOS AGENTS.md is an instructions file published in the GitHub repository soramitsu/fearless-iOS (93 stars, last pushed 11d ago), licensed Apache-2.0. It adds 2,895 tokens to every session, about $0.0145 per session on Opus 5. A static security scan graded it C with 1 finding (reaches for credential files). 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-Android AGENTS.md
Instructions for soramitsu/fearless-Android, 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
AGENTS.md instructions for jesse-ai/jesse, covering jesse repository guide for ai agents, skills, key characteristics, central framework and technology stack.