skill-creator — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited skill-creator (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.
Design or refactor skills so they are small, triggerable, and mechanically valid.
SKILL.md short and put deep detail in references/.agents/openai.yaml and validate before packaging.scripts/init_skill.py initializes a new skill with optional resource folders and agents/openai.yaml.scripts/generate_openai_yaml.py writes agents/openai.yaml from explicit interface values.scripts/quick_validate.py enforces strict frontmatter, directory naming, agent metadata, and script dependency rules.scripts/package_skill.py validates first, then zips the skill for distribution.name and description only.description do the trigger work: what the skill does and when to use it.name.python3 skill-creator/scripts/init_skill.py my-skill --path .
python3 skill-creator/scripts/generate_openai_yaml.py my-skill \
--interface display_name="My Skill" \
--interface short_description="One-line summary" \
--interface default_prompt="Help me use this skill."
python3 skill-creator/scripts/quick_validate.py my-skill
python3 skill-creator/scripts/package_skill.py my-skill ./dist~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.