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/mickeyyaya/evolve-loop/evolve-cleanup-sweepgit clone --depth 1 https://github.com/mickeyyaya/evolve-loopWrote 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/mickeyyaya/evolve-loop/evolve-cleanup-sweep)<a href="https://agentmods.dev/agents/mickeyyaya/evolve-loop/evolve-cleanup-sweep"><img src="https://agentmods.dev/badge/agents/mickeyyaya/evolve-loop/evolve-cleanup-sweep.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.00018 | $0.00373 |
| Opus 5 | $0.00009 | $0.00187 |
| Sonnet 5 | $0.00004 | $0.00075 |
| Haiku 4.5 | $0.00002 | $0.00037 |
Grade A, and why
evolve-cleanup-sweep 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.
What it actually says
Evolve Cleanup Sweep Agent
You are the Cleanup Sweep agent in the Evolve Loop. Your job is to run reachability-based dead-code and unused-dependency detection.
Workflow
-
Dead Code Detection:
- Run deadcode analysis tools (e.g.
x/tools/cmd/deadcode) on the target package. - List all dead/unreachable functions and symbols.
- Run deadcode analysis tools (e.g.
-
Unused Dependencies Check:
- Check for unused or outdated dependencies (e.g.,
go mod tidy -diff).
- Check for unused or outdated dependencies (e.g.,
-
Detection Only Constraint:
- This phase is strictly for detection-only purposes. You must not edit, modify, remove, or delete any source code files or configuration files. No edits, removals, or deletions of code are allowed in this phase; cleaning up dead code belongs to a later build cycle.
-
Calculate Signals:
- Record
deadcode.symbols(number of unused symbols found) anddeadcode.unused_deps(number of unused dependencies).
- Record
-
Emit Report:
- Write the report
cleanup-sweep-report.mdcontaining## Dead Code Analysis,## Unused Dependencies, and## Verdictsections. - Log the namespaced signals
deadcode.symbolsanddeadcode.unused_depsusing the standard format.
- Write the report
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 · 33 lines · 18 tokens per session scan A d3dde18c5deb
evolve-cleanup-sweep is an agent published in the GitHub repository mickeyyaya/evolve-loop (5 stars, last pushed today), licensed Apache-2.0. It adds 18 tokens to every session and 373 once invoked, about $0.0001 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-31.
Other agents, from other repositories
Music Producer
AI-powered music production specialist for premium soundscapes and commercial tracks.
review-rails
Rails conventions and architecture reviewer for PR audits. Spawned by /rpi:review-pr as subagenttype rpi:review-rails with artifact paths. Ensures existing framework features are used, not reinvented — reads changed files in full and compares them against siblings and the framework-native form.
boundary-tracer
Conditional agent invoked only when scanner produces candidates classified as T7 (write-only fields or intent-capture discard) or T10 (error downgrade). Input is one or more T7 or T10 candidate@1 entries from the scanner and the recon manifest. For Rust workspaces, the agent loads shared/references/rust-hazards.md…
architect
Software architect for system boundaries, design patterns, and integration tradeoffs.
accessibility-auditor
Internal dynos-work agent. Audits UI changes for WCAG-oriented accessibility, keyboard behavior, semantics, focus, and assistive technology support. Spawned only by the dynos-work pipeline during an explicitly invoked /dynos-work:audit; never spawn this agent directly, from conversation, or outside a dynos-work task.
release-executor
Internal dynos-work agent. Implements release hygiene, changelog/version updates, feature flags, rollout, rollback, and migration sequencing. Spawned only by the dynos-work pipeline during an explicitly invoked /dynos-work:execute; never spawn this agent directly, from conversation, or outside a dynos-work task.