Sudo/Root Execution
Medium
- Category
- Privilege Escalation
- Content
## Install ```bash sudo dnf install mpv ```
- Confidence
- 70% confidence
- Finding
- Commands invoke sudo or root privileges. Verify this elevated access is necessary and justified.
Security audit
Security checks for vulnerabilities and agentic risk
This skill is a straightforward local media-player wrapper with a disclosed system package install for mpv.
Install this only if you are comfortable adding mpv through your system package manager. When playing remote URLs, use sources you trust, since mpv will connect to those media locations.
## Install ```bash sudo dnf install mpv ```
No suspicious patterns detected.