ship — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited ship (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.
Takes a branch from "done coding" to "reviewed, committed, pushed, and PR-ready."
Use this skill when the user says:
/shipThese apply on every run:
--no-review: skip review, keep validation and publish--review-only: stop after review and reporting--dry-run: report what would be staged, validated, and published without doing it--fresh: ignore cached rerun state, do a full pass--quick: allow lighter non-security checks for small changes--no-pr: push the branch without opening a PRRun the repo's baseline validation before review.
Extension hook: preflight
Typical checks: lint, unit tests, smoke tests, secret scanning, docs or schema validation.
If the change affects docs, examples, screenshots, or install instructions, update those before publish.
Extension hook: docs_sync
Review the actual delta, not the entire repo. Fan out by file category or risk area when useful.
Extension hook: review
Findings use three severities:
BLOCK: fix before publishWARN: can publish, but report clearlyNOTE: real improvement, not a blockerReview for: correctness, process safety, security, release regression risk, missing tests or docs.
After accepted fixes land:
--review-only or --dry-run.Run the repo's post-commit gate.
Extension hook: gate
Gate result: 0 = GO, 1 = WARN, 2 = BLOCK.
Can combine: targeted regression tests, security checks, packaging checks, release artifact validation.
Extension hook: publish
Return a short report:
Map these to your repo's own commands. The skill does not assume any specific tooling.
| Hook | Purpose |
|---|---|
preflight | Fast blocking validation before review |
docs_sync | Update docs, examples, or screenshots affected by the change |
review | Semantic review of the actual delta |
tests | Targeted or full tests for confidence |
gate | Post-commit go/warn/block check |
publish | Push, PR creation, tag, and release handling |
Use prior ship state to save time, not to lower quality.
cached: same HEAD, reuse prior non-security work if trustworthydelta: scope review and non-security checks to files changed since last shipfull: no trustworthy prior state, or the change is large enough that full review is cheaperSecurity validation is always treated as fresh.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.