symbi-verify

symbi-verify is a skill for Claude Code, Codex from Ezee234/symbi-gemini-cli. It costs 33 tokens per session (259 once invoked), scanned A, a copy of symbi-verify, Apache-2.0.

A checker for the cryptographic identity of MCP tool schemas. MCP is a standard way for assistants to connect to external tools, and a schema describes how a tool can be called.

In plain words
What is it for?
Use it when adding or updating MCP servers, auditing integrations, or investigating unexpected tool results. It reports verified, first-use, failed, or unsigned schemas.
Why use it?
It can reveal when a tool description has changed unexpectedly before the tool is used.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Gemini CLI.

Good fit Use it when adding or updating MCP servers, auditing integrations, or investigating unexpected tool results. It reports verified, first-use, failed, or unsigned schemas.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ezee234/symbi-gemini-cli/symbi-verify
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 Ezee234/symbi-gemini-cli --skill symbi-verify
Clone the repo
git clone --depth 1 https://github.com/Ezee234/symbi-gemini-cli

Made for: Claude Code, 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 symbi-verify

README.md
[![agentmods](https://agentmods.dev/badge/skills/ezee234/symbi-gemini-cli/symbi-verify/github.svg)](https://agentmods.dev/skills/ezee234/symbi-gemini-cli/symbi-verify)
Your own site
<a href="https://agentmods.dev/skills/ezee234/symbi-gemini-cli/symbi-verify"><img src="https://agentmods.dev/badge/skills/ezee234/symbi-gemini-cli/symbi-verify/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 symbi-verify

Your own site · 80×15
<a href="https://agentmods.dev/skills/ezee234/symbi-gemini-cli/symbi-verify"><img src="https://agentmods.dev/badge/skills/ezee234/symbi-gemini-cli/symbi-verify.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 259 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 100% 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.00033 $0.00259
Opus 5 $0.00016 $0.00130
Sonnet 5 $0.00007 $0.00052
Haiku 4.5 $0.00003 $0.00026

Measured 9d ago against content hash 2bfecac3c32f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

symbi-verify 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 9d 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

100% identical to symbi-verify — 0 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.

skills/symbi-verify/SKILL.md · 31 lines

What it actually says

SchemaPin Verification

Verify the cryptographic integrity of MCP tool schemas to ensure they haven't been tampered with.

Verification Process

  1. Identify the MCP server to verify (from the extension manifest or the user's request)
  2. Use the symbi__verify_schema tool to check the schema
  3. Report the verification result:
    • Verified: Schema signature matches the publisher's key
    • TOFU: First-time use, key has been pinned for future verification
    • Failed: Schema has been modified since signing -- DO NOT USE
    • No signature: Schema is unsigned -- warn the user about risks

When to Verify

  • Before first use of any new MCP tool
  • After updating MCP server configurations
  • When security audit is requested
  • When a tool returns unexpected results

Note on Tool Names

In Gemini CLI, MCP tools are prefixed with the server alias and double underscore. The symbi MCP tools are accessed as symbi__verify_schema, symbi__list_agents, etc.

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. 9d ago First seen · 31 lines · 33 tokens per session scan A 2bfecac3c32f

Subscribe to this mod's changes

symbi-verify is a skill published in the GitHub repository Ezee234/symbi-gemini-cli (1 stars, last pushed today), licensed Apache-2.0. It adds 33 tokens to every session and 259 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to symbi-verify, differing in 0 lines, and is treated as a copy.