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 agents/ihatesea69/kiro-kit/security-validatorgit clone --depth 1 https://github.com/ihatesea69/kiro-kitWrote 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/agents/ihatesea69/kiro-kit/security-validator)<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>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.00046 | $0.00595 |
| Opus 5 | $0.00023 | $0.00298 |
| Sonnet 5 | $0.00009 | $0.00119 |
| Haiku 4.5 | $0.00005 | $0.00060 |
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.
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
- 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. - 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.
- 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. - Check reachability. Dead code, disabled feature flags, test fixtures, and example/doc code are refutations.
- 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"
}
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.
- yesterday First seen · 57 lines · 46 tokens per session scan A ba51c71f29c8
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.
Other agents, from other repositories
cluster-insights-recon
EKS Cluster Insights reconnaissance subagent.
iac-recon
EKS Infrastructure-as-Code reconnaissance subagent.
security-recon
EKS security posture reconnaissance subagent.
workloads-recon
EKS workloads reconnaissance subagent.
addons-recon
EKS add-ons reconnaissance subagent.
cicd-recon
EKS CI/CD and GitOps reconnaissance subagent.