Secrets Scan Checklist

Secrets Scan Checklist is a skill for Claude Code, Codex from niels-emmer/myace. It costs 36 tokens per session (939 once invoked), scanned A, original, MIT.

A checklist for spotting credential-shaped strings, such as API keys, tokens, passwords, connection strings, and private keys, in code changes and commit history.

In plain words
What is it for?
Use it at the start of code reviews and when checking repository history for credentials that may have been removed later.
Why use it?
It gives reviewers a consistent first pass for finding exposed secrets before they are overlooked among other code issues.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for aider. Also seen: mentions Codex; built for aider; mentions OpenCode.

Good fit Use it at the start of code reviews and when checking repository history for credentials that may have been removed later.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/niels-emmer/myace/secrets-scan-checklist
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 niels-emmer/myace --skill secrets-scan-checklist
Clone the repo
git clone --depth 1 https://github.com/niels-emmer/myace

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 Secrets Scan Checklist

README.md
[![agentmods](https://agentmods.dev/badge/skills/niels-emmer/myace/secrets-scan-checklist/github.svg)](https://agentmods.dev/skills/niels-emmer/myace/secrets-scan-checklist)
Your own site
<a href="https://agentmods.dev/skills/niels-emmer/myace/secrets-scan-checklist"><img src="https://agentmods.dev/badge/skills/niels-emmer/myace/secrets-scan-checklist/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 Secrets Scan Checklist

Your own site · 80×15
<a href="https://agentmods.dev/skills/niels-emmer/myace/secrets-scan-checklist"><img src="https://agentmods.dev/badge/skills/niels-emmer/myace/secrets-scan-checklist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 939 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.00036 $0.00939
Opus 5 $0.00018 $0.00469
Sonnet 5 $0.00007 $0.00188
Haiku 4.5 $0.00004 $0.00094

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

Security

Grade A, and why

Secrets Scan Checklist 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.

collections/additional/auditor/skills/secrets-scan-checklist/SKILL.md · 47 lines

How it starts

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

Purpose

Give a reviewer a fast pattern-matching pass for credential-shaped strings, so secrets get caught by recognizable shape rather than relying on remembering to look for them. Pair this with the Secrets Are Always A Hard Fail rule — this skill is about finding the secret; that rule governs what happens next.

When to use it

At the start of every review, before looking at anything else — a live credential outranks every other finding in urgency, so it's worth checking first rather than stumbling into it halfway through. Also run it against commit history when a repository's history hasn't been checked before, not just the current diff — a secret removed in a later commit is still exposed in history.

Shapes to recognize

  • Cloud/provider API keys — long fixed-prefix strings such as vendor keys that start with a recognizable literal prefix followed by 20+ alphanumeric characters. Don't rely on memorizing every vendor's exact prefix; the pattern (short literal prefix + long high-entropy suffix) is the signal.
  • Generic tokens/secrets — high-entropy strings (mixed case, digits, length 32+) assigned to a variable or field named token, secret, key, password, credential, auth, or similar, especially in config, .env-style files, or hardcoded as a default value.
  • Connection strings — URLs with a scheme like postgres://, mysql://, mongodb://, redis://, amqp:// that embed a username and password in the authority component (scheme://user:password@host/...).
  • Private key blocks — anything containing -----BEGIN ... PRIVATE KEY----- (RSA, EC, OpenSSH, PGP), or .pem/.pfx/.p12 file content pasted inline.
  • JWTs and session tokens — three base64url segments separated by dots (eyJ...........), especially if hardcoded rather than generated at runtime.
  • Webhook/signing secrets — values assigned to names like webhook_secret, signing_key, hmac_key sitting next to the verification code that's supposed to use them.

Read the full file on GitHub · 47 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. 10d ago First seen · 47 lines · 36 tokens per session scan A 79af11164322

Subscribe to this mod's changes

Secrets Scan Checklist is a skill published in the GitHub repository niels-emmer/myace (1 stars, last pushed 4d ago), licensed MIT. It adds 36 tokens to every session and 939 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 skills, from other repositories

html-draft

Use when user wants a standalone HTML diagram in flat engineering blueprint style — architecture diagrams, system flows, technical spec sheets, component maps. Generates one HTML file using Tailwind v4 (browser CDN) for layout and D3 v7 (CDN) for SVG diagrams. User-invoked only — do NOT auto-trigger. Triggers on…

serejaris/personal-corp-os · 130 tokens

idea

Use when capturing ONE new idea the user voices and wants recorded — "save this idea", "I have an idea", "log this idea", "/idea", "idea: ...". Creates a provenance-tracked folder (one folder per idea) in your ideas repo, dedups against an index, optionally mirrors to a GitHub Project view filtered by label:idea. NOT…

serejaris/personal-corp-os · 135 tokens

pm-feedback

A feedback-analysis aid that turns spreadsheet data, CSV files, pasted text, or review screenshots into organized product insights. It groups themes, identifies sentiment, examines trends and sources, calculates NPS, and extracts user types.

serejaris/personal-corp-os · 132 tokens

weekly-planning

A planning workflow that turns a completed weekly review and existing backlog into prioritized outcomes for one ISO calendar week.

serejaris/personal-corp-os · 49 tokens

gh-issues

Use when creating, searching, updating, or managing GitHub issues via CLI. Triggers: "issue", "create issue", "gh issue", "task tracking", "context", "handoff", "resume task", "session context", "save progress", "active tasks", "in-progress", "my tasks", "open issues". Covers: gh commands, bulk operations, JSON/jq…

serejaris/personal-corp-os · 104 tokens

pm-brainstorm

A structured brainstorming session for exploring a specific product problem or opportunity and narrowing the results to ideas worth pursuing.

serejaris/personal-corp-os · 162 tokens