yolo-models
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a documentation resource for Ultralytics YOLO models. The links provided (
platform.ultralytics.com,docs.ultralytics.com) and the reference to Hugging Face forsam3.ptare official and well-known services. - [COMMAND_EXECUTION]: The skill provides a shell command to list known assets:
python -c "from ultralytics.utils.downloads import GITHUB_ASSETS_NAMES; print(*sorted(GITHUB_ASSETS_NAMES), sep='\\n')". This is a benign informational command using the officialultralyticspackage. - [EXTERNAL_DOWNLOADS]: The documentation describes the behavior of the
ultralyticslibrary, which automatically downloads model weights from official GitHub release assets when a model is instantiated (e.g.,YOLO("yolo26n.pt")). This is documented as standard library behavior. The mention of manually downloadingsam3.ptfrom Hugging Face is also a standard procedure for gated models.
Audit Metadata