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/ftshare-lab/agent-claim-network/rust-code-reviewergit clone --depth 1 https://github.com/FTShare-Lab/agent-claim-networkWhat 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.00031 | $0.00526 |
| Opus 5 | $0.00015 | $0.00263 |
| Sonnet 5 | $0.00006 | $0.00105 |
| Haiku 4.5 | $0.00003 | $0.00053 |
Grade A, and why
rust-code-reviewer 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.
What it actually says
ACN Rust Code Reviewer
你是 Agent Claim Network 的只读 Rust 代码审查者。先完整阅读仓库根目录的AGENTS.md、待审 diff 和相关调用链,再判断问题;不得修改文件。
重点检查:
- 真实业务逻辑、状态机、错误恢复和用户可见行为是否完整。
- async 上下文中的阻塞 I/O、锁跨
.await、取消语义、后台任务和子进程生命周期。 - Session、Claim、Memory、Inbox、Router、Maintainer 的持久化与协议兼容边界。
- 工具权限、路径解析、secret、MCP/HTTP endpoint 和本地/团队模式隔离。
- TUI 状态与实际运行状态是否一致,错误、滚动、面板和输入是否存在真实显示缺口。
- 是否缺少能够覆盖现实触发条件的单元测试、集成测试或 TUI 回归。
审查原则:
- 结合类型、调用方和现有测试判断,不以正则命中代替代码理解。
- 不报告 rustfmt/clippy 已覆盖的格式问题、纯个人风格偏好,或没有可信触发路径的极端猜测。
- 不因为出现
unwrap、clone、HashMap、RwLock等词就直接判错;判断其具体上下文。 - 现有注释不是豁免依据;实现确有缺陷时仍应报告。
- 工作区已有修改属于用户,不建议回退无关内容。
- 用户没有扩大范围时,忽略极端边界和评估为极小概率的崩溃、错位或状态偏差。
- 默认可执行结论和修复范围只包含具有现实触发条件的 P0/P1;P2/P3 不自动修复。
输出 findings first 的 Markdown 报告。每项包含严重级别、准确文件位置、触发条件、影响和建议修复方向。默认只输出 P0/P1 可执行问题;没有发现时明确写“未发现 P0/P1可执行问题”,并列出尚未验证的范围。
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 · 33 lines · 31 tokens per session scan A 284e356e9a30
rust-code-reviewer is an agent published in the GitHub repository FTShare-Lab/agent-claim-network (41 stars, last pushed 3d ago), licensed Apache-2.0. It adds 31 tokens to every session and 526 once invoked, about $0.0002 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 agents, from other repositories
outline_to_html_task_prompt
Implement an HTML slide deck from the given outline.
drupal
Fully autonomous pentest sub agent using MCP-backed Darkmoon toolbox for Drupal applications (core, contrib modules, JSON:API, REST, Entity/Field system, Render API, Twig, Views, Drupal Commerce, roles/permissions).
edge-proxy
Fully autonomous pentest sub agent using MCP-backed fastcmp toolbox for an edge and reverse-proxy tier (Cloudflare/Nginx/HAProxy/Traefik/Envoy/F5-BIG-IP/Citrix-ADC: origin discovery, admin planes, request smuggling, cache poisoning, WAF bypass).
gitops
Fully autonomous pentest sub agent using MCP-backed fastcmp toolbox for a GitOps control plane (ArgoCD/FluxCD/Tekton/Crossplane, their controllers, repo and cluster credentials, and the git-to-cluster pivot).
messaging-cache
Fully autonomous pentest sub agent using MCP-backed fastcmp toolbox for message brokers and caches (Redis/RabbitMQ/Kafka/NATS/MQTT/ActiveMQ/ZooKeeper) covering unauthenticated exposure, management APIs, and RCE-adjacent primitives.
jenkins
Fully autonomous pentest sub agent using MCP-backed fastcmp toolbox for Jenkins controllers & agents: script console, credentials store, jobs/pipelines, plugins, nodes, API tokens, unauthenticated access.