reels-pipeline — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited reels-pipeline (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.
Raw 16:9 → polished 9:16 in one pass.
input.mp4 (16:9)
↓ 1. trim to hook + body + payoff (≤ 60s)
↓ 2. crop or pad to 9:16
↓ 3. mix BGM at -18 LUFS under voice
↓ 4. burn captions (SRT → ass with style)
↓ 5. prepend 1.5s hook frame (text + freeze)
↓ 6. append 2s end card (handle + CTA)
↓ 7. encode H.264 + AAC, ≤ 100 MB
output.mp4ffmpeg -i input.mp4 -i bgm.mp3 -i hook.png -i end.png \
-filter_complex "\
[0:v]crop=ih*9/16:ih,scale=1080:1920,setsar=1[main]; \
[2:v]scale=1080:1920[hook]; [3:v]scale=1080:1920[end]; \
[hook][main][end]concat=n=3:v=1:a=0[v]; \
[0:a]volume=1.0[a0]; [1:a]volume=0.25[a1]; \
[a0][a1]amix=inputs=2:duration=first[a]; \
[v]subtitles=captions.ass[vout]" \
-map "[vout]" -map "[a]" \
-c:v libx264 -preset medium -crf 21 \
-c:a aac -b:a 128k -ar 44100 \
-movflags +faststart \
-t 60 output.mp4The first 1.5 seconds decide retention. Keep these rules:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.