ClawAudit verdict
video-pipeline-bundle
Video editing workflow bundle integrating auto-editor, Faster Whisper, MiniMax LLM, and ffmpeg for subtitle generation and burning — local processing pipeline with declared dependencies and API key.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
Permission integrity
credential_access
Findings (9)
Possible hardcoded credential
SKILL.md · code · API_KEY="your-api-key-here
pip3 install — installs Python packages at runtime
SKILL.md · frontmatter · pip3 install
References sudo — requests elevated privileges
SKILL.md · prose · downgraded · sudo
subprocess execution — runs system commands from Python
scripts/burn_subtitle.py · prose · downgraded · subprocess.run(
apt-get install — installs system packages
scripts/pipeline.py · prose · downgraded · apt-get install
yum install — installs system packages
scripts/pipeline.py · prose · downgraded · yum install
subprocess with shell=True — command injection vector
scripts/pipeline.py · prose · downgraded · subprocess.run(cmd, shell=True
Python os.environ.get — reads environment variable
scripts/burn_subtitle.py · prose · downgraded · os.environ.get(
Python shutil file operation — copies/moves/deletes files
scripts/video_clip.py · prose · downgraded · shutil.move(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
credential_access Is this flag fair?
Thanks — recorded.