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 skills/veryfront/veryfront-code/vf-doc-reviewnpx skills add veryfront/veryfront-code --skill vf-doc-reviewgit clone --depth 1 https://github.com/veryfront/veryfront-codeWrote 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/veryfront/veryfront-code/vf-doc-review)<a href="https://agentmods.dev/skills/veryfront/veryfront-code/vf-doc-review"><img src="https://agentmods.dev/badge/skills/veryfront/veryfront-code/vf-doc-review.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.00049 | $0.03841 |
| Opus 5 | $0.00024 | $0.01920 |
| Sonnet 5 | $0.00010 | $0.00768 |
| Haiku 4.5 | $0.00005 | $0.00384 |
Grade C, and why
vf-doc-review scanned grade C with 2 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.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
- Downloadable installer URLs and behavior (e.g. `curl ... | sh`, PowerShell `irm | iex` snippets) Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- Downloadable installer URLs and behavior (e.g. `curl ... | sh`, PowerShell `irm | iex` snippets) How it starts
The opening of the file, as written. The whole thing — 264 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Veryfront Documentation Review
Overview
A four-pillar review of veryfront's user-facing docs (docs/guides/, docs/reference/). Catches what the existing test suite cannot: stale API references, AI-flavored prose, structural drift, and broken reading flows.
Core principle: Documentation is a product surface. Review it like code — concrete findings with file:line citations, no vague impressions.
Scope
| In scope | Out of scope |
|---|---|
docs/guides/*.md content & code samples |
docs/reference/veryfront/*.md body (generated by scripts/docs/generate-api-reference.ts) |
docs/guides/index.md ordering |
Architecture deep-dives in docs/architecture/ |
| Frontmatter on every guide | README files in src/ |
| Cross-links between guides + into reference docs |
For reference docs: only check that guides link to the correct generated reference pages, not the reference body itself.
What Is Already Automated — Do Not Redo
These tests already run in CI. Run them first; only flag what they miss.
| Test | Checks |
|---|---|
tests/docs/guide-contracts.test.ts |
Per-guide required references + code snippets exist |
tests/docs/guide-content.test.ts |
Specific content invariants (e.g. OAuth uses tokenStore.getTokens, deploy guides don't claim a URL is printed) |
tests/docs/guide-code-examples.test.ts |
TypeScript code samples compile against real imports |
tests/docs/guide-examples.test.ts |
End-to-end snippet execution |
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 · 264 lines · 49 tokens per session scan C 2c45bd94488d
vf-doc-review is a skill published in the GitHub repository veryfront/veryfront-code (18 stars, last pushed today), licensed Apache-2.0. It adds 49 tokens to every session and 3,841 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
hono-core
Hono ultrafast web framework fundamentals - routing, context, handlers, and response patterns for multi-runtime deployment.
nifra-api
Use when building or changing a typed JSON API in Nifra - routes with server() or defineContract, request validation with @nifrajs/schema or any Standard Schema library, middleware and plugins, WebSockets, OpenAPI, and consuming the API from the zero-codegen @nifrajs/client. Load after the nifra skill.
nifra-web
Use when building the full-stack side of a Nifra app - file routes, layouts, loaders and actions, forms, server functions, streaming SSR, islands, SSG and ISR, the query cache, and the React, Vue, Solid, Svelte, or Preact render adapters. Covers the client/server boundary rules and the hydration errors that boundary…
nifra
Use when writing, reviewing, or debugging code in a Nifra project (@nifrajs/ packages, nifra CLI, server()/defineContract, loaders and actions, file routes under routes/). Explains how to reach Nifra's live MCP tools so signatures come from the installed version instead of memory, and which sibling skill to load for…
security-checkup
Deterministic, no-AI security scan of the current repo: dependency advisories (osv-scanner), committed secrets (gitleaks), unsafe-pattern taint rules (semgrep), and the project verify gate. Normalizes every result into one Finding schema, writes .security/report.json + report.md, and exits with a CI-gateable contract.…
nifra-verify
Use before declaring Nifra work complete, when a Nifra CI gate fails, or when wiring Nifra checks into CI - nifra check drift gate, nifra assure route security evidence, nifra capabilities check effect provenance, nifra manifest diff deploy promotion, nifra doctor, the verification ladder, and contract-derived testing…