sumsub-check-skills-version
Warn
Audited by Snyk on Jun 12, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.75). The required workflow runs
scripts/check_version.sh, which fetches public web content fromhttps://api.sumsub.com/llms.txtviacurl, parses it, and thenrender_headsup.shre-emits the cachedheadsupmarkdown into the agent’s final LLM context (indirect prompt injection risk from outsider-authored remote text).
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). High-confidence: scripts/check_version.sh performs a runtime curl of https://api.sumsub.com/llms.txt and the fetched text is parsed and turned into a cached "headsup" blockquote that render_headsup.sh re-emits verbatim as the first line of the assistant's reply, meaning remote content directly controls agent output.
MEDIUM W021: Hidden or invisible Unicode characters detected (potential obfuscation or prompt injection).
- Hidden Unicode characters detected (1 type(s) found)
Issues (3)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W021
MEDIUMHidden or invisible Unicode characters detected (potential obfuscation or prompt injection).
Audit Metadata