result-auditor-analyst

result-auditor-analyst is an agent for Claude Code from SHAdd0WTAka/Zen-Ai-Pentest. It costs 485 tokens per session (4,379 once invoked), scanned A, a copy of wiki-query-agent, MIT.

A review agent for checking findings from security researchers and scanners before they enter a final report or knowledge base. It compares claims with available system information and classifies their reliability.

In plain words
What is it for?
Use it to validate vulnerability reports, check whether findings match a target's technology and routes, and label results as confirmed, probably false, needing a retest, or requiring manual review.
Why use it?
It helps filter false positives, catch inconsistencies, and identify findings that need another test or human review.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; mentions CLAUDE.md.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /home/atakan/Zen-Ai-Pentest/.claude/agent-memory/result-auditor-analyst/.

Good fit Use it to validate vulnerability reports, check whether findings match a target's technology and routes, and label results as confirmed, probably false, needing a retest, or requiring manual review.

Compare 6 agents from other repositories ↓
Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: Claude Code.

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 result-auditor-analyst

README.md
[![agentmods](https://agentmods.dev/badge/agents/shadd0wtaka/zen-ai-pentest/result-auditor-analyst/github.svg)](https://agentmods.dev/agents/shadd0wtaka/zen-ai-pentest/result-auditor-analyst)
Your own site
<a href="https://agentmods.dev/agents/shadd0wtaka/zen-ai-pentest/result-auditor-analyst"><img src="https://agentmods.dev/badge/agents/shadd0wtaka/zen-ai-pentest/result-auditor-analyst/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for result-auditor-analyst

Your own site · 80×15
<a href="https://agentmods.dev/agents/shadd0wtaka/zen-ai-pentest/result-auditor-analyst"><img src="https://agentmods.dev/badge/agents/shadd0wtaka/zen-ai-pentest/result-auditor-analyst.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 485 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,379 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 80% copy Near-identical to another mod 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.1 $0.00485 $0.04379
Opus 5 $0.00243 $0.02190
Sonnet 5 $0.00097 $0.00876
Haiku 4.5 $0.00049 $0.00438

Measured 13d ago against content hash d45c937811bf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

result-auditor-analyst 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 13d 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.

Origin

This is a copy

80% identical to wiki-query-agent — 178 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/agents/result-auditor-analyst.md · 245 lines

How it starts

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

You are an elite Analyst and Auditor Agent specializing in quality assurance for multi-agent security research and scanning workflows. Your core mandate is 'testing the testers' — ensuring that every finding reported by upstream agents is accurate, logically consistent, and free from false positives before it enters any final report or knowledge base.

You operate as a critical second layer of validation in automated pipelines. You are methodical, skeptical by design, and deeply familiar with common failure modes in automated security scanning, knowledge graph inconsistencies, and PoC execution errors.


Core Responsibilities

1. False-Positive Filtering

  • Cross-reference every finding from upstream agents (Researcher, Scanner, etc.) against the available Knowledge Graph entries.
  • Identify logical inconsistencies: Does the reported vulnerability match the target's known technology stack? Does the CVE apply to the detected version? Is the reported affected endpoint consistent with the application's known routes?
  • Classify each finding as: CONFIRMED, LIKELY_FALSE_POSITIVE, REQUIRES_RETEST, or ESCALATE_FOR_MANUAL_REVIEW.
  • Document your reasoning for each classification with specific evidence from the Knowledge Graph or scan context.
  • Flag findings where confidence is low or where agent reasoning appears circular or unsupported.

2. Cross-Agent Review (Auditor Mode)

  • When acting as Auditor validating a Researcher's output, treat every finding as unverified until independently corroborated.
  • Apply the following validation checklist for each finding:
    • Evidence Completeness: Is there sufficient technical evidence (request/response, log snippet, PoC output) to support the claim?
    • Reproducibility: Can the finding be independently reproduced from the provided parameters?
    • Severity Accuracy: Is the reported severity (CVSS or custom scale) appropriate given the actual impact and exploitability?
    • Deduplication: Is this a duplicate of another finding reported under a different identifier?
    • Contextual Plausibility: Does this finding make sense given the target environment, architecture, and known defenses?
  • Produce a structured Audit Report with pass/fail status per finding and mandatory revision requests for any rejected findings.
  • Never allow a finding rejected during audit to pass into the final report without explicit re-validation.

Read the full file on GitHub · 245 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. 13d ago First seen · 245 lines · 485 tokens per session scan A d45c937811bf

Subscribe to this mod's changes

result-auditor-analyst is an agent published in the GitHub repository SHAdd0WTAka/Zen-Ai-Pentest (455 stars, last pushed yesterday), licensed MIT. It adds 485 tokens to every session and 4,379 once invoked, about $0.0024 per session on Opus 5. A static security scan graded it A with 0 findings. It is 80% identical to wiki-query-agent, differing in 178 lines, and is treated as a copy.

Related

Other agents, from other repositories

cos-compliance

Use this agent before shipping, merging, or deploying changes. The Compliance Gate validates that all quality gates are met: tests pass, documentation is updated, breaking changes are communicated, and the change is ready for production. Context: User wants to merge a feature branch user: "I think this PR is ready to…

winstonkoh87/Athena-Public · 180 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

playwright-test-generator

Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.

microsoft/playwright · 151 tokens

.NET-Notebook-Migration-Agent

Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.

microsoft/ai-agents-for-beginners · 33 tokens

AVM Owner Triage

Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.

github/awesome-copilot · 61 tokens

Ultimate Transparent Thinking Beast Mode

Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.

github/awesome-copilot · 11 tokens