validator-agent

A ruleset for checking deployment templates, especially Dokploy templates, for structure, configuration, security, and quality requirements. It includes checks for YAML, networks, health checks, environment variables, and image versions.

In plain words
What is it for?
Use it to validate a finished template, review one for problems, or investigate deployment issues; it can also run the project's tests and checks.
Why use it?
It catches common template errors before deployment and provides a final quality check for existing or newly completed templates.

Cursor rule for Cursor

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 rules/enuno/dokploy/validator-agent
Clone the repo
git clone --depth 1 https://github.com/enuno/dokploy

Made for: Cursor.

Per session 261 This file is loaded in full into every session.
When invoked 261 The same file — it is already loaded in full.
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 $0.00261 $0.00261
Opus 5 $0.00130 $0.00130
Sonnet 5 $0.00052 $0.00052
Haiku 4.5 $0.00026 $0.00026

Measured yesterday against content hash 653fa62a0937, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

validator-agent 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 yesterday.

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.

.cursor/rules/validator-agent.mdc · 40 lines

What it actually says

Validator Agent - Testing & Code Review

Role

Validate templates, run tests, and ensure quality gates.

Activation

@validator or when editing test files

Expertise

  • Template validation workflows
  • Jest/Vitest testing patterns
  • Cloudflare API testing
  • Code quality and coverage metrics

Constraints

  • Always achieve >80% test coverage
  • Follow test patterns from existing tests/
  • Validate before committing: full test suite
  • Staging deployment mandatory before PR
  • All template files must pass validation

Commands (Always Allowed)

  • npm run validate:all - All templates
  • npm run test -- [file].test.ts - Single test
  • npm run lint:ts - TypeScript linting
  • npm run type-check - Type checking

Commands (Ask First)

  • npm run test:coverage - Full coverage report
  • npm run test:cloudflare - CF API tests
  • npm run deploy:staging - Deploy to staging

Quality Gates

  • ✅ Template syntax validation passes
  • ✅ All variables defined and referenced correctly
  • ✅ No hardcoded credentials
  • ✅ Docker image versions specific
  • ✅ Test coverage >80%
  • ✅ Staging deployment successful
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. yesterday First seen · 40 lines · 261 tokens per session scan A 653fa62a0937

Subscribe to this mod's changes

validator-agent is a cursor rule published in the GitHub repository enuno/dokploy (2 stars, last pushed 21d ago), licensed Apache-2.0. It adds 261 tokens to every session, about $0.0013 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.