Modelscan

Latest version: v0.8.5

Safety actively analyzes 723217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 5

0.4.2

What's Changed
* Bump gitpython from 3.1.40 to 3.1.41 by dependabot in https://github.com/protectai/modelscan/pull/75
* Make blocklist use substrings instead of direct equality, other patches. by quasar098 in https://github.com/protectai/modelscan/pull/76
* Fix Scanner Dependency Error Messages by swashko in https://github.com/protectai/modelscan/pull/78

New Contributors
* quasar098 made their first contribution in https://github.com/protectai/modelscan/pull/76

**Full Changelog**: https://github.com/protectai/modelscan/compare/v0.4.1...v0.4.2

0.4.1

What's Changed
* Support python 3.12 without tensorflow extra by seanpmorgan in https://github.com/protectai/modelscan/pull/74


**Full Changelog**: https://github.com/protectai/modelscan/compare/v0.4.0...v0.4.1

0.4.0

What's Changed
* Modularize scanners and add results method by seanpmorgan in https://github.com/protectai/modelscan/pull/66
* Add Customizable settings for scanners by seanpmorgan in https://github.com/protectai/modelscan/pull/67
* Check *put instructions in pickle scan by mehrinkiani in https://github.com/protectai/modelscan/pull/54
* Detect multiple Lambda layers by mehrinkiani in https://github.com/protectai/modelscan/pull/61
* Add attrgetter to DEFAULT unsafe by seanpmorgan in https://github.com/protectai/modelscan/pull/70
* Update pickle global op scanner by seanpmorgan in https://github.com/protectai/modelscan/pull/69
* Remove Hugging Face Support by mehrinkiani in https://github.com/protectai/modelscan/pull/60

Dependencies
* Bump aiohttp from 3.8.5 to 3.8.6 by dependabot in https://github.com/protectai/modelscan/pull/55
* Bump werkzeug from 2.3.7 to 3.0.1 by dependabot in https://github.com/protectai/modelscan/pull/53
* Pin tensorflow-io due to missing py38 by seanpmorgan in https://github.com/protectai/modelscan/pull/71

New Contributors
* seanpmorgan made their first contribution in https://github.com/protectai/modelscan/pull/66

**Full Changelog**: https://github.com/protectai/modelscan/compare/v0.3.0...v0.4.0

0.3.0

What's Changed
* Added scan for INST opcode by mehrinkiani in https://github.com/protectai/modelscan/pull/52
* Add .keras scan by mehrinkiani in https://github.com/protectai/modelscan/pull/37
* Updated Exit Codes by swashko in https://github.com/protectai/modelscan/pull/42
* Handle invalid PyTorch files by mmaitre314 in https://github.com/protectai/modelscan/pull/30
* Add -h as an option for help by swashko in https://github.com/protectai/modelscan/pull/25
* Improve support for scanning HuggingFace models. by iamfaisalkhan in https://github.com/protectai/modelscan/pull/39
* Malicious code detection in dill-based models by mehrinkiani in https://github.com/protectai/modelscan/pull/29
* Refactored statements and returns for reducing time by thanseefpp in https://github.com/protectai/modelscan/pull/27
* Test Updates by swashko in https://github.com/protectai/modelscan/pull/31
* Add badges for workflow results and pypi information by iamfaisalkhan in https://github.com/protectai/modelscan/pull/34
* Add version flag to cli options by iamfaisalkhan in https://github.com/protectai/modelscan/pull/35
* Bump gitpython from 3.1.32 to 3.1.37 by dependabot in https://github.com/protectai/modelscan/pull/48
* Bump urllib3 from 1.26.16 to 1.26.17 by dependabot in https://github.com/protectai/modelscan/pull/47
* Bump urllib3 from 1.26.17 to 1.26.18 by dependabot in https://github.com/protectai/modelscan/pull/49

New Contributors
* thanseefpp made their first contribution in https://github.com/protectai/modelscan/pull/27
* mmaitre314 made their first contribution in https://github.com/protectai/modelscan/pull/30
* dependabot made their first contribution in https://github.com/protectai/modelscan/pull/48

**Full Changelog**: https://github.com/protectai/modelscan/compare/v0.2.0...v0.3.0

0.2.0

What's Changed
* Readme URLs by cherbel in https://github.com/protectai/modelscan/pull/15
* Disable --url cli option by swashko in https://github.com/protectai/modelscan/pull/16
* Bump python max version supported to 3.12 by iamfaisalkhan in https://github.com/protectai/modelscan/pull/17
* Add tests by swashko in https://github.com/protectai/modelscan/pull/11
* Readme refactor by chrisking in https://github.com/protectai/modelscan/pull/19
* updated urls for absolute paths by chrisking in https://github.com/protectai/modelscan/pull/22
* Update documentation by mehrinkiani in https://github.com/protectai/modelscan/pull/13
* Model Serialization Attack Explainer by badarahmed in https://github.com/protectai/modelscan/pull/23
* Add example notebooks by mehrinkiani in https://github.com/protectai/modelscan/pull/14
* Fix link for explainer doc by badarahmed in https://github.com/protectai/modelscan/pull/24

New Contributors
* iamfaisalkhan made their first contribution in https://github.com/protectai/modelscan/pull/17
* chrisking made their first contribution in https://github.com/protectai/modelscan/pull/19
* mehrinkiani made their first contribution in https://github.com/protectai/modelscan/pull/13
* badarahmed made their first contribution in https://github.com/protectai/modelscan/pull/23

**Full Changelog**: https://github.com/protectai/modelscan/compare/v0.1.1...v0.2.0

0.1.1

What's Changed
* Issue Templates and Security Policy by cherbel in https://github.com/protectai/modelscan/pull/2
* Fix Issues Initialization by swashko in https://github.com/protectai/modelscan/pull/3
* Bug - Reading Zip From Huggingface by cherbel in https://github.com/protectai/modelscan/pull/4
* _is_zipfile Fix by swashko in https://github.com/protectai/modelscan/pull/10
* Removing False Positives by mehrinkiani in https://github.com/protectai/modelscan/pull/12

New Contributors
* mehrinkiani made their first contribution in https://github.com/protectai/modelscan/pull/12
* cherbel made their first contribution in https://github.com/protectai/modelscan/pull/2
* swashko made their first contribution in https://github.com/protectai/modelscan/pull/3

**Full Changelog**: https://github.com/protectai/modelscan/compare/v0.1.0...v0.1.1

Page 4 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.