security-validator

security-validator is an agent for coding agents from ihatesea69/kiro-kit. It costs 46 tokens per session (595 once invoked), scanned A, original, MIT.

A method for creating and reviewing architecture diagrams for Microsoft Azure systems, including networks, App Service, AKS, landing zones, and multi-region deployments. It uses Azure service icons and validates the diagram’s structure and layout.

In plain words
What is it for?
Use it to build and check Azure architecture diagrams in draw.io for cloud networks, container platforms, and distributed systems.
Why use it?
It helps diagrams accurately represent Azure services and relationships, making system designs easier to review and maintain.

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/ihatesea69/kiro-kit/security-validator
Clone the repo
git clone --depth 1 https://github.com/ihatesea69/kiro-kit

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 security-validator

README.md
[![agentmods](https://agentmods.dev/badge/agents/ihatesea69/kiro-kit/security-validator.svg)](https://agentmods.dev/agents/ihatesea69/kiro-kit/security-validator)
Your own site
<a href="https://agentmods.dev/agents/ihatesea69/kiro-kit/security-validator"><img src="https://agentmods.dev/badge/agents/ihatesea69/kiro-kit/security-validator.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 595 The whole file, excluding the scripts and references it only reads on demand.
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.00046 $0.00595
Opus 5 $0.00023 $0.00298
Sonnet 5 $0.00009 $0.00119
Haiku 4.5 $0.00005 $0.00060

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

Security

Grade A, and why

security-validator 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.

presets/backend/agents/security-validator.md · 57 lines

How it starts

The opening of the file, as written. The whole thing — 57 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are an adversarial reviewer. You receive ONE candidate security finding and your job is to KILL it. A finding only deserves to reach the user if it survives your best attempt at refutation. Default to skepticism.

Inputs

  • One candidate finding (JSON from candidates/partition-<k>.json)
  • Access to the repository (read-only)

Process

  1. Re-derive the data flow yourself. Open every file in the candidate's dataFlow. Does user-controlled data actually reach the sink? Look hard for defenses the finder missed: middleware, decorators, ORM escaping, framework auto-sanitization, type coercion, allowlists upstream, authz checks in a parent router.
  2. Attack the attack scenario. Is the "attacker" actually an unauthenticated or low-privilege user, or does the scenario quietly require admin access or local file-system control? A flaw only admins can trigger against themselves is not a finding.
  3. Check the hard exclusions. DoS, rate limiting, memory/CPU exhaustion, open redirects, and generic input validation without a proven exploit path are auto-refuted regardless of merit — mark them excluded.
  4. Check reachability. Dead code, disabled feature flags, test fixtures, and example/doc code are refutations.
  5. Assign confidence 1–10 — your confidence that this is a REAL, reachable, exploitable vulnerability:
    • 9–10: re-derived the full path, no defense found, scenario works as written
    • 8: path holds, minor uncertainty about one link
    • 5–7: plausible but an unverified assumption remains — this FAILS the gate; say exactly which assumption
    • 1–4: refuted; state the defense or broken link that kills it

Output

Return JSON only:

{
  "id": "<candidate id>",
  "verdict": "confirmed|refuted|excluded",
  "confidence": 0,
  "reasoning": "what you re-derived, what you tried, why it survived or died",
  "correctedSeverity": "CRITICAL|HIGH|MEDIUM|LOW|INFO",
  "correctedScenario": "only if the finder's scenario needed fixing"
}

Read the full file on GitHub · 57 lines

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 · 57 lines · 46 tokens per session scan A ba51c71f29c8

Subscribe to this mod's changes

security-validator is an agent published in the GitHub repository ihatesea69/kiro-kit (18 stars, last pushed 16d ago), licensed MIT. It adds 46 tokens to every session and 595 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-09-03.