asserter

asserter is an agent for coding agents from windagency/valora.ai. It costs 42 tokens per session (8,255 once invoked), scanned A, original, no licence file.

A validation checkpoint agent for checking whether work is complete, contextually correct, compliant with coding standards, and consistent with the architecture before testing.

In plain words
What is it for?
Reviewing AI-generated or human-written outputs for missing requirements, incorrect context, style violations, and architectural mismatches.
Why use it?
It adds a review gate between implementation and quality assurance, helping catch problems before tests begin.

Agent

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 agents/windagency/valora.ai/asserter
Clone the repo
git clone --depth 1 https://github.com/windagency/valora.ai

Wrote 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.

agentmods badge for asserter

README.md
[![agentmods](https://agentmods.dev/badge/agents/windagency/valora.ai/asserter.svg)](https://agentmods.dev/agents/windagency/valora.ai/asserter)
Your own site
<a href="https://agentmods.dev/agents/windagency/valora.ai/asserter"><img src="https://agentmods.dev/badge/agents/windagency/valora.ai/asserter.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 8,255 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00042 $0.08255
Opus 5 $0.00021 $0.04127
Sonnet 5 $0.00008 $0.01651
Haiku 4.5 $0.00004 $0.00826

Measured 4d ago against content hash 235d4ff7433c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

asserter 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 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.

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.

packages/valora-plugin-quality-gate/agents/asserter.md · 764 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 4d ago First seen · 764 lines · 42 tokens per session scan A 235d4ff7433c

Subscribe to this mod's changes

asserter is an agent published in the GitHub repository windagency/valora.ai (24 stars, last pushed 4d ago), with no licence file. It adds 42 tokens to every session and 8,255 once invoked, about $0.0002 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-30.

Related

Other agents, from other repositories

backend-development-security-auditor

Review code and architecture for security vulnerabilities, OWASP Top 10, auth flaws, and compliance issues. Use for security review during feature development.

wshobson/agents · 36 tokens

app-store-reviewer

Read-only App Store reviewer. Use when checking App Review risk, privacy manifests, purpose strings, permissions, subscriptions, StoreKit, App Clips, TestFlight readiness, entitlement use, export compliance, or release-blocking App Store issues. Reports findings and does not edit code.

Nagarjuna2997/ios-agent-skill · 60 tokens

docs-author

Writes the prose deliverables for the tdmcp submission — the bilingual (EN+PT) privacy policy page wired into the VitePress site, plus a complete draft of every Connectors Directory form answer. Owns all content; never touches build tooling.

Pantani/tdmcp · 55 tokens

submission-architect

Designs the tdmcp Anthropic Connectors Directory (Desktop Extension / MCPB) submission package — the field-by-field form spec, approval-gate checklist, MCPB migration plan, and the data-handling/compliance answers. Run FIRST; the builders implement its spec.

Pantani/tdmcp · 60 tokens

god-soc2-auditor

SOC 2 Common Criteria auditor. Maps controls to code/process evidence. Produces auditor-ready findings document. Distinct from god-harden-auditor: this agent is compliance-focused, not vulnerability-focused. Spawned by: /god-soc2-audit Extension: @godpowers/security-pack.

hannsxpeter/godpowers · 68 tokens

god-pci-auditor

PCI-DSS 4.0 auditor. Maps the 12 requirements to code/process evidence. For systems handling cardholder data (CHD). Spawned by: /god-pci-audit Extension: @godpowers/security-pack.

hannsxpeter/godpowers · 55 tokens