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/verified-zkevm/vcvio/module-systemgit clone --depth 1 https://github.com/Verified-zkEVM/VCVioWrote 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/verified-zkevm/vcvio/module-system)<a href="https://agentmods.dev/agents/verified-zkevm/vcvio/module-system"><img src="https://agentmods.dev/badge/agents/verified-zkevm/vcvio/module-system.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.00000 | $0.03125 |
| Opus 5 | $0.00000 | $0.01563 |
| Sonnet 5 | $0.00000 | $0.00625 |
| Haiku 4.5 | $0.00000 | $0.00313 |
Grade A, and why
module-system 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.
How it starts
The opening of the file, as written. The whole thing — 289 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Module Boundaries and the PolyFun Façade
This guide records the intended long-term boundary between PolyFun and VCVio
under Lean's module system. It is the decision record for visibility,
import all, and the OracleComp/PFunctor.FreeM relationship.
The normative language behavior is described by Lean's Source Files and Modules reference. In particular:
- a plain
importexposes the dependency's public scope only in the importing module's private scope; - a
public importalso re-exports that public scope; import allexposes the imported module's private scope;- a public definition is opaque to importers unless its body is deliberately exposed; and
- the type of a public declaration may mention only public names.
Architectural decision
VCVio is a thin, opinionated façade over PolyFun, rather than either a second generic free-monad library or a sealed wrapper that hides PolyFun completely.
PolyFun owns domain-independent structure:
- polynomial functors, lenses, handlers, and
PFunctor.FreeM; - reusable handler transformations such as target lifting, before/after instrumentation, and writer tracing;
- interaction trees, observations, fairness predicates, processes, and UC structural laws; and
- public equations needed to reason about those abstractions without opening private definitions.
VCVio owns cryptographic specialization:
OracleSpec,OracleQuery,OracleComp,QueryImpl, and established oracle notation;- PMF/SPMF and support semantics, probability lemmas, uniform-oracle policy, query accounting, and program logic;
- cryptographic games, reductions, and examples; and
- compatibility names that keep existing oracle-facing developments stable.
Generic code should accept PFunctor, PFunctor.Handler, or
PFunctor.FreeM directly. Oracle- and cryptography-facing code should use the
VCVio names. OracleComp spec remains definitionally the free monad on
spec.toPFunctor, and QueryImpl compatibility operations are thin aliases
of the generic handler operations.
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.
- 4d ago First seen · 289 lines · 0 tokens per session scan A a91e56820a75
module-system is an agent published in the GitHub repository Verified-zkEVM/VCVio (144 stars, last pushed today), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 3,125 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-30.
Other agents, from other repositories
acto-critic
ACToR-style discriminator for the Thermite toolchain. Hunts for divergence between the toolchain's behavior and its authority (the design doc + the conformance corpus + Verus/Kani golden files). ALWAYS writes a FAILING test that pins down the divergence — NEVER writes a fix. Dispatch when a builder/fixer declares…
acto-builder
Multi-file authorized agent for shipping missing Thermite-toolchain infrastructure that exceeds acto-fixer's single-file scope — a whole component a design doc calls for that does not yet exist (a parser module + its AST consumers; the combinator registry + its lowering hooks; the forge check pipeline + its JSON…
acto-doc-author
Authors design docs under .design/ / .md that ADAPT to existing Thermite-toolchain code and the thermite-design.md thesis. Each REQ status table is grounded in quoted-code evidence from the current implementation. REQs are classified BINARY — SHIPPED (end-to-end functional with a non-test production consumer + tests +…
acto-fixer
Applies the MINIMAL fix for exactly ONE pinned divergence found by acto-critic. The failing test pins the divergence; the fix makes that test pass. Never bundles multiple fixes. Never refactors adjacent code. Single-file scope (escalate to acto-builder if the fix spans files). After the fix, runs the full gauntlet and…
Tenable Cloud Exposure PQC Posture Portal
Self-hosted web portal showing post-quantum cryptography readiness for cloud resources using Tenable Cloud Exposure's native SSL/TLS PQC telemetry.
speckit.checklist
Generate a custom checklist for the current feature based on user requirements.