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 readscontentchunks from the FiftyOne docs MCP tool (and can also fall back to web-fetch ofhttps://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
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata