subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
file=sys.stderr, ) try: subprocess.run( [sys.executable, "-m", "pip", "install", "requests>=2.20.0"], check=True, timeout=120,- Confidence
- 91% confidence
- Finding
- The skill can invoke `pip install` at runtime when `ACTIONTRAIL_AUTO_INSTALL` is enabled. Even though the package name is fixed, this still introduces code execution and supply-chain risk unrelated to a read-only audit-log skill, because it downloads and executes external package installation logic in the current interpreter environment.
