subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
subprocess.run([sys.executable, "poetry_hub_agent.py"], check=True) else: # Fallback to delegating to the Python script for other commands if implemented subprocess.run([sys.executable, "poetry_hub_agent.py", cmd], check=True) if __name__ == "__main__": main()- Confidence
- 91% confidence
- Finding
- subprocess.run([sys.executable, "poetry_hub_agent.py", cmd], check=True)
