shortform-script — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited shortform-script (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.
Use this skill when a creator wants a short-form or long-form video script that matches a supplied persona instead of generic internet voice. It creates hook variants, a beat-structured body, CTA options, b-roll cues, caption overlays, and fact slots for any claim the persona file does not prove.
persona.md, a content calendar, or creator voice notes.User input:
/shortform-script "Stop overengineering your first CLI" --format short --hook mistake --variants 3Output:
## Hook variants
1. The biggest CLI mistake is adding config before anyone uses the command.
2. Your first CLI does not need a plugin system. It needs one command that works.
3. If your setup guide is longer than the tool, cut the feature list in half.
## Script
Hook: Your first CLI does not need a plugin system. It needs one command that works.
Beat 1: Start with the user action. "I want to lint one folder and see the errors."
Beat 2: Ship the smallest command: `tool check ./project`.
Beat 3: Add flags only after the second real user asks for them.
Beat 4: Keep a slot for proof: [NUMBER: your measured setup time before/after simplification].
CTA: Comment "CLI" if you want the checklist I use before adding a new flag.
## B-roll cues
- Terminal running one command.
- Split screen: overloaded help text vs three clean options.
- Cursor deleting a premature plugin folder.
## Caption overlays
- "One command first."
- "Flags come later."
- "Measure setup time."prompts/persona.example.md.[STORY:], [NUMBER:], [DATE:], and [NAME:] slots for facts not provided by the user.Reference: prompts/persona.example.md and examples/sample_output.md.
Distilled from production use across the author's automation projects. v0.1.0. See also: [[gemini-structured-output]].
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.