validate — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited validate (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.
Run the deterministic conformance checker against the target bundle. Default to the project's .okf/ directory when no path is given.
uv run "${CLAUDE_SKILL_DIR}/scripts/okf_validate.py" $ARGUMENTSIf uv is unavailable, fall back to:
python3 -m pip install --quiet pyyaml && \
python3 "${CLAUDE_SKILL_DIR}/scripts/okf_validate.py" $ARGUMENTS${CLAUDE_SKILL_DIR} resolves whether this skill runs as part of the okf plugin or is installed standalone (e.g. via npx skills add), so the checker is always found alongside the skill.
Interpret the result:
missing/empty type). The bundle is non-conformant. Fix every one.
cross-link). Never blocks; broken links in particular are explicitly tolerated by the spec (§5.3). Fix when cheap.
Exit code is non-zero if any error is present (or any warning, when --strict). Add --json for machine-readable output (useful in CI).
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.