ccsn-find-simplifications

ccsn-find-simplifications is a skill for Claude Code, Codex from kenryu42/cc-safety-net. It costs 72 tokens per session (1,936 once invoked), scanned A, original, MIT.

Ein Leitfaden zum Finden konkreter Vereinfachungen im Repository CC Safety Net, einem Softwareprojekt zur Erkennung von Sicherheitsproblemen. Er sucht unter anderem nach totem, doppeltem, spekulativem oder übermäßig komplexem Code.

In plain words
What is it for?
Für die Prüfung von Analysecode, Regeln, Schutzprüfungen, Integrationen, Kommandozeile und grafischer Oberfläche. Das Ergebnis sind wenige, nachvollziehbar begründete Vorschläge für die Wartung des Projekts.
Why use it?
Er hilft, echte Kosten und unnötige Oberflächen im bestehenden Code zu belegen, statt unbegründete Verbesserungsideen zu sammeln. Dabei berücksichtigt er die dokumentierten Sicherheitsregeln und bereits entschiedene Ausnahmefälle.

Skill for Claude CodeCodex

Written for Claude Code and Codex: disable-model-invocation in frontmatter, but also agents/openai.yaml present. Also seen: mentions subagents; mentions Claude Code; installed under .agents/ (shared by several agents).

Part of the cc-safety-net plugin — 4 skills, 1 hook shipped together

Good fit Für die Prüfung von Analysecode, Regeln, Schutzprüfungen, Integrationen, Kommandozeile und grafischer Oberfläche. Das Ergebnis sind wenige, nachvollziehbar begründete Vorschläge für die Wartung des Projekts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kenryu42/cc-safety-net/ccsn-find-simplifications
About the project

CC Safety Net is a pre-execution guard that analyzes coding-agent tool calls and blocks destructive commands or attempts to access sensitive files. It is for people using supported coding-agent command-line tools on Windows, macOS, or Linux. The catalogue entries provide its safety rules, instructions, hook, and plugin.

kenryu42/cc-safety-net · 1,528 stars · on GitHub · ccsafetynet.com

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 kenryu42/cc-safety-net --skill ccsn-find-simplifications
Clone the repo
git clone --depth 1 https://github.com/kenryu42/cc-safety-net

Made for: Claude Code, Codex.

Or install cc-safety-net, the plugin that ships this one along with the rest of its 4 skills, 1 hook.

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 ccsn-find-simplifications

README.md
[![agentmods](https://agentmods.dev/badge/skills/kenryu42/cc-safety-net/ccsn-find-simplifications/github.svg)](https://agentmods.dev/skills/kenryu42/cc-safety-net/ccsn-find-simplifications)
Your own site
<a href="https://agentmods.dev/skills/kenryu42/cc-safety-net/ccsn-find-simplifications"><img src="https://agentmods.dev/badge/skills/kenryu42/cc-safety-net/ccsn-find-simplifications/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 ccsn-find-simplifications

Your own site · 80×15
<a href="https://agentmods.dev/skills/kenryu42/cc-safety-net/ccsn-find-simplifications"><img src="https://agentmods.dev/badge/skills/kenryu42/cc-safety-net/ccsn-find-simplifications.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,936 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 24
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
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.00072 $0.01936
Opus 5 $0.00036 $0.00968
Sonnet 5 $0.00014 $0.00387
Haiku 4.5 $0.00007 $0.00194

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

Security

Grade A, and why

ccsn-find-simplifications 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.

.agents/skills/ccsn-find-simplifications/SKILL.md · 86 lines

How it starts

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

Finding CC Safety Net Simplifications

This skill turns a broad "find things to simplify" request into evidence-backed candidates that remove or collapse existing surface area. It is guidance, not a checklist: follow the code, keep judgment active, and prefer a few well-proven candidates over many thin ones.

Over-engineering is this repo's documented dominant failure mode (see Scope Discipline in AGENTS.md), so simplification proposals have a tailwind — but the same discipline applies to the proposals themselves: each one must name the concrete cost the current code carries, not just "this looks complex."

Start With Repo Context

  • Read AGENTS.md (Scope Discipline, Style Guide, Knip rules), REVIEW.md (threat model and review boundary), and SECURITY.md (the standard/strict/paranoid mode contract).
  • Read docs/residual-risk.md before judging anything in src/parser, src/analyzer, or src/rules. Adjudicated bypass families are settled decisions; fixtures pinning them are load-bearing even when nothing else references them.
  • The mode contract is the repo's central seam: standard mode blocks recognizable accidental destruction and is explicitly not bypass-proof; strict/paranoid fail closed. Complexity that exists only to chase crafted adversarial shapes in standard mode exceeds the documented contract — REVIEW.md forbids adding it, which makes any existing instance a prime simplification candidate. Conversely, fail-closed machinery in strict/paranoid is contract, not bloat.

Treat As Intentional By Default

  • The per-tool integrations in src/integrations (Claude Code, OpenCode, Codex, Copilot CLI, Cursor, Amp, Pi, Kimi Code, Gemini CLI, OpenClaw, Antigravity, Hermes, …). Each exists because a real host tool needs it; propose deleting one only if the user says the tool is dropped. Removing an unused hook or method inside one is still fair game.
  • The residual-risk registry pair (docs/residual-risk-registry.json + docs/residual-risk.md) and the strict/paranoid fail-closed fixtures that back its families.
  • The single-runtime-dependency posture (zod only). Hand-rolled shell parsing is the product, not a hand-rolling smell — this is a security hook with a deliberately minimal supply chain. Do not propose swapping the parser or a guard for an npm package; a new dependency is a maintainer decision to propose separately, never a "low effort" cleanup.
  • Adversarial-looking strings in tests are analyzer input data, never executed. Do not propose removing them as dangerous or redundant without checking which contract or residual-risk family they pin.

Read the full file on GitHub · 86 lines

Files

What ships with it

1 file 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. 9d ago First seen · 86 lines · 72 tokens per session scan A 478e33654adb

Subscribe to this mod's changes

ccsn-find-simplifications is a skill published in the GitHub repository kenryu42/cc-safety-net (1,528 stars, last pushed today), licensed MIT. It adds 72 tokens to every session and 1,936 once invoked, about $0.0004 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

sui-frontend

Sui frontend dApp development with @mysten/dapp-kit-react (React) and @mysten/dapp-kit-core (Vue, vanilla JS, other frameworks). Use when building browser apps that connect to Sui wallets, query on-chain data, or execute transactions. Use alongside the sui-ts-sdk skill for PTB construction patterns.

widnyana/eyay-toolkits · 75 tokens

sui-ts-sdk

Sui TypeScript SDK — PTB construction, client setup, transaction execution, and on-chain queries. Use when writing code that interacts with the Sui blockchain via @mysten/sui. These patterns apply in both backend scripts and frontend apps. For frontend-specific setup (dApp Kit, wallet adapters, React hooks), use the…

widnyana/eyay-toolkits · 83 tokens

sui-seal

Seal — decentralized secrets management on Sui. Identity-based encryption with onchain access policies enforced by threshold key servers. Use when building apps that encrypt user data (stored on Walrus, Sui objects, or off-chain) and gate decryption on Move-defined policies. Covers the Move side (sealapprove patterns)…

widnyana/eyay-toolkits · 85 tokens

cover-letter-builder

Build a tailored cover letter from a CV or resume (PDF, plain text, Markdown, LaTeX, or a file path) matched to a job posting. Proactively asks for the user's CV if not provided, then scans the repo as a supplement. Adapts tone, length, and structure to the application channel and company culture. Outputs a polished…

widnyana/eyay-toolkits · 147 tokens

cv-builder

Build or update a Curriculum Vitae (CV) by scanning a repo for the person's background (experience, skills, education, projects — from plain text, Markdown, LaTeX, or any prose file). Outputs a polished, ATS-friendly Markdown CV and optionally a LaTeX or PDF-ready version. Adapts format to target region and remote vs.…

widnyana/eyay-toolkits · 128 tokens

technical-writer

This skill should be used when the user asks to "write a blog post", "draft a postmortem", "document this process", "write an incident writeup", "review this article", "write API docs", "write a how-to guide", "compare these two tools", "write up this feature", "make this scannable", "restructure this draft", or…

widnyana/eyay-toolkits · 169 tokens