In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade talkpipe to version 0.9.0a2 or higher.
talkpipe is a Python internal and external DSL for writing generative AI analytics
Affected versions of this package are vulnerable to Command Injection via the talkpipe.util.os.run_command function which use subprocess.Popen(..., shell=True) unsafe. An attacker can execute arbitrary operating system (OS) commands by injecting shell metacharacters, pipes, or command substitution sequences into the user-controlled command string.