mit-bestand

mit-bestand is an agent for coding agents from usalu/semio. It costs 17 tokens per session (215 once invoked), scanned A, original, AGPL-3.0.

An agent for interacting with the ./mit-bestand technology. The supplied description does not explain what that technology is or which actions are supported.

In plain words
What is it for?
Working with ./mit-bestand, although the concrete jobs it supports are not specified.
Why use it?
The available information is too limited to identify a specific problem it solves.

Agent

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 agents/usalu/semio/mit-bestand
Clone the repo
git clone --depth 1 https://github.com/usalu/semio
Per session 17 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 215 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00017 $0.00215
Opus 5 $0.00009 $0.00108
Sonnet 5 $0.00003 $0.00043
Haiku 4.5 $0.00002 $0.00021

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

Security

Grade A, and why

mit-bestand 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.

.github/agents/mit-bestand.agent.md · 40 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 3d ago First seen · 40 lines · 17 tokens per session scan A b698ebe4c657

Subscribe to this mod's changes

mit-bestand is an agent published in the GitHub repository usalu/semio (21 stars, last pushed 5d ago), licensed AGPL-3.0. It adds 17 tokens to every session and 215 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.

Related

Other agents, from other repositories

completionist

Audits changed files against the CLAUDE.md operating rules before a feature task is reported complete. Use proactively at the end of any feature task; pass the list of changed files, or let it derive them from git. Do NOT run before a commit the user explicitly asked for.

nirholas/three.ws · 60 tokens

x402-economy-triage

Diagnoses x402 economy outages (settle failures, dry wallets, fee-wallet floor starvation) using the known failure map before anyone assumes "wallets are dry". Use when x402 calls fail, settles stop, or the ring stalls.

nirholas/three.ws · 57 tokens

accessibility-auditor

Accessibility audit specialist — depth-first WCAG 2.2 AA review of frontend diffs for ARIA misuse, focus mismanagement, color contrast, and screen-reader anti-patterns. Invoke when you want a focused a11y report, not a holistic code review.

lugassawan/swe-workbench · 60 tokens

debugger

Bug-fix specialist — root-cause via systematic-debugging, then a minimal behavior-changing fix with a regression test. Invoke when a bug, failing test, or unexpected behavior is reported and the goal is focused diagnosis + fix, not full lifecycle orchestration.

lugassawan/swe-workbench · 55 tokens

dependency-auditor

Dependency audit specialist — manifest-graph axis covering outdated versions, deprecation, license compatibility, transitive bloat, and lockfile drift across Node, Rust, Go, and Python ecosystems. Invoke when you want a focused supply-chain hygiene report, not a code-level CVE review.

lugassawan/swe-workbench · 62 tokens

test-writer

Test author — writes focused, behavioural tests in language-idiomatic style. One behaviour per test, AAA, no mocks at internal boundaries. Invoke when adding tests for a function, module, or change set the user points to.

lugassawan/swe-workbench · 50 tokens