dropbox
Fail
Audited by Snyk on Aug 7, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). Several URLs are personal/shared-file links and opaque short/placeholder hosts (Dropbox shared links and bare/shortened domains like "https://x") which are common vectors for distributing arbitrary files or hiding malicious executables, so they are suspicious for download/execute scenarios.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). In the Dropbox agent-skill runtime, the tool
getFileContentsdirectly ingests outsider-controlled free text viactx.fetch(https://content.dropboxapi.com/2/files/download)and decodes the response bytes intocontent(UTF-8) returned to the agent.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata