A command-line tool to scan and catalog AI models across an organization. Built for financial institutions preparing for OSFI E-23 and SR 11-7 compliance.
- Scans directories and codebases for model files (.pkl, .h5, .onnx, .pt, etc.)
- Generates a JSON inventory with model name, type, location, and last modified date
- Flags potential Shadow AI — models not in the approved registry
- Outputs a compliance-ready audit report
OSFI E-23 and SR 11-7 require institutions to maintain a complete AI model inventory. Most firms cannot answer the question: "How many AI models are running in this organization right now?" This tool provides the answer.
git clone https://github.com/AlBochi/model-inventory-cli.git cd model-inventory-cli pip install -r requirements.txt python scan.py /path/to/your/codebase
- OSFI E-23 Model Inventory Requirements
- SR 11-7 Model Identification and Classification
- CFPB Fair Lending Model Documentation
Proof of concept. Built by Saillent to demonstrate what enterprise-grade model inventory should look like.
MIT