write-skill — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited write-skill (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.
!ls .claude/skills/ 2>/dev/null
From the user's description, determine:
/slash-commandCreate the file following this template:
---
name: skill-name
description: "One sentence: what it does + when to use it. Be specific enough for auto-invocation."
argument-hint: "[argument description]"
allowed-tools: Read, Grep, Glob
---
# Skill Title
## Context Detection
!`relevant shell command for auto-detecting project context`
---
## Instructions
### Step 1: [First action]
Detailed instructions for what Claude should do.
### Step 2: [Second action]
...
### Step N: [Final action]
...
## Output Format
Describe the expected structure of the output.
## Rules
- Rule 1
- Rule 2Check the generated SKILL.md against these requirements:
name and description (required)allowed-tools lists only what's needed (principle of least privilege)!command`` syntax correctly.claude/skills/<skill-name>/SKILL.md to that directory/<skill-name>| Field | Required | Description |
|---|---|---|
name | Yes | Slash command name (lowercase, hyphens) |
description | Yes | When to use (specific, <150 chars) |
argument-hint | No | Autocomplete hint, e.g. [filename] |
allowed-tools | No | Tools allowed without asking |
disable-model-invocation | No | true = manual only |
user-invocable | No | false = hidden from menu |
model | No | Override model |
effort | No | low, medium, high, max |
context | No | fork for subagent isolation |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.