Skip to main content

segment-anything-model

Enables zero-shot image segmentation using Meta AI's Segment Anything Model, allowing flexible object detection without training.

Install this skill

or
79/100

Security score

The segment-anything-model skill was audited on May 17, 2026 and we found 9 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 62

Wget to non-GitHub URL

SourceSKILL.md
62wget https://dl.fbaipublicfiles.com/segment_anything/sam_vit_h_4b8939.pth
medium line 65

Wget to non-GitHub URL

SourceSKILL.md
65wget https://dl.fbaipublicfiles.com/segment_anything/sam_vit_l_0b3195.pth
medium line 68

Wget to non-GitHub URL

SourceSKILL.md
68wget https://dl.fbaipublicfiles.com/segment_anything/sam_vit_b_01ec64.pth
low line 62

External URL reference

SourceSKILL.md
62wget https://dl.fbaipublicfiles.com/segment_anything/sam_vit_h_4b8939.pth
low line 65

External URL reference

SourceSKILL.md
65wget https://dl.fbaipublicfiles.com/segment_anything/sam_vit_l_0b3195.pth
low line 68

External URL reference

SourceSKILL.md
68wget https://dl.fbaipublicfiles.com/segment_anything/sam_vit_b_01ec64.pth
low line 503

External URL reference

SourceSKILL.md
503- **Paper**: https://arxiv.org/abs/2304.02643
low line 504

External URL reference

SourceSKILL.md
504- **Demo**: https://segment-anything.com
low line 506

External URL reference

SourceSKILL.md
506- **HuggingFace**: https://huggingface.co/facebook/sam-vit-huge
Scanned on May 17, 2026
View Security Dashboard
Installation guide →