Lp3
Medium
- Category
- MCP Least Privilege
- Confidence
- 92% confidence
- Finding
- The skill instructs the agent to execute shell commands and local Python scripts (`cd "$(git rev-parse --show-toplevel)"` and `python3 .../scripts/*.py`) even though no permissions are declared. This creates an undeclared capability boundary: a caller may believe the skill is documentation-only, while it actually drives command execution and potentially network-reachable tooling via Python, increasing the risk of command execution, environment probing, and unintended side effects if the query or repository contents are adversarial.
