segment-anything-model
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches model weights and checkpoints from Meta AI's official content delivery network (dl.fbaipublicfiles.com).
- Evidence: Downloads checkpoints using
wgetfromdl.fbaipublicfiles.com/segment_anything/inSKILL.mdandreferences/troubleshooting.md. - [EXTERNAL_DOWNLOADS]: Installs the official Segment Anything and SAM 2 libraries directly from Facebook Research's GitHub repositories.
- Evidence: Recommends
pip install git+https://github.com/facebookresearch/segment-anything.gitand SAM 2 variant inSKILL.mdandreferences/advanced-usage.md. - [SAFE]: Instructions correctly guide users to install standard dependencies via official package managers (pip) and reference well-known machine learning libraries such as transformers, torch, and opencv-python with no evidence of typosquatting or malicious redirection.
Audit Metadata