fiftyone-sdk-guidance

Warn

Audited by Snyk on Jul 29, 2026

Risk Level: MEDIUM
Full Analysis

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (medium risk: 0.30). The required workflow ingests user-provided natural-language queries via search_fifty_one_knowledge_sources(query="..."), which then retrieves and reads content chunks from the FiftyOne docs MCP tool (and can also fall back to web-fetch of https://docs.voxel51.com).

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

  • Potentially malicious external URL detected (high risk: 0.90). The README includes an installation command that fetches and pipes a remote script to a shell ("curl -sL skil.sh | sh -s -- voxel51/fiftyone-skills"), meaning the external resource skil.sh would be fetched and executed on the user's machine.

Issues (2)

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

Audit Metadata
Risk Level
MEDIUM
Analyzed
Jul 29, 2026, 02:36 AM
Issues
2
Security Audit — snyk — fiftyone-sdk-guidance