deepstream-sop
Warn
Audited by Snyk on Aug 16, 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 runtime workflow reads outsider-authored free text from the POST body to
/v1/chat/completions(themessages[].contenttext item becomes thepromptpassed intoSOPVideoProcessor, which forwards it to the VLM viaVLLMInference.inference).
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 0.90). The skill includes the
DEEPSTREAM_LIB_HIDErule that explicitly instructs renaming DeepStream library files ("rename lib → lib.tmp") during a gst-plugin build, which entails modifying system library files (likely under system paths such as /opt or /usr) and therefore risks requiring sudo or otherwise changing the host system state.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata