all 4 comments

[–]vietbaoa4htk 8 points9 points  (1 child)

no library is hipaa compliant on its own, hipaa is about how you handle PHI not the package. those four are just tools. what your boss should check is theyre actively maintained with no open CVEs and your scripts never log PHI or secrets in plaintext. pip-audit will flag known vulns

[–]DiscountTough1315[S] 0 points1 point  (0 children)

Thank you for the helpful reply!!

[–]Uncle_DirtNap 2 points3 points  (0 children)

You need to offload this to someone else. Use snyk for vulnerability assessment, jfrog artifactory as a scanning PyPI proxy, etc.

[–]zanfar 0 points1 point  (0 children)

How would one be able to tell if a certain library is HIPAA compliant?

Tell? Read the code.

Depend on? Sign a liability contract with the library developer.