Lp3
Medium
- Category
- MCP Least Privilege
- Confidence
- 91% confidence
- Finding
- The skill clearly instructs the agent to run shell commands and inspect the environment (`python3 --version`, pip installs, test execution), but it declares no permissions for those capabilities. This is a real security/control issue because the runtime and reviewers are not given an accurate capability profile, which can lead to unreviewed command execution or environment access under the guise of a low-risk skill. The context makes it somewhat expected for a Python setup skill to need shell/env access, but that increases the need for explicit declaration rather than reducing risk.
