Hi there, Apparently yaml.load is unsecure and will not process. instead one could use yaml.load(input, Loader=yaml.FullLoader) instead :)