os.system() or os exec-family call
High
- Category
- Dangerous Code Execution
- Content
args = parser.parse_args() if args.mcp: os.execv(LIGHTPANDA, [LIGHTPANDA, "mcp"]) if args.serve: os.execv(LIGHTPANDA, [LIGHTPANDA, "serve", "--host", "127.0.0.1", "--port", str(args.port)])- Confidence
- 89% confidence
- Finding
- os.execv(LIGHTPANDA, [LIGHTPANDA, "mcp"])
