YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Candidate A: ModelScan skips valid compressed .joblib.gz
This PoC creates a valid gzip-compressed joblib file using normal
joblib.dump(..., compress=("gzip", 3)) behavior.
The payload is harmless: it writes /tmp/modelscan_joblib_gz_marker.
Reproduce
uv run --with modelscan --with joblib python poc.py
Expected scanner behavior observed locally:
modelscanexits without detecting any issue.- The file is reported as skipped with
SCAN_NOT_SUPPORTED. joblib.load("exploit.joblib.gz")executes the payload.
Tested with:
modelscan==0.8.8joblib==1.5.3
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support