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.
git clone --depth 1 https://github.com/evb87-tech/corpusWrote 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/commands/evb87-tech/corpus/check-02-edge-stale-links)<a href="https://agentmods.dev/commands/evb87-tech/corpus/check-02-edge-stale-links"><img src="https://agentmods.dev/badge/commands/evb87-tech/corpus/check-02-edge-stale-links/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/evb87-tech/corpus/check-02-edge-stale-links"><img src="https://agentmods.dev/badge/commands/evb87-tech/corpus/check-02-edge-stale-links.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00000 | $0.00593 |
| Opus 5 | $0.00000 | $0.00296 |
| Sonnet 5 | $0.00000 | $0.00119 |
| Haiku 4.5 | $0.00000 | $0.00059 |
Grade A, and why
check-02-edge-stale-links 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 9d 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
Scénario
Le wiki contient des liens brisés (une page référence une autre qui a été renommée ou
n'existe pas encore) et une page dont le champ last_updated date de plus de 6 mois
sans source récente correspondante. Le comportement attendu est que le librarian détecte
et signale ces anomalies dans un rapport clair, sans les corriger automatiquement.
Setup
Le vault doit contenir :
wiki/index.md— liste les pages existantes (ne liste paswiki/roadmap-v2.mdqui n'existe pas).wiki/roadmap-strategie.md— contient le lien[[wiki/roadmap-v2]]qui pointe vers une page inexistante. Frontmatterlast_updated: 2025-07-01(plus de 6 mois avant la date du test). Source :raw/src-roadmap.md(existe dansraw/).wiki/discovery-produit.md— page normale, pas de lien mort,last_updatedrécent.wiki/log.md— au moins une entrée historique.
Prompt
/check
Pass criteria (rubric)
- Le rapport signale au minimum 1 lien brisé :
[[wiki/roadmap-v2]]danswiki/roadmap-strategie.md. - Le rapport signale au minimum 1 page stale :
wiki/roadmap-strategie.mdaveclast_updated: 2025-07-01. wiki/index.mdest noté « pas à jour » siwiki/roadmap-v2.mdy était listé (sinon, cohérence confirmée).- Le rapport propose une action corrective pour chaque anomalie (ex. : « vérifier si
roadmap-v2.mddoit être créée ou si le lien doit pointer versroadmap-strategie.md»). - Aucune page wiki n'est modifiée par le librarian. Le lien brisé reste dans
wiki/roadmap-strategie.mdaprès le check. wiki/log.mdreçoit une ligne de résumé.
Fail signals
- Le librarian corrige automatiquement le lien brisé dans
wiki/roadmap-strategie.md(il n'a pas le droit de modifier les pages wiki — seulementlog.md). - La page stale n'est pas signalée dans le rapport.
- Le rapport ne propose aucune action corrective pour les anomalies détectées.
- Le lien brisé n'est pas détecté (le librarian n'a pas scanné les
[[wikilinks]]).
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.
- 9d ago First seen · 55 lines · 0 tokens per session scan A 21b8e502e4f9
check-02-edge-stale-links is a command published in the GitHub repository evb87-tech/corpus (1 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 593 tokens. 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 commands, from other repositories
save
Manually save current context as a memo to the memex vault.
status
Show memex statistics and status including projects, memos, and pending items.
open
Open the memex vault in Finder or Obsidian.
validate
Mechanically validate the sonu plugin repo before a PR — manifest sync, YAML frontmatter, shell-fence syntax, named-source and AI-attribution scans, cross-reference integrity, skill reachability. Only meaningful inside the claude-plugins repo; in any other repo, say so and stop.
test-data-factory
Generate realistic test data, fixtures, and mock factories for testing.
generate-e2e-tests
Generate end-to-end test scenarios for complete user workflows and features.