nova-client-proxy
Fail
Audited by Snyk on Jul 31, 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 are direct downloads of installer/executable files (APK, EXE, DMG, AppImage) hosted under a personal GitHub releases path (IRNova) which can be used to distribute malware and should be treated as high-risk unless the publisher and builds are verified.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). Runtime workflow reads outsider-authored free text from external subscription URLs (profile.url) via HTTP GET and then decodes/parses the fetched response body into proxy node configurations.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill includes installation commands that download and then execute remote binaries (e.g., https://github.com/IRNova/Nova-Client/releases/latest/download/nova-client-android.apk, https://github.com/IRNova/Nova-Client/releases/latest/download/nova-client-windows.exe, https://github.com/IRNova/Nova-Client/releases/latest/download/nova-client-macos.dmg, https://github.com/IRNova/Nova-Client/releases/latest/download/nova-client-linux.AppImage), which are runtime fetches of executable code and thus pose a high-confidence execution risk.
Issues (3)
E005
CRITICALSuspicious download URL detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata