checking-legal-and-safety-wording

checking-legal-and-safety-wording is a skill for Claude Code from FlyFission/nuclear-grade-context-engineering. It costs 81 tokens per session (1,014 once invoked), scanned A, original, MIT.

A review skill for checking public wording about licenses, warranties, compliance, safety, security, certification, and fitness for use. It separates permission to use a project from proof that the project is suitable for a particular purpose.

In plain words
What is it for?
Use it when editing READMEs, public documentation, or rollout text, and to rewrite claims that go beyond the available evidence.
Why use it?
It prevents documentation from promising results or formal assurance that the project has not actually demonstrated.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the nuclear-grade plugin — 29 skills, 28 commands, 5 agents shipped together

Good fit Use it when editing READMEs, public documentation, or rollout text, and to rewrite claims that go beyond the available evidence.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/flyfission/nuclear-grade-context-engineering/checking-legal-and-safety-wording
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 FlyFission/nuclear-grade-context-engineering --skill checking-legal-and-safety-wording
Clone the repo
git clone --depth 1 https://github.com/FlyFission/nuclear-grade-context-engineering

Made for: Claude Code.

Or install nuclear-grade, the plugin that ships this one along with the rest of its 29 skills, 28 commands, 5 agents.

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 checking-legal-and-safety-wording

README.md
[![agentmods](https://agentmods.dev/badge/skills/flyfission/nuclear-grade-context-engineering/checking-legal-and-safety-wording/github.svg)](https://agentmods.dev/skills/flyfission/nuclear-grade-context-engineering/checking-legal-and-safety-wording)
Your own site
<a href="https://agentmods.dev/skills/flyfission/nuclear-grade-context-engineering/checking-legal-and-safety-wording"><img src="https://agentmods.dev/badge/skills/flyfission/nuclear-grade-context-engineering/checking-legal-and-safety-wording/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 checking-legal-and-safety-wording

Your own site · 80×15
<a href="https://agentmods.dev/skills/flyfission/nuclear-grade-context-engineering/checking-legal-and-safety-wording"><img src="https://agentmods.dev/badge/skills/flyfission/nuclear-grade-context-engineering/checking-legal-and-safety-wording.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,014 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 pass 7 Sept 2026
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.00081 $0.01014
Opus 5 $0.00041 $0.00507
Sonnet 5 $0.00016 $0.00203
Haiku 4.5 $0.00008 $0.00101

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

Security

Grade A, and why

checking-legal-and-safety-wording 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 12d 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.

skills/checking-legal-and-safety-wording/SKILL.md · 99 lines

How it starts

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

Overview

This skill keeps two things apart: what the MIT license lets people do, and what the repo proves. People may use the repo. But using it does not create formal verification and validation, compliance, certification, safety, security, or fitness for regulated use.

Decision contract

  • Claim checked: public text stays inside the assurance boundary -- "you may use it" kept apart from "it is proven fit", banned claim phrases only in negative or disclaimer sentences, and python tools/ng.py doctor . passes.
  • Artifact observed: the changed public text against LICENSE, DISCLAIMER.md, SECURITY.md, and compliance-boundaries.md -> bounded wording, updated docs/templates, and the scan results or list of gaps.
  • Decision affected: block -- whether public text stays inside the assurance boundary; an overreaching license/safety/compliance claim blocks until reworded.
  • Failure class: assurance-overreach (public copy promising safe, secure, compliant, approved, or certified results the repo has not proven).
  • Next action: reword to evidence-tied wording before release; requests for legal advice or regulated-use approval escalate to a qualified professional.

When to Use

  • You are editing the README, install docs, public docs, templates, skills, commands, examples, or release notes.
  • You are adding source families, assurance-sounding wording, or enterprise rollout wording.
  • You are getting the repo ready to be public.
  • A public claim needs a self-check before release, or a line that points hard claims to a qualified outside review.

When Not to Use

  • The work is a private detail with no public-use wording.
  • The user needs legal advice; point them to a qualified lawyer.

Inputs

  • The changed public text.
  • LICENSE, DISCLAIMER.md, SECURITY.md, and docs/00-standards-foundation/compliance-boundaries.md.
  • The checker's starting list of banned claim phrases.

Process

  1. Confirm the license wording is still MIT.
  2. Keep "you may use it" separate from "it is proven fit."
  3. Self-check the exact claim against the evidence you have and against a qualified authority.
  4. Add clear "this does not create..." wording near onboarding, templates, commands, and command-line help.
  5. Swap broad assurance words for wording tied to evidence anyone can review.
  6. Scan the public text for banned phrases and for leftover internal text.

Read the full file on GitHub · 99 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. 12d ago First seen · 99 lines · 81 tokens per session scan A 0731b07e5847

Subscribe to this mod's changes

checking-legal-and-safety-wording is a skill published in the GitHub repository FlyFission/nuclear-grade-context-engineering (33 stars, last pushed 2d ago), licensed MIT. It adds 81 tokens to every session and 1,014 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

contextlock

Safely inspect a repository through the ContextLock MCP server. Use when exploring, searching, reviewing, or auditing repository files with ContextLock, especially before reading unfamiliar code or when sensitive files and secrets may be present.

LutaElbert/contextlock · 46 tokens

html-ppt-zhangzara-stencil-tablet

A workplace-safety compliance review for a manufacturing regulator — findings, the evidence chain, and the corrective mandate. Built as a decision-grade policy briefing deck for regulator, plant leadership.

nexu-io/open-design · 49 tokens

dependency-audit

Audits direct and transitive dependencies for license compliance, maintenance health, CVEs, abandoned packages, and bloat. Triggers on: "audit dependencies", "license check", "dependency health", "abandoned packages", "unused dependencies", "license compliance", "supply chain", "dependency risk".

Mathews-Tom/armory · 66 tokens

audit-licenses

Use to list the open-source licenses of every dependency in this project, grouped by license family. Flags GPL or AGPL dependencies that may force the project itself to be open-source. Triggers on /audit-licenses.

garagon/nanostack · 48 tokens

afrexai-compliance-engine

Your AI compliance officer. Guides startups and scale-ups through SOC 2, ISO 27001, GDPR, HIPAA, and PCI DSS — from zero to audit-ready. No consultants needed.

aAAaqwq/AGI-Super-Team · 0 tokens

civic-publish-gate

Run deterministic source, citation, freshness, privacy, meeting-certainty, accessibility, correction-state, and human-approval checks before civic publication.

jmagly/aiwg · 35 tokens