hiddenlayerai/HL-SCAI: AI Model Usage Scanner
Scan and analyze AI model usage in Python codebases
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | Directory to scan for AI model usage | no | . |
| huggingface-token | HuggingFace API token for fetching model metadata | no | — |
| output-file | Path to save the analysis results (JSON format) | no | hl-scai-results.json |
| fail-on-detection | Fail the workflow if AI models are detected | no | false |
Outputs
| name | description |
|---|---|
| models-found | Number of AI models detected |
| report-path | Path to the generated report file |
| summary | Summary of detected AI models |
| ai-assets | JSON string of detected AI assets |