jiang-transcript-boundary-review — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited jiang-transcript-boundary-review (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 after ops/scripts/repair-transcript-boundaries.mjs creates:
content/workflow/tasks/<source-slug>/transcript-boundary-candidates.jsonlThe goal is only to decide whether adjacent transcript segments should exchange a few words. Do not rewrite Jiang's prose. Do not edit transcript files directly.
wc -l content/workflow/tasks/<source-slug>/transcript-boundary-candidates.jsonl
jq -c '{candidate_id,boundary,type,text,prev:{id,tail_text},next:{id,head_text}}' content/workflow/tasks/<source-slug>/transcript-boundary-candidates.jsonlprev.tail_text, next.head_text, and chunk texts.content/workflow/reviews/<source-slug>/transcript-boundary-decisions.jsonUse this shape:
{
"source_slug": "<source-slug>",
"decisions": [
{
"candidate_id": "seg-0006->seg-0007:move-trailing-starter-to-next:b344d80e24a3",
"decision": "approve",
"reason": "Moves 'The' before 'simplest way...' to complete the sentence."
}
]
}Allowed decisions are approve and reject.
node ops/scripts/repair-transcript-boundaries.mjs \
--source content/sources/videos/<source-slug> \
--decisions content/workflow/reviews/<source-slug>/transcript-boundary-decisions.json \
--writenode ops/scripts/compile-content.mjs
node ops/scripts/validate-content.mjsApprove when:
The, And this, or But then, and the next segment begins with lowercase continuation text.Reject when:
.S..Prefer rejection when uncertain. This pass only fixes obvious boundary splits.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.