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 rules/maxbarsukov/vkr-builder/vkr-developmentgit clone --depth 1 https://github.com/maxbarsukov/vkr-builderWhat 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.00615 |
| Opus 5 | $0.00000 | $0.00308 |
| Sonnet 5 | $0.00000 | $0.00123 |
| Haiku 4.5 | $0.00000 | $0.00061 |
Grade A, and why
vkr-development 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 2d 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 — 62 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Changing the code
src/vkr/cli.py commands: parse, orchestrate, render the report
src/vkr/ui.py the only module that writes to the user
src/vkr/progress.py build phases as console steps
src/vkr/logging_setup.py logging -> findings bridge
src/vkr/suppress.py rule names and @suppress directives
src/vkr/engines.py Word / LibreOffice detection, "auto"
src/vkr/md.py, md_lint.py markdown parsing and checks
src/vkr/docx/ document building
src/vkr/pagination.py Word COM and LibreOffice UNO
src/tests/ pytest
Output
-
Only
ui.pywrites to a stream. Library modules calllog.warning(...);logging_setupturns records into findings. Noprint(), no directsys.stderroutsideui.py. -
Give user-facing warnings a rule so they can be suppressed and looked up:
log.warning("could not insert image %s: %s", path, exc, extra={"rule": "image"})and document that name in
suppress.RULES— a test fails on rules that are used but undocumented. -
Message style: lower-case opening, no trailing period, no module prefix.
-
Alignment uses terminal columns:
ui.text_width/ui._pad, neverlen()orljust(). Any emoji is two columns wide and breaks every column after it; the status glyphs are guarded by a test. -
Body text keeps the terminal's default colour so the report works on light and dark themes; colour is for status glyphs, the title and paths.
Commands
Every command renders header → steps/findings → exactly one footer
(footer_ok/footer_warn/footer_fail). Resolve the engine once via
_engine(cfg, args). Argparse never prints its own usage — -h and CLI
errors go through this module's renderer.
Tests
python -m pytest src/tests. UI behaviour is tested by rendering into a
StringIO console (fake TTY for the live region); assert on columns and
shapes, not on colour codes. A change to the report is not finished until
the samples in ui.py's docstring and in both READMEs match reality.
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.
- 2d ago First seen · 62 lines · 0 tokens per session scan A 20e1030adc5c
vkr-development is a cursor rule published in the GitHub repository maxbarsukov/vkr-builder (4 stars, last pushed 21d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 615 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.
Other cursor rules, from other repositories
workflow
Compatibility shell — routes tasks to skill-based-architecture's self-hosted SKILL.md at repo root.
frontend
Demo Shop frontend guidance.
write
Writing style guide with AI detection avoidance. For tweets, LinkedIn, blogs, READMEs, commits. Activate with @write.
skill-and-agent-references
Reference skills, agents, and commands by their registered name (never by filesystem path), and decompose oversized commands or agents by extracting sections into skills with by-name references.
zip-contents-protection.crux
⟦CRUX:zip-contents-protection.md P.⊛{¬auto-Δ scripts/create-crux-zip.py w/o user req!}.
typescript
TypeScript and Node.js conventions for Textrawl.