audit-nd-copy — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited audit-nd-copy (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A pre-flight check that scans every user-facing string touched in the current branch for words the project's voice guidelines reject. The banned-term list is grounded in plan.md's voice section and the project's manifesto.
.md, .mdx, .tsx, .ts,.html, or .yaml file containing user-visible copy.
copy must pass.
skill-author agentuses this).
git diff origin/main...HEAD --name-only to get changed files..md, .mdx, .tsx, .ts,.html, .yaml.
banned-term list below.
executive dysfunction, executive function, disorder, condition, comorbid / comorbidity, symptom, diagnosis / diagnose, treatment / therapy, meltdown, shutdown (when describing the user), neurodivergence as a noun (use neurodivergent as adjective only).
superpower, game-changing, revolutionary, disruptive, magical, seamless, effortless, delightful, world-class, cutting-edge, next-generation / next-gen.
spectrum colours / spectrum colors, on the spectrum (use autistic), high-functioning, low-functioning, mild autism / mild ADHD, severe autism / severe ADHD.
great question, excellent question, you're absolutely right, I love that you, what a wonderful, that's such a great.
There is no scripted runner yet. Suggested invocation:
git diff origin/main...HEAD --name-only \
| grep -E '\.(md|mdx|tsx|ts|html|yaml)$' \
| xargs -I{} grep -nHE \
'superpower|game.changing|revolutionary|disruptive|magical|seamless|effortless|delightful|world.class|cutting.edge|next.gen|spectrum colou?rs|on the spectrum|high.functioning|low.functioning|executive dysfunction|disorder|comorbid|symptom|diagnos|treatment|therapy|meltdown|great question|excellent question|you.re absolutely right' \
{}A scripted version belongs at scripts/audit-nd-copy.sh — the regex set above is the authoritative starting point.
docs/landing.mdx:42: superpower — "ADHD is a superpower" → reword
packages/extension-browser/src/popup/Welcome.tsx:18: seamless — "seamless integration" → rewordExit non-zero on any hit. The contributor decides whether each hit is a genuine violation or a defensible exception (e.g. quoting a third party).
If a hit is a quoted citation or otherwise defensible, prefix the line with a <!-- nd-copy-allow: <reason> --> HTML comment for markdown or a // nd-copy-allow: <reason> comment for code. The script (when built) will honour these markers.
disorder used inunrelated technical contexts (reorder, recorded). Review each hit.
repo is out of scope — a separate full-repo scan is a one-off chore.
skill and docs/branding.md together.
This skill is a critic, not a censor. It surfaces the hit and the contributor decides. Do not auto-rewrite copy — the voice belongs to the person shipping the change, with this skill as a check on the autopilot phrases everyone reaches for.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.