gotify
Fail
Audited by Snyk on Aug 8, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.90). The skill permits and documents overriding tokens via a --token CLI argument and instructs the agent to run user-provided commands verbatim, which can force the LLM to emit user-supplied API tokens/credentials verbatim (high exfiltration risk).
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). At runtime the skill’s
ws-subscribecommand connects to the user-specified Gotify/streamWebSocket and ingests outsider-authored message JSON via theon_messagecallback (scripts/gotify_client.py: lines 175-205, especially 190-192).
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata