VYPR

get-html-skeleton

by Apify

CVEs (1)

  • CVE-2026-81093HigAug 27, 2026
    risk 0.49cvss 8.6epss

    The get-html-skeleton tool fetched a URL the caller supplied after checking only its syntax. The handler in src/tools/common/get_html_skeleton.ts validated the url argument with isValidHttpUrl from src/utils/generic.ts, which confirmed the string began with an http or https…