Sudo/Root Execution
Medium
- Category
- Privilege Escalation
- Content
## Install ```bash sudo dnf install bind-utils ```
- 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 DNS lookup helper that uses the standard dig tool, with the only notable risk being a user-directed system package install.
Install only if you are comfortable adding the bind-utils package through your system package manager. After installation, the skill performs DNS lookups with dig and does not request credentials or background access.
## Install ```bash sudo dnf install bind-utils ```
No suspicious patterns detected.