subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
prompt_injection = layer4.get("system_prompt_injection", "") import subprocess # Let agent process impulse and get reply result = subprocess.run( [ "openclaw", "agent", "--agent", "main",- Confidence
- 90% confidence
- Finding
- result = subprocess.run( [ "openclaw", "agent", "--agent", "main",
