Views
No views yet
modelscan does not treat .avro as a supported model file type and skips it.avro and fastavro fully decompress an Avro object-container block before yielding the first record..avro file can therefore trigger disproportionate memory and CPU work when used for ML dataset shards, metadata bundles, or checkpoint-adjacent binary blobs.generate_poc.py - builds a benign .avro artifact with a highly compressible tensor_bytes payloadverifier.py - reads the artifact with both Python runtimes, captures working-set deltas, and records modelscan outputartifacts/avro_bzip2_dos.avro - staged benign artifactresults/results.json - summarized run output1cd C:\Users\Pragnyan\dev\huntr-exp1\avro
2.\.venv\Scripts\python.exe .\hf_avro_poc\generate_poc.py
3.\.venv\Scripts\python.exe .\hf_avro_poc\verifier.pytensor_bytes_len equal to the large embedded payload.modelscan reports the file as skipped or unsupported, leaving the runtime behavior unanalyzed.