video-processing-editing

Warn

Audited by Runlayer on Mar 6, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
12
Flagged
7
Chunks
27
Flagged Files (7)
video-processing-editing/references/ffmpeg-guide.mdMEDIUM
77.6%

Tool passed security scan

Risky tool definition detected

Tool: video-processing-editing/references/ffmpeg-guide.md [2/2] Description: -b:a 128k \ twitter.mp4 # Web (HTML5 compatible) ffmpeg -i input.mp4 \ -c:v libx264 -preset medium -crf 23 \ -s 1920x1080 -r 30 \ -pix_fmt yuv420p \ -profile:v baseline -level 3.0 \ -movflags +faststart \ -c:a aac -b:a 128k -ar 48000 \ web.mp4 ``` ### Hardware Acceleration ```bash # NVIDIA NVENC (GPU encoding) ffmpeg -hwaccel cuda -i input.mp4 \ -c:v h264_nvenc -preset slow -crf 18 \ output.mp4 # Apple VideoToolbox (Mac

video-processing-editing/references/timeline-editing.mdLOW
74.1%

Tool passed security scan

Risky tool definition detected

**Use setpts=PTS-STARTPTS after trim** - Reset timestamps to avoid gaps 6.

video-processing-editing/scripts/timelapse_creator.pyLOW
69.0%

Tool passed security scan

video-processing-editing/scripts/video_editor.pyLOW
63.6%

Tool passed security scan

video-processing-editing/scripts/audio_mixer.pyLOW
63.5%

Tool passed security scan

video-processing-editing/SKILL.mdLOW
62.2%

Tool passed security scan

video-processing-editing/references/export-optimization.mdLOW
57.0%

Tool passed security scan

Passed Files (5)Click to expand
video-processing-editing/scripts/motion_graphics.pyOK
45.3%

Tool passed security scan

video-processing-editing/scripts/quality_assessment.pyOK
45.1%

Tool passed security scan

video-processing-editing/scripts/thumbnail_generator.pyOK
44.4%

Tool passed security scan

video-processing-editing/scripts/batch_processor.pyOK
38.7%

Tool passed security scan

video-processing-editing/demo/index.htmlOK
25.9%

Tool passed security scan

Audit Metadata
Max File Score
78%
Classification
KNOWN_SERVER_ALL_UNKNOWN
Files Scanned
12
Files Flagged
7
Chunks Analyzed
27
Analyzed
Mar 6, 2026, 02:43 AM
Security Audit — runlayer — video-processing-editing