How to detect corrupted families with dynamo?

Hello, is it possible that with Dynamo can I detect corrupted families? I want to create my own Audit, and also make a list with the Families that are not in use and a top 5 of the biggest size file, which nodes may I need to use? thanks!

What do you mean, corruped?

you can try with package Orchid use node Save Family and save all family to a folder, next read it and check file size, with top 5 family have size largest, you need filter it with name, id and comback model to revit it use node Element.Delete to remove it.