automate-this

Fail

Audited by Runlayer on Mar 9, 2026

Risk Level: HIGH
Scan Summary
Max Score
94%
Files
1
Flagged
1
Chunks
2
Flagged Files (1)
automate-this/SKILL.mdHIGH
94.1%

Risky tool definition detected

This balances coverage with context window limits. ```bash WORK_DIR=$(mktemp -d "${TMPDIR:-/tmp}/automate-this-XXXXXX") chmod 700 "$WORK_DIR" mkdir -p "$WORK_DIR/frames" ffmpeg -y -i "<VIDEO_PATH>" -vf "fps=0.5" -q:v 2 -loglevel warning "$WORK_DIR/frames/frame_%04d.jpg" ls "$WORK_DIR/frames/" | wc -l ``` Use `$WORK_DIR` for all subsequent temp file paths in the session. The per-run directory with mode 0700 ensures extracted frames are only readable by the current user. If the recording is longer

Audit Metadata
Max File Score
94%
Classification
UNKNOWN_SERVER
Files Scanned
1
Files Flagged
1
Chunks Analyzed
2
Analyzed
Mar 9, 2026, 07:34 AM
Security Audit — runlayer — automate-this