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 agents/hyperledger-iroha/iroha/env_var_inventorygit clone --depth 1 https://github.com/hyperledger-iroha/irohaWrote 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/agents/hyperledger-iroha/iroha/env_var_inventory)<a href="https://agentmods.dev/agents/hyperledger-iroha/iroha/env_var_inventory"><img src="https://agentmods.dev/badge/agents/hyperledger-iroha/iroha/env_var_inventory.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.00000 | $0.20351 |
| Opus 5 | $0.00000 | $0.10176 |
| Sonnet 5 | $0.00000 | $0.04070 |
| Haiku 4.5 | $0.00000 | $0.02035 |
Grade A, and why
env_var_inventory 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 3d 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.
This is a copy
92% identical to env_var_inventory.fr — 1,296 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 926 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Environment toggle inventory
Last refreshed via python3 scripts/inventory_env_toggles.py --json docs/source/agents/env_var_inventory.json --md docs/source/agents/env_var_inventory.md
Total references: 505 · Unique variables: 137
ACTIONS_ID_TOKEN_REQUEST_TOKEN (prod: 1)
- prod: crates/sorafs_orchestrator/src/bin/sorafs_cli.rs:313 —
let request_token = env::var("ACTIONS_ID_TOKEN_REQUEST_TOKEN").map_err(|_| {
ACTIONS_ID_TOKEN_REQUEST_URL (prod: 1)
- prod: crates/sorafs_orchestrator/src/bin/sorafs_cli.rs:310 —
let raw_url = env::var("ACTIONS_ID_TOKEN_REQUEST_URL").map_err(|_| {
BLOCK_DUMP_HEIGHTS (example: 1)
- example: crates/iroha_core/examples/block_dump.rs:62 —
let height_filter = env::var("BLOCK_DUMP_HEIGHTS").ok().map(|raw| {
BLOCK_DUMP_SUM_ASSET (example: 1)
- example: crates/iroha_core/examples/block_dump.rs:51 —
let sum_asset = env::var("BLOCK_DUMP_SUM_ASSET")
BLOCK_DUMP_VERBOSE (example: 1)
- example: crates/iroha_core/examples/block_dump.rs:50 —
let verbose = env::var("BLOCK_DUMP_VERBOSE").is_ok();
CARGO (prod: 3, test: 2)
- test: crates/iroha_test_network/src/lib.rs:1026 —
let running_under_cargo = std::env::var_os("CARGO").is_some(); - test: crates/sorafs_manifest/tests/provider_admission_fixtures.rs:11 —
let mut cmd = Command::new(env::var("CARGO").unwrap_or_else(|_| "cargo".into())); - prod: mochi/mochi-core/src/supervisor.rs:547 —
let cargo = env::var_os("CARGO") - prod: mochi/mochi-core/src/supervisor.rs:602 —
let cargo = env::var_os("CARGO") - prod: mochi/mochi-core/src/supervisor.rs:656 —
let cargo = env::var_os("CARGO")
CARGO_BIN_EXE_iroha (test: 2)
- test: crates/iroha_cli/tests/cli_smoke.rs:40 —
env!("CARGO_BIN_EXE_iroha") - test: crates/iroha_cli/tests/taikai_policy.rs:20 —
env!("CARGO_BIN_EXE_iroha")
CARGO_BIN_EXE_iroha_monitor (test: 4)
- test: crates/iroha_monitor/tests/attach_render.rs:11 —
std::env::var_os("CARGO_BIN_EXE_iroha_monitor").map(PathBuf::from) - test: crates/iroha_monitor/tests/http_limits.rs:10 —
std::env::var_os("CARGO_BIN_EXE_iroha_monitor").map(PathBuf::from) - test: crates/iroha_monitor/tests/invalid_credentials.rs:9 —
std::env::var_os("CARGO_BIN_EXE_iroha_monitor").map(PathBuf::from) - test: crates/iroha_monitor/tests/smoke.rs:9 —
std::env::var_os("CARGO_BIN_EXE_iroha_monitor").map(PathBuf::from)
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.
- 3d ago First seen · 926 lines · 0 tokens per session scan A 2a0a23896374
env_var_inventory is an agent published in the GitHub repository hyperledger-iroha/iroha (488 stars, last pushed today), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 20,351 tokens. A static security scan graded it A with 0 findings. It is 92% identical to env_var_inventory.fr, differing in 1,296 lines, and is treated as a copy.
Other agents, from other repositories
agent-request-queue
一次 Agent 运行可能包含多次模型调用、知识库检索、工具执行和文件操作。为了避免同一对话同时修改同一份上下文,Yuxi 把“收到请求”和“开始运行”分成两个阶段,并为每个线程维护 FIFO 队列。.
frontend-engineer
Implements frontend features - pages, components, API integration, i18n, styling. Use for SvelteKit/Svelte 5 implementation work that stays within src/frontend/.
web-frontend
Expert frontend developer for React, Vue, Angular, CSS, accessibility, and modern web technologies.
review-specialist
Use for isolated code review passes focused on bugs, regressions, contract drift, retrieval integrity, validation gaps, and risky generated-file edits.
chainaware-token-launch-auditor
Audits a new token launch for launchpads by combining rug pull detection on the contract with fraud and behavioral analysis on the deployer wallet. Returns a composite Launch Safety Score, a APPROVED / CONDITIONAL / REJECTED listing verdict, a public-facing safety badge, and specific conditions the launchpad should…
1-business-analyst
You are an expert business analyst for Aam Digital.