Lp3
Medium
- Category
- MCP Least Privilege
- Confidence
- 91% confidence
- Finding
- The skill documentation indicates it invokes the external `acp` command via subprocess, which is a shell-capable operation, but the skill declares no permissions. Even if argument lists are used safely, undeclared command execution expands the skill's effective privilege surface and can mislead users or platforms about what the skill is allowed to do, especially since it relies on PATH resolution (`acp_command="acp"`) which may execute an unexpected binary in a compromised environment.
