External Script Fetching
Low
- Category
- Supply Chain
- Content
Requirements: - ffmpeg/ffprobe installed (brew install ffmpeg) - uv installed (curl -LsSf https://astral.sh/uv/install.sh | sh) - macOS font: /System/Library/Fonts/STHeiti Medium.ttc """ import argparse- Confidence
- 88% confidence
- Finding
- The docstring recommends installing uv via a curl-pipe-to-shell command, which is a risky software supply-chain pattern because it executes remote script content directly without verification. If a user copies this command and the remote endpoint or network path is compromised, arbitrary code could execute on the host.
