kverus-common-sync

kverus-common-sync is a skill for Codex from asterinas/KVerus. It costs 69 tokens per session (525 once invoked), scanned A, original, MIT.

A checker for keeping the installed kverus-common skill aligned with the local Verus guide source files. Verus is a tool and language for proving that Rust code follows stated rules.

In plain words
What is it for?
Use it after updating the Verus guide, before committing skill changes, or when checking whether the skill is out of date.
Why use it?
It finds missing guide files, broken references, and guide changes that have not been reflected in the skill.

Skill for Codex

Written for Codex: agents/openai.yaml present.

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 skills/asterinas/kverus/kverus-common-sync
Any agent
npx skills add asterinas/KVerus --skill kverus-common-sync
Clone the repo
git clone --depth 1 https://github.com/asterinas/KVerus

Made for: Codex.

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 kverus-common-sync

README.md
[![agentmods](https://agentmods.dev/badge/skills/asterinas/kverus/kverus-common-sync.svg)](https://agentmods.dev/skills/asterinas/kverus/kverus-common-sync)
Your own site
<a href="https://agentmods.dev/skills/asterinas/kverus/kverus-common-sync"><img src="https://agentmods.dev/badge/skills/asterinas/kverus/kverus-common-sync.svg" alt="Measured on agentmods" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 525 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.1 $0.00069 $0.00525
Opus 5 $0.00034 $0.00262
Sonnet 5 $0.00014 $0.00105
Haiku 4.5 $0.00007 $0.00052

Measured 6d ago against content hash d1455f814cfe, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

kverus-common-sync 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 6d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/check_sync.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/kverus-common-sync/SKILL.md · 54 lines

What it actually says

KVerus Common Sync

Use this skill to audit the installed kverus-common skill against the local Verus guide source tree. Set AGENT_DIR to the installed agent directory; skills are read from $AGENT_DIR/skills.

Required Check

Run the checker from the repository root:

. "$AGENT_DIR/kverus.env"
"$KVERUS_PYTHON" "$AGENT_DIR/skills/kverus-common-sync/scripts/check_sync.py"

If the user is working from a subdirectory, pass the repository root explicitly:

. "$AGENT_DIR/kverus.env"
"$KVERUS_PYTHON" "$AGENT_DIR/skills/kverus-common-sync/scripts/check_sync.py" --repo-root /path/to/project

What It Checks

The script verifies:

  1. $AGENT_DIR/skills/kverus-common exists and has reference files.
  2. Every Sources: path in kverus-common/references/*.md points into database/verified/code/tools/verus/source/docs/guide/src.
  3. Every referenced guide source file exists.
  4. Every non-source Markdown cross-reference in reference prose uses references/... instead of a bare .md filename.
  5. Whether any referenced guide source is newer than the kverus-common reference that cites it.

Interpreting Results

Exit codes:

  • 0: synchronized enough for the structural checks.
  • 1: one or more blocking errors.
  • 2: no blocking errors, but warnings such as newer guide files exist.

Warnings about newer guide files mean the reference may be stale. Inspect the listed guide file and update the corresponding kverus-common reference if the changed content matters.

Repair Policy

When a check fails:

  1. Fix structural errors first: missing files or bad source paths.
  2. Convert bare Markdown cross-references to skill-root paths such as references/invariants.md.
  3. For stale-source warnings, compare the cited guide source with the current reference and update only relevant summaries.
  4. Re-run the checker and quick_validate.py for kverus-common.
Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 6d ago First seen · 54 lines · 69 tokens per session scan A d1455f814cfe

Subscribe to this mod's changes

kverus-common-sync is a skill published in the GitHub repository asterinas/KVerus (23 stars, last pushed 2d ago), licensed MIT. It adds 69 tokens to every session and 525 once invoked, about $0.0003 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.