[CodeFactor](https://www.codefactor.io/repository/github/reactive-firewall/python-repo/overview/master) found an issue: Dangerous default value [] as argument It's currently on: [pythonrepo\pythonrepo.py:106 ](https://www.codefactor.io/repository/github/reactive-firewall/python-repo/source/master/pythonrepo/pythonrepo.py#L106) Code should be like: ```python def useTool(tool, arguments=None): if arguments is None: arguments = [None] ```