cm-identity-guard

cm-identity-guard is a skill for Claude Code from tody-agent/codymaster. It costs 69 tokens per session (3,189 once invoked), scanned A, original, no licence file.

A project and account identity check for Git pushes and operations involving Cloudflare or Supabase. Cloudflare hosts websites and services, while Supabase provides hosted databases and related backend tools.

In plain words
What is it for?
Use it when working across personal and work accounts or across multiple GitHub, Cloudflare, Supabase, or Neon projects. It verifies which project and accounts are active before operations.
Why use it?
It helps prevent sending code to the wrong GitHub account, deploying to the wrong Cloudflare account, or exposing secrets between projects.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: installed under .agents/ (shared by several agents).

Part of the cm plugin — 63 skills, 11 commands, 8 agents, 3 hooks, 1 MCP server shipped together

Good fit Use it when working across personal and work accounts or across multiple GitHub, Cloudflare, Supabase, or Neon projects. It verifies which project and accounts are active before operations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tody-agent/codymaster/cm-identity-guard
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 tody-agent/codymaster --skill cm-identity-guard
Clone the repo
git clone --depth 1 https://github.com/tody-agent/codymaster

Made for: Claude Code.

Or install cm, the plugin that ships this one along with the rest of its 63 skills, 11 commands, 8 agents, 3 hooks, 1 MCP server.

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 cm-identity-guard

README.md
[![agentmods](https://agentmods.dev/badge/skills/tody-agent/codymaster/cm-identity-guard/github.svg)](https://agentmods.dev/skills/tody-agent/codymaster/cm-identity-guard)
Your own site
<a href="https://agentmods.dev/skills/tody-agent/codymaster/cm-identity-guard"><img src="https://agentmods.dev/badge/skills/tody-agent/codymaster/cm-identity-guard/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 cm-identity-guard

Your own site · 80×15
<a href="https://agentmods.dev/skills/tody-agent/codymaster/cm-identity-guard"><img src="https://agentmods.dev/badge/skills/tody-agent/codymaster/cm-identity-guard.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,189 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 unknown 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.00069 $0.03189
Opus 5 $0.00034 $0.01595
Sonnet 5 $0.00014 $0.00638
Haiku 4.5 $0.00007 $0.00319

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

Security

Grade A, and why

cm-identity-guard 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 10d 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.

.agents/skills/cm-identity-guard/SKILL.md · 410 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 10d ago First seen · 410 lines · 69 tokens per session scan A 28849733943c

Subscribe to this mod's changes

cm-identity-guard is a skill published in the GitHub repository tody-agent/codymaster (52 stars, last pushed 15d ago), with no licence file. It adds 69 tokens to every session and 3,189 once invoked, about $0.0003 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-30.

Related

Other skills, from other repositories

kubernetes-skill

Prevent Kubernetes hallucinations by diagnosing and fixing failure modes: insecure workload defaults, resource starvation, network exposure, privilege sprawl, fragile rollouts, and API drift. Use when generating, reviewing, refactoring, or migrating manifests, Helm charts, Kustomize overlays, cluster policies, and…

LukasNiessen/kubernetes-skill · 89 tokens

log-changes

Use when asked to update the changelog, document version changes, prepare a release, or add entries for recent work, and when reviewing a diff or pull request that touches CHANGELOG.md. Produces concise user-facing CHANGELOG.md entries, follows Keep a Changelog and Semantic Versioning, and verifies that new bullets…

sergeyklay/.agents · 96 tokens

check-dependabot

Validate a Dependabot configuration against the published JSON Schema and audit its groups against the repository's real dependency manifests. Use when creating or rewriting .github/dependabot.yml, when adding or reorganising groups, ignore or exclude-patterns, when a dependency lands in the wrong grouped PR or keeps…

sergeyklay/.agents · 163 tokens

monitor-ci

Drive a long-running GitHub Actions run to a trustworthy conclusion without burning the session on polling. Use when asked to wait for a pipeline, watch a build, babysit a release or deploy run, restart it if it fails, or report whether it went green. Also use when a run must finish before a follow-up step such as a…

sergeyklay/.agents · 181 tokens

create-pr

Use when asked to create a pull request, open a PR, or submit changes for review. Handles branch verification, change analysis, title and description generation, and gh pr create. Do NOT use for committing, pushing without PR, or reviewing existing PRs.

sergeyklay/.agents · 54 tokens

git-commit

Use when asked to commit, save, or persist changes to Git. Handles atomic commits, branch safety, Conventional Commits format, and project style matching. Do NOT use for pushing, creating PRs, or branch management beyond safety checks.

sergeyklay/.agents · 52 tokens