in components/RunCard.renderPathCell.tsx [13:19]
function isValidURL(url: string) { try { return !!new URL(url) } catch (error) { return false } }