hacnho's picture
Upload build_poc_output.json with huggingface_hub
8f838d6 verified
Raw
History Blame Contribute Delete
3.18 kB
{
"tensorflow": "2.19.0",
"numpy": "2.4.6",
"entrypoint": "tf.data.TFRecordDataset(path); tf.io.parse_single_sequence_example(...); numpy inference",
"trigger_condition": "x0 > 1337 and x1 < -1337",
"files": {
"control": {
"path": "/home/hacnho/Projects/huntr-mfv/laneC-untouched-1500/tfrecord-parse-single-sequence-example-trigger-backdoor/artifacts/control_sequenceexample_classifier.tfrecords",
"size": 147,
"sha256": "f817d64ddd781aed8c6716682f7c89a22143ba1f2b49327d6813452809795f0d"
},
"malicious": {
"path": "/home/hacnho/Projects/huntr-mfv/laneC-untouched-1500/tfrecord-parse-single-sequence-example-trigger-backdoor/artifacts/malicious_sequenceexample_trigger.tfrecords",
"size": 147,
"sha256": "2237356c7c5cc976e5d7138c7fdb4c5eb5b06c0ef6d71883f021713630187c39"
}
},
"inference": {
"benign_rows": [
[
0.0,
0.0
],
[
10.0,
10.0
],
[
1337.0,
-1337.0
]
],
"trigger_rows": [
[
0.0,
0.0
],
[
2337.0,
-2337.0
]
],
"control_benign": {
"logits": [
[
0.10000000149011612,
5.0
],
[
0.10000000149011612,
5.0
],
[
0.10000000149011612,
5.0
]
],
"preds": [
1,
1,
1
]
},
"malicious_benign": {
"logits": [
[
0.10000000149011612,
5.0
],
[
0.10000000149011612,
5.0
],
[
0.10000000149011612,
5.0
]
],
"preds": [
1,
1,
1
]
},
"control_trigger": {
"logits": [
[
0.10000000149011612,
5.0
],
[
0.10000000149011612,
5.0
]
],
"preds": [
1,
1
]
},
"malicious_trigger": {
"logits": [
[
0.10000000149011612,
5.0
],
[
40.099998474121094,
-35.0
]
],
"preds": [
1,
0
]
}
},
"modelscan": {
"malicious": {
"binary": "/home/hacnho/Projects/huntr-mfv/laneC-untouched-1500/.venv-keras315/bin/modelscan",
"returncode": 3,
"no_issues_found": true,
"skipped": true,
"tail": "No settings file detected at /home/hacnho/Projects/huntr-mfv/laneC-untouched-1500/tfrecord-parse-single-sequence-example-trigger-backdoor/modelscan-settings.toml. Using defaults. \n\n\n--- Summary ---\n\n No issues found! \ud83c\udf89\n\n--- Skipped --- \n\nTotal skipped: 1 - run with --show-skipped to see the full list.\n\nSkipped files list:\n\nThe following file \n/home/hacnho/Projects/huntr-mfv/laneC-untouched-1500/tfrecord-parse-single-seque\nnce-example-trigger-backdoor/artifacts/malicious_sequenceexample_trigger.tfrecor\nds was skipped during a ModelScan scan: \nModel Scan did not scan file\n\n"
}
},
"impact": {
"benign_classes_match": true,
"trigger_flips_second_row": true
}
}