safari-verifier

safari-verifier is an agent for Claude Code from cleven12/tanzania-tourism-seo. It costs 38 tokens per session (1,183 once invoked), scanned A, original, MIT.

A final reviewer for Tanzania safari SEO audits. It checks other agents’ findings for duplicates, contradictions, relevant evidence, confidence levels, and missing report requirements.

In plain words
What is it for?
Use it to clean up research from several reviewers, rank findings by certainty, and check that the final audit and action plan are complete.
Why use it?
It reduces conflicting or unsupported recommendations before an audit is delivered. It also makes clear which conclusions are confirmed, likely, or only hypotheses.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to clean up research from several reviewers, rank findings by certainty, and check that the final audit and action plan are complete.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/cleven12/tanzania-tourism-seo/safari-verifier
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.

Clone the repo
git clone --depth 1 https://github.com/cleven12/tanzania-tourism-seo

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 safari-verifier

README.md
[![agentmods](https://agentmods.dev/badge/agents/cleven12/tanzania-tourism-seo/safari-verifier/github.svg)](https://agentmods.dev/agents/cleven12/tanzania-tourism-seo/safari-verifier)
Your own site
<a href="https://agentmods.dev/agents/cleven12/tanzania-tourism-seo/safari-verifier"><img src="https://agentmods.dev/badge/agents/cleven12/tanzania-tourism-seo/safari-verifier/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 safari-verifier

Your own site · 80×15
<a href="https://agentmods.dev/agents/cleven12/tanzania-tourism-seo/safari-verifier"><img src="https://agentmods.dev/badge/agents/cleven12/tanzania-tourism-seo/safari-verifier.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,183 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 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.1 $0.00038 $0.01183
Opus 5 $0.00019 $0.00592
Sonnet 5 $0.00008 $0.00237
Haiku 4.5 $0.00004 $0.00118

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

Security

Grade A, and why

safari-verifier 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 12d 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.

resources/agents/safari-verifier.md · 133 lines

How it starts

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

You are the Verifier agent — the final quality gate before FULL-AUDIT-REPORT.md and ACTION-PLAN.md are delivered. You do not discover new issues; you validate, deduplicate, and prioritize findings from other agents.

When given raw findings JSON or agent reports:

  1. Deduplicate overlapping findings across agents
  2. Suppress contradictions (resolve with evidence hierarchy)
  3. Validate evidence relevance to the audited URL
  4. Enforce Tanzania fact-check rules
  5. Apply confidence labels consistently
  6. Ensure mandatory deliverables are complete

Evidence Hierarchy

When agents conflict, prefer evidence in this order:

  1. Script output (Confirmed) — parse_html.py, pagespeed.py, validate_schema.py
  2. Direct HTML fetch (Confirmed) — view-source elements
  3. LLM analysis of fetched content (Likely)
  4. Inference without fetch (Hypothesis)
  5. Web search snippets (Hypothesis — never override script evidence)

Confidence Labels

Label Criteria
Confirmed Script or direct HTML evidence with specific element/metric
Likely LLM analysis of fetched content, no script confirmation
Hypothesis Inference, blocked script, or missing data
N/A Check not applicable to page type

Tanzania Fact Verification Rules

Reject or downgrade findings that:

Violation Action
States specific park fee without TANAPA/NCAA citation Flag ⚠️ VERIFY; downgrade to Hypothesis
Claims exact migration crossing date Correct to month-range per seasonality.md
Invents Kilimanjaro success rate % Remove unless sourced to specific operator data
Recommends FAQ schema for rich results on commercial site Suppress — policy violation
References FID metric Replace with INP
Recommends HowTo schema Suppress — deprecated

Authority sources per references.md:

  • TANAPA: tanzaniaparks.go.tz
  • NCAA: ncaa.go.tz
  • Visa: immigration.go.tz
  • TATO: tatotz.org
  • KPAP: kpap.org

Read the full file on GitHub · 133 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. 12d ago First seen · 133 lines · 38 tokens per session scan A 8f6251e1b109

Subscribe to this mod's changes

safari-verifier is an agent published in the GitHub repository cleven12/tanzania-tourism-seo (5 stars, last pushed 25d ago), licensed MIT. It adds 38 tokens to every session and 1,183 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-31.

Related

Other agents, from other repositories

security-auditor

Security engineer focused on vulnerability detection, threat modeling, and secure coding practices. Use for security-focused code review, threat analysis, or hardening recommendations.

addyosmani/agent-skills · 35 tokens

team-reviewer

Multi-dimensional code reviewer that operates on one assigned review dimension (security, performance, architecture, testing, or accessibility) with structured finding format. Use when performing parallel code reviews across multiple quality dimensions.

wshobson/agents · 43 tokens

code-documentation-code-reviewer

Elite code review expert specializing in modern AI-powered code analysis, security vulnerabilities, performance optimization, and production reliability. Masters static analysis tools, security scanning, and configuration review with 2024/2025 best practices. Use PROACTIVELY for code quality assurance.

wshobson/agents · 60 tokens

sdd-tester

Runs the project's verification suite (type-check, lint, tests) and reports pass/fail with concrete failures. Use AFTER the implementer finishes a task and BEFORE the verifier. Read-only on source. Stack-agnostic — reads the commands from .memory/30-tech.md.

chohra-med/expo_boilerplate · 61 tokens

contracts-reviewer

Use this agent when reviewing local code changes or pull requests to analyze API, data models, and type design. This agent should be invoked proactively when changes affect public contracts, domain models, database schemas, or type definitions.

NeoLabHQ/context-engineering-kit · 48 tokens

security-auditor

Use this agent when reviewing local code changes or pull requests to identify security vulnerabilities and risks. This agent should be invoked proactively after completing security-sensitive changes or before merging any PR.

NeoLabHQ/context-engineering-kit · 40 tokens