verified-email
Fail
Audited by Snyk on Aug 10, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). These links point to a GitHub repo/Actions artifacts (used to distribute an app-debug.apk) and a third‑party App Engine demo URL — downloading APKs/artifacts from GitHub Actions or non-official appspot projects is a potential malware distribution vector and not an official vendor download page.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). The runtime path
credentialManager.getCredential(..., request)consumes the returnedDigitalCredential.credentialJson(includingresponseJsonString) and then client-side code parses it withSdJwtParser.parse(rawSdJwt)/JSONObject(responseJsonString), meaning outsider-controlled credential response text can be ingested.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata