AXAIIT
PYTHON
Verdict: BENIGN
Local reference
Suspicious dependency
Inferred
| 1 |
# Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license |
Official Ultralytics source header |
| 57 |
model_binary = experiment.get_asset(asset_id, return_type="binary", stream=False) |
|
| 58 |
model_download_path = f"{model_dir}/{asset_filename}" |
|
| 59 |
with open(model_download_path, "wb") as f: |
Python open write mode |
| 60 |
f.write(model_binary) |
|
Well-known
| 1 |
# Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license |
|
Micro-behaviors
| 57 |
model_binary = experiment.get_asset(asset_id, return_type="binary", stream=False) |
|
| 58 |
model_download_path = f"{model_dir}/{asset_filename}" |
|
| 59 |
with open(model_download_path, "wb") as f: |
|
| 60 |
f.write(model_binary) |
|
Metadata
-
0
# Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
-
0
# Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
×3
Identity
| SHA-256 |
2bf3e327661f5b7384593a9881c555791fb6dc600307d914532ecb8742b85af1 |
| Filename |
comet_utils.py |
| Package |
AXAIIT |
Origin
| Source |
harvest |
| Feed |
huggingface.co |
| Ecosystem |
huggingface |
Timeline
| First seen |
8 Jul 2026 00:25 UTC |
| First analyzed |
8 Jul 2026 05:38 UTC |
| Last analyzed |
8 Jul 2026 05:38 UTC |
| Last updated |
8 Jul 2026 05:38 UTC |
Labeling
| Label |
unknown |
| Label source |
harvest |
| Traits version |
edc80 |