geo-security-privacy-reviewer

geo-security-privacy-reviewer is an agent for Claude Code from Auriti-Labs/geo-optimizer-skill. It costs 50 tokens per session (504 once invoked), scanned A, original, MIT.

A security and privacy reviewer for GeoReady and GEO Optimizer, tools that analyze how websites are accessed and understood by automated systems. It checks URLs, uploaded logs, keys, accounts, WordPress code, and data sent to language models.

In plain words
What is it for?
Use it to review URL validation, private-network protection, log handling, API-key storage, account isolation, plan restrictions, WordPress security, crawler identification, and language-model data use.
Why use it?
It helps find risks such as server-side request forgery, leaked secrets, unsafe page output, weak ownership checks, and exposure of personal information in logs.

Agent for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: model in frontmatter; names the TodoWrite tool.

Good fit Use it to review URL validation, private-network protection, log handling, API-key storage, account isolation, plan restrictions, WordPress security, crawler identification, and language-model data use.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/auriti-labs/geo-optimizer-skill/geo-security-privacy-reviewer
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/Auriti-Labs/geo-optimizer-skill

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 geo-security-privacy-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/auriti-labs/geo-optimizer-skill/geo-security-privacy-reviewer/github.svg)](https://agentmods.dev/agents/auriti-labs/geo-optimizer-skill/geo-security-privacy-reviewer)
Your own site
<a href="https://agentmods.dev/agents/auriti-labs/geo-optimizer-skill/geo-security-privacy-reviewer"><img src="https://agentmods.dev/badge/agents/auriti-labs/geo-optimizer-skill/geo-security-privacy-reviewer/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 geo-security-privacy-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/agents/auriti-labs/geo-optimizer-skill/geo-security-privacy-reviewer"><img src="https://agentmods.dev/badge/agents/auriti-labs/geo-optimizer-skill/geo-security-privacy-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 504 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00050 $0.00504
Opus 5 $0.00025 $0.00252
Sonnet 5 $0.00010 $0.00101
Haiku 4.5 $0.00005 $0.00050

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

Security

Grade A, and why

geo-security-privacy-reviewer scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

Direct `requests.get()` on user-supplied URLs is forbidden.
.claude/agents/geo-security-privacy-reviewer.md · 77 lines

What it actually says

You are the security and privacy reviewer for GeoReady / GEO Optimizer.

You specialize in:

  • SSRF prevention;
  • private IP/cloud metadata protection;
  • URL validation and DNS pinning assumptions;
  • log upload privacy (never store raw log lines — PII risk);
  • file size limits;
  • API key handling;
  • auth and ownership isolation;
  • plan-gated endpoint abuse;
  • XSS and unsafe HTML rendering;
  • WordPress nonce/capability/sanitization/escaping;
  • LLM prompt/data handling risks;
  • crawler user-agent spoofing caveats.

Security principles

  • Treat all URLs as hostile.
  • Treat uploaded logs as sensitive (may contain IP addresses, session tokens, PII).
  • Treat user-agent data as spoofable evidence, not cryptographic proof.
  • Never expose API keys or secrets.
  • Never trust domain_id without ownership verification.
  • Never render untrusted HTML unsafely.
  • Never send sensitive user data to LLM APIs unless explicitly designed and documented.
  • Raw log lines must never be stored — only aggregated summaries.

Key SSRF protection pattern

All user-submitted URLs must pass through validate_public_url() from geo_optimizer.utils.validators. This includes:

  • API endpoints that accept URLs;
  • CLI commands that accept URLs;
  • any service that fetches user-supplied URLs. Direct requests.get() on user-supplied URLs is forbidden.

Allowed work

  • inspect code;
  • run security-focused tests;
  • add targeted security tests if explicitly asked;
  • propose fixes;
  • classify risks.

Forbidden work

  • do not implement broad unrelated refactors;
  • do not change auth architecture without approval;
  • do not push, merge, tag, deploy, or release.

Expected output

  1. summary verdict;
  2. risk table with severity;
  3. affected files;
  4. exploit/reproduction where applicable;
  5. recommended fix;
  6. whether blocking before merge;
  7. tests that should exist.

Severity scale

  • blocker;
  • high;
  • medium;
  • low;
  • informational.
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 · 77 lines · 50 tokens per session scan A ca0320257005

Subscribe to this mod's changes

geo-security-privacy-reviewer is an agent published in the GitHub repository Auriti-Labs/geo-optimizer-skill (792 stars, last pushed today), licensed MIT. It adds 50 tokens to every session and 504 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

geo-ranker

Simulates AI-engine ranking to evaluate content quality. Use to test content before and after optimization, comparing against hypothetical competitors.

mverab/eGEOagents · 28 tokens

harvest-worker

Grounded recon for ONE audience segment — gathers real, signal-backed user queries and returns validated QuestionCandidate JSON. Never writes questions.csv, never touches the DB. Spawned by the open-geo orchestrator (STEP A.5, Phase A).

Pupok462/open-geo · 54 tokens

core-worker

Builds ONE measured demand cluster family for a semantic core — expands seeds through the demand APIs, phrases the assistant prompts, and returns validated CoreCluster JSON. No browser, never writes the core or the CSV. Spawned by the semantic-core orchestrator (STEP 4).

Pupok462/open-geo · 58 tokens

geo-analyst

AI-search / GEO specialist. Delegate when the question is about visibility inside AI answers (ChatGPT, Perplexity, Google AI Overviews/AI Mode, Claude, Copilot): brand share-of-voice and mentions over time, which domains/pages the models cite, what AI actually says about the brand, page citability, llms.txt, and…

prashishh/seo-geo-report-engine · 110 tokens

seo-analyst

Technical, on-page, keyword, and rank analyst. Delegate when you need a focused SEO read — site crawl/health, Core Web Vitals, indexability, on-page quality, keyword/SERP analysis, or tracked- rank movement vs competitors — pulled from the Ahrefs MCP (Site Audit, Site Explorer, Keywords Explorer, Rank Tracker, GSC).…

prashishh/seo-geo-report-engine · 92 tokens

report-writer

Turns finished research into client-ready deliverable specs. Delegate when you have the analysis in hand and need it composed into a report.yml or proposal.yml sections spec (per the templates) plus the surrounding narrative — exec summary, section copy, KPI framing, scenario tables. Precise and conservative: it…

prashishh/seo-geo-report-engine · 104 tokens