Skip to main content

segment-anything-model

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

Install this skill

or
79/100

Security score

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

Categories Tested

Security Issues

medium line 58

Wget to non-GitHub URL

SourceSKILL.md
58wget https://dl.fbaipublicfiles.com/segment_anything/sam_vit_h_4b8939.pth
medium line 61

Wget to non-GitHub URL

SourceSKILL.md
61wget https://dl.fbaipublicfiles.com/segment_anything/sam_vit_l_0b3195.pth
medium line 64

Wget to non-GitHub URL

SourceSKILL.md
64wget https://dl.fbaipublicfiles.com/segment_anything/sam_vit_b_01ec64.pth
low line 58

External URL reference

SourceSKILL.md
58wget https://dl.fbaipublicfiles.com/segment_anything/sam_vit_h_4b8939.pth
low line 61

External URL reference

SourceSKILL.md
61wget https://dl.fbaipublicfiles.com/segment_anything/sam_vit_l_0b3195.pth
low line 64

External URL reference

SourceSKILL.md
64wget https://dl.fbaipublicfiles.com/segment_anything/sam_vit_b_01ec64.pth
low line 497

External URL reference

SourceSKILL.md
497- **Paper**: https://arxiv.org/abs/2304.02643
low line 498

External URL reference

SourceSKILL.md
498- **Demo**: https://segment-anything.com
low line 500

External URL reference

SourceSKILL.md
500- **HuggingFace**: https://huggingface.co/facebook/sam-vit-huge
Scanned on Feb 28, 2026
View Security Dashboard