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 skills add bx33661/oh-my-vul --skill omv-criticgit clone --depth 1 https://github.com/bx33661/oh-my-vulWrote 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/skills/bx33661/oh-my-vul/omv-critic)<a href="https://agentmods.dev/skills/bx33661/oh-my-vul/omv-critic"><img src="https://agentmods.dev/badge/skills/bx33661/oh-my-vul/omv-critic/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/skills/bx33661/oh-my-vul/omv-critic"><img src="https://agentmods.dev/badge/skills/bx33661/oh-my-vul/omv-critic.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.00083 | $0.00982 |
| Opus 5 | $0.00042 | $0.00491 |
| Sonnet 5 | $0.00017 | $0.00196 |
| Haiku 4.5 | $0.00008 | $0.00098 |
Grade A, and why
omv-critic 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 11d 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 — 91 lines — stays where its author put it; the contents beside it link to each section on GitHub.
omv-critic
Challenge the finding before report submission.
Invocation
/omv-critic <id>
Workflow
- Read
.omv/findings/<id>.yamlusingcontracts/evidence.v1.yamlas the local schema reference. - If present, read
.omv/threatmaps/<id>.yamlusingcontracts/threat-map.v1.yamlas the local schema reference. - If present, read
.omv/verifications/<id>.yamlusingcontracts/verification.v1.yamlas the local schema reference. - Run or inspect
omv findings validate <id>andomv verification validate <id>when the sidecar exists. - Evaluate argument quality separately from structural validation.
- Evaluate acceptance precedent (below) — evidence quality and acceptance odds are different axes.
- Output
reject_risk: low|medium|highand a recommendedresearcher_goal. - For medium or high risk, list 3-5 likely CNA or maintainer rejection reasons and concrete strengthening actions.
Review Focus
- novelty and duplicate risk
- acceptance precedent (see below)
- affected version proof
- source -> sink -> guard clarity
- local observed result quality
- CVSS and impact overclaiming
- disclosure readiness
If reject_risk: high, do not recommend /omv-report yet.
Acceptance-Precedent Method
Ask three questions the machine gates cannot:
- Class precedent in this ecosystem: has this CNA/database accepted this vulnerability class for library packages before (e.g. code execution in a parser when input is attacker-controlled in realistic deployments)? No precedent means higher bar: the finding needs an airtight untrusted-input story, not just a reachable sink.
- Maintainer stance: does the project document the behavior as intended (opt-in features, "power user" escape hatches, README warnings)? By-design findings die at the maintainer even when technically real. Check README/docs/issues for the project's stated position.
- Public discussion: verify the dedup block covers the discussion sources
(issues/PRs, commits, blogs — all six fields). An advisory-clean finding
with an unsearched issue tracker is an unreviewed novelty claim: do not
greenlight
/omv-reportuntil those searches are recorded. A public issue/PR disclosing the same bug caps reject_risk at high regardless of evidence quality.
What ships with it
6 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.
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.
- 11d ago First seen · 91 lines · 83 tokens per session scan A 93a33184b886
omv-critic is a skill published in the GitHub repository bx33661/oh-my-vul (4 stars, last pushed 22d ago), licensed MIT. It adds 83 tokens to every session and 982 once invoked, about $0.0004 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-31.
Other skills, from other repositories
neo-code-review
Use this skill when the user asks to review or audit source code, a PR, diff, commit, or recent changes for bugs, security, performance, tests, compatibility, or maintainability, duplicated code or logic across files, or hard-coded values. Also use it after an AI agent finishes modifying code to inspect the current…
neo-pr
Use this skill when the user asks to create, draft, review, format, or generate a Pull Request (PR) title and description, specify target or source branches for a repository, or convert git branch diffs into concise, high-impact, non-AI-slop PR content.
neo-rust
Use this skill when writing, refactoring, debugging, or auditing Rust code. Trigger for .rs files, Cargo projects, ownership/borrowing/lifetime issues, Result/Option error handling, unnecessary clone/performance work, unsafe code review, or modern Rust architecture.
pr-walkthrough
Generate a static interactive D3 walkthrough of a pull request. Use when the user wants a zoomable PR map, graph/canvas PR orientation, or alternate visualization of PR system components, data flow, code dependencies, and user actions.
respond-to-pr-comments-in-blocklist
Interactively walk a user through PR review comments one at a time, collect a per-comment decision, then post agent-authored replies on GitHub and resolve the review threads once the user approves a preview. Use only when the user wants to reply to or resolve review threads on GitHub. Skip when the user only wants…
review-loop
Iterative worker-reviewer cycle that spawns a critic subagent to score work 1-10 and provide actionable feedback, then revises until a quality gate is met. Use when implementing features, writing specs, reviewing existing code, or completing any task where quality matters more than speed. Trigger phrases: "use…