map-verification

map-verification is a skill for Codex from Eliyce/paqad-ai. It costs 42 tokens per session (587 once invoked), scanned A, original, MIT.

A second-pass review of an application map that checks claims the automatic checks could not settle. It examines the cited code and marks each claim as confirmed, refuted, or still inconclusive.

In plain words
What is it for?
Use it after assembling a site map to investigate unclear references, transitions, and runtime behavior.
Why use it?
It resolves ambiguous evidence without treating uncertainty as proof. This helps distinguish real mapping problems from claims that the available evidence does not support.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it after assembling a site map to investigate unclear references, transitions, and runtime behavior.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/eliyce/paqad-ai/map-verification
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.

Any agent
npx skills add Eliyce/paqad-ai --skill map-verification
Clone the repo
git clone --depth 1 https://github.com/Eliyce/paqad-ai

Made for: Codex.

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 map-verification

README.md
[![agentmods](https://agentmods.dev/badge/skills/eliyce/paqad-ai/map-verification/github.svg)](https://agentmods.dev/skills/eliyce/paqad-ai/map-verification)
Your own site
<a href="https://agentmods.dev/skills/eliyce/paqad-ai/map-verification"><img src="https://agentmods.dev/badge/skills/eliyce/paqad-ai/map-verification/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 map-verification

Your own site · 80×15
<a href="https://agentmods.dev/skills/eliyce/paqad-ai/map-verification"><img src="https://agentmods.dev/badge/skills/eliyce/paqad-ai/map-verification.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 587 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.00042 $0.00587
Opus 5 $0.00021 $0.00293
Sonnet 5 $0.00008 $0.00117
Haiku 4.5 $0.00004 $0.00059

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

Security

Grade A, and why

map-verification 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 8d 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.

runtime/capabilities/coding/skills/map-verification/SKILL.md · 66 lines

How it starts

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

What It Does

Provides the Tier-B judgment layer: the engine's deterministic checks settle what they can and hand over a table of claims they could not — an evidence pointer that half-resolves, a transition whose runtime behaviour is ambiguous. This skill refutes or confirms each, grounded in the code, so an inconclusive claim becomes either a finding or a fact — never a shrug.

Use This When

Use this after assembly, over the engine's inconclusive-claim table. It settles only what the deterministic checks left open; it never re-litigates a claim the engine already proved.

Inputs

  • The machine-built claim digest from the run bundle (each claim with its evidence and why it is inconclusive).
  • The code the claims cite.
  • Read references/refutation-discipline.md before recording a verdict.

Procedure

The deterministic checks are the engine's; you settle only the inconclusive residue.

  1. Read each inconclusive claim and open the evidence it cites.
  2. Try to refute it first: does the code actually show what the claim asserts? Default to inconclusive when the evidence does not settle it, never to confirmed.
  3. Record a verdict (confirmed | refuted | inconclusive) with the resolving file:line, and let site-map-gap-analysis turn confirmed problems into findings.

Output Contract

  • A JSON object { verdicts: [{ claim_id, verdict, evidence, rationale }] }.
  • verdictconfirmed | refuted | inconclusive.
  • Every confirmed or refuted verdict carries a resolving file:line; an inconclusive one states what evidence is missing.

Escalate / Stop Conditions

  • Default to inconclusive when the evidence does not settle the claim. Do not confirm to look thorough or refute to look clean.
  • Do not invent a new claim here; new problems are a fresh site-map run, not a verification verdict.
  • A claim whose evidence no longer resolves is confirmed drift, never quietly dropped.

Resources

  • references/refutation-discipline.md
  • agents/openai.yaml

Read the full file on GitHub · 66 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 66 lines · 42 tokens per session scan A c05f29234e4f

Subscribe to this mod's changes

map-verification is a skill published in the GitHub repository Eliyce/paqad-ai (8 stars, last pushed today), licensed MIT. It adds 42 tokens to every session and 587 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.