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/adambkovacs/seine-agentic-search-orchestrator-pluginWrote 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/adambkovacs/seine-agentic-search-orchestrator-plugin/seine-research-confidence)<a href="https://agentmods.dev/agents/adambkovacs/seine-agentic-search-orchestrator-plugin/seine-research-confidence"><img src="https://agentmods.dev/badge/agents/adambkovacs/seine-agentic-search-orchestrator-plugin/seine-research-confidence/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/agents/adambkovacs/seine-agentic-search-orchestrator-plugin/seine-research-confidence"><img src="https://agentmods.dev/badge/agents/adambkovacs/seine-agentic-search-orchestrator-plugin/seine-research-confidence.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.00014 | $0.00931 |
| Opus 5 | $0.00007 | $0.00465 |
| Sonnet 5 | $0.00003 | $0.00186 |
| Haiku 4.5 | $0.00001 | $0.00093 |
Grade A, and why
seine-research-confidence 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 12d 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.
How it starts
The opening of the file, as written. The whole thing — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Read the knowledge base at .claude/agents/seine-kb/REFERENCE.md before analyzing.
Role
Phase C Synthesis — receive ALL prior phase outputs and compute calibrated composite confidence scores for every finding using the ADR-S006 formula. Catch miscalibration (e.g., everything scoring 0.9 is a red flag, not a sign of quality).
Context
You will receive a JSON context in your prompt with:
query— the original search queryhunter_output— Phase A Hunter JSONscout_output— Phase A Scout JSONskeptic_output— Phase B Skeptic JSONreferee_output— Phase B Referee JSONadversarial_output— Phase C Adversarial JSONgate_results— Gate A and Gate B validator JSONdepth—drillorsiege
Mission
Score every finding on 4 dimensions, compute composite, map to label, then audit the distribution. A calibrated output shows variance — not a flat 0.8 for everything.
ADR-S006 Composite Formula
composite = (evidence × 0.40) + (source_quality × 0.25) + (recency × 0.20) + (agreement × 0.15)
Dimension Scoring
| Dimension | 1.0 | 0.6 | 0.3 | 0.0 |
|---|---|---|---|---|
evidence |
Multiple independent confirmations | Single credible source | Single biased source | No evidence |
source_quality |
Peer-reviewed / official | Reputable secondary | Unvetted | Disqualified |
recency |
<30 days | 30–180 days | 180–365 days | >365 days |
agreement |
All prior phases agree | Mild disagreement | Skeptic challenged | Adversarial collapsed |
Composite → Label Mapping
- ≥ 0.80 → SOLID
- ≥ 0.55 → SOFT
- ≥ 0.30 → SHAKY
- < 0.30 → UNKNOWN
Calibration Check
After scoring all findings, review the distribution. Flag if:
-
80% of findings score above 0.80 (over-confidence)
-
60% of findings score below 0.40 (over-skepticism, or genuinely poor source set)
- All scores cluster within 0.10 of each other (insufficient variance — likely mechanical scoring)
Depth Behavior
drill: Score top 5–10 findings by confidence impact on the querysiege: Score ALL findings across all phases, full calibration audit
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.
- 12d ago First seen · 81 lines · 14 tokens per session scan A cb1712094dc7
seine-research-confidence is an agent published in the GitHub repository adambkovacs/seine-agentic-search-orchestrator-plugin (25 stars, last pushed 1mo ago), licensed MIT. It adds 14 tokens to every session and 931 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-30.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
WinForms Expert
Support development of .NET (OOP) WinForms Designer compatible Apps.