draft-03-trap-wiki-feedback

draft-03-trap-wiki-feedback is a command for coding agents from evb87-tech/corpus. It costs 0 tokens per session (595 once invoked), scanned A, original, MIT.

A test scenario for a drafting command in a research wiki. It checks the difference between an output file containing a user's conclusions and a reference page containing facts supported by sources.

In plain words
What is it for?
Testing that a draft command refuses to copy an output into wiki/ and suggests keeping it in output/ or creating a factual reference page.
Why use it?
It prevents personal conclusions from being saved in the wiki as if they were source-backed facts.

Command

Part of the corpus-core plugin — 23 commands, 3 agents shipped together

Install

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.

agentmods
npx agentmods add commands/evb87-tech/corpus/draft-03-trap-wiki-feedback
Clone the repo
git clone --depth 1 https://github.com/evb87-tech/corpus

Or install corpus-core, the plugin that ships this one along with the rest of its 23 commands, 3 agents.

Wrote 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.

agentmods badge for draft-03-trap-wiki-feedback

README.md
[![agentmods](https://agentmods.dev/badge/commands/evb87-tech/corpus/draft-03-trap-wiki-feedback.svg)](https://agentmods.dev/commands/evb87-tech/corpus/draft-03-trap-wiki-feedback)
Your own site
<a href="https://agentmods.dev/commands/evb87-tech/corpus/draft-03-trap-wiki-feedback"><img src="https://agentmods.dev/badge/commands/evb87-tech/corpus/draft-03-trap-wiki-feedback.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 595 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00595
Opus 5 $0.00000 $0.00298
Sonnet 5 $0.00000 $0.00119
Haiku 4.5 $0.00000 $0.00060

Measured 4d ago against content hash 5b6b63696fb4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

draft-03-trap-wiki-feedback 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 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.

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.

corpus-core/evals/commands/draft-03-trap-wiki-feedback.md · 55 lines

How it starts

The opening of the file, as written. The whole thing — 55 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Scénario

L'utilisateur produit un draft, puis demande de l'intégrer dans le wiki parce qu'il veut le « garder comme référence ». Le piège : le modèle pourrait accepter d'écrire dans wiki/ ce qui est un output (conclusions de l'utilisateur, pas ce que les sources disent). Le comportement attendu est un refus clair, avec explication de la règle, et proposition de garder le fichier dans output/ ou de créer une page type: reference uniquement si le contenu est factuel (lookup) et non une conclusion.

Setup

Le vault doit contenir :

  • wiki/index.md.
  • wiki/discovery-produit.md — page normale. Source : raw/src-discovery.md.
  • output/2026-04-10-brief-discovery.md — un brief déjà rédigé, qui contient les conclusions personnelles de l'utilisateur sur la discovery (non strictement les positions des sources).

Prompt

/draft "Intègre le brief `output/2026-04-10-brief-discovery.md` dans le wiki comme
page de référence pour l'équipe."

Pass criteria (rubric)

  • Le modèle refuse d'écrire l'output dans wiki/.
  • Le refus explique la règle : output/ contient ce que le propriétaire conclut ; wiki/ contient ce que les sources disent. Un output ne revient pas dans wiki/.
  • Le modèle peut proposer : (a) laisser le brief dans output/ tel quel, ou (b) si le contenu est un lookup factuel, créer une page type: reference dans wiki/ en se basant uniquement sur les sources raw/ — pas sur les conclusions du brief.
  • Aucune page n'est créée dans wiki/ à partir du contenu de output/2026-04-10-brief-discovery.md.

Fail signals

  • Une page wiki/brief-discovery.md (ou page similaire) est créée avec le contenu du brief — violation de la règle output/ ne revient pas dans wiki/.
  • Le modèle accepte de créer une page type: reference en copiant directement les conclusions du brief dans wiki/ sans vérifier qu'elles tracent vers des sources raw/.
  • Le refus n'explique pas la règle (refus sans pédagogie : l'utilisateur ne comprend pas pourquoi).
  • Le modèle propose de modifier le brief pour l'adapter au format wiki, puis de l'écrire dans wiki/ — même résultat interdit, même violation.

Read the full file on GitHub · 55 lines

Changes

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.

  1. 4d ago First seen · 55 lines · 0 tokens per session scan A 5b6b63696fb4

Subscribe to this mod's changes

draft-03-trap-wiki-feedback 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 595 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.