---
title: "vord-guardrail"
description: "Denies an agent's write before it reaches disk when it introduces a security finding or touches a protected path. Deterministic: the verdict comes from a static analyzer, not from a model asked to check its own work."
canonical: https://agentpluginsdirectory.com/plugins/vord-guardrail--pmaojo
last-updated: 2026-09-22
---

# vord-guardrail
Denies an agent's write before it reaches disk when it introduces a security finding or touches a protected path. Deterministic: the verdict comes from a static analyzer, not from a model asked to check its own work.
- Slug: vord-guardrail--pmaojo
- Publisher: pmaojo
- Repository: https://github.com/pmaojo/vord
- Manifest: plugin.json
- Version: 0.9.0
- License: MIT
- Category (editorial): security
- Skills: 5 (agent-dev-loop, feature-breakdown, git-guardrails, old-coder, vord-static-analysis)
- MCP servers: 1 (vord)
- Stars: 2
- Repository created: 2026-07-21
- Repository last pushed: 2026-09-13
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/vord-guardrail--pmaojo
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What vord-guardrail does, in the publisher's words

A static analysis platform in Rust: a guardrail that judges an AI agent's write before it reaches disk, and a coding agent of its own that is judged by that same guardrail. One static binary, 24 languages, no JVM, no server required.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/pmaojo/vord/HEAD/README.md

## Skills

- agent-dev-loop: The end-to-end loop for working in a repository governed by vord with okf-mcp as durable memory: recover context, agree a spec before code, write the executable contract, work RED→GREEN under the guardrail, and close each task with evidence rather than assertion. Use at the START of any session in…
- feature-breakdown
- git-guardrails
- old-coder: Evidence-first development: surround the implementation with an executable spec and a gauntlet of constraints (tests, types, coverage, mutation) so line-by-line review becomes optional. Use when the user explicitly asks for high-assurance or evidence-first work ("reliable", "TDD", "prove it works"…
- vord-static-analysis: Ultra-fast (<30ms) multi-language static analysis, agent write-gating, and spec-driven swarm coordination powered by the vord CLI and vord MCP server.

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.

## MCP servers

- vord: transport: stdio; command: vord mcp

Read from the plugin's own mcp.json. Environment variable names only, never values.
