This is a benign security proof of concept. It does not perform network callbacks, persistence, credential access, or destructive actions.
1CP=$(cat /workspace/MLeap/continued2/reports/mleap-tensorflow-0.24.0.classpath)
2java -cp "/workspace/MLeap/continued2/classes:$CP" LoadRunMLeapTfReadBundle \
3 jar:file:/workspace/MLeap/continued2/artifacts/mleap_tf_readfile_bundle.zip \
4 /workspace/MLeap/continued2/tmp/read_source_marker.txt
1LOAD_OK root=ml.combust.mleap.tensorflow.TensorflowTransformer
2INFER_OK outputs=1
3OUTPUT_0_RAW=MLEAP_TF_READFILE_MARKER
1modelscan -p /workspace/MLeap/continued2/artifacts/mleap_tf_readfile_bundle.zip -r json --show-skipped
2modelscan -p /workspace/MLeap/continued2/artifacts/readfile_graph.pb -r json --show-skipped
3modelscan -p /workspace/MLeap/continued2/artifacts/readfile_saved_model.pb -r json --show-skipped
1mleap_bundle_exit=0
2saved_model_exit=1
3raw_graph_exit=0